Commit Graph

605 Commits

Author SHA1 Message Date
Jens-Heiner Rechtien
2b27c04eed INTEGRATION: CWS scriptingf7 (1.6.14); FILE MERGED
2004/06/12 08:43:52 npower 1.6.14.1: i25269 as part of changes to support pkgchk context from MSP is now passed as sting ( user/hare or tdoc url )
2004-07-23 13:06:10 +00:00
Jens-Heiner Rechtien
ec924c21fa INTEGRATION: CWS scriptingf7 (1.4.32); FILE MERGED
2004/06/12 08:43:51 npower 1.4.32.1: i25269 as part of changes to support pkgchk context from MSP is now passed as sting ( user/hare or tdoc url )
2004-07-23 13:05:54 +00:00
Jens-Heiner Rechtien
f516d44bd8 INTEGRATION: CWS scriptingf7 (1.2.26); FILE MERGED
2004/07/15 16:18:24 toconnor 1.2.26.1: #i25870# add method to scroll to a line
2004-07-23 13:05:24 +00:00
Jens-Heiner Rechtien
61e9f5db50 INTEGRATION: CWS scriptingf7 (1.4.14); FILE MERGED
2004/07/16 11:29:08 npower 1.4.14.7: #i25260# When executing in the IDE  make sure there is a valid value  to return
2004/07/14 10:06:12 npower 1.4.14.6: #i25260# Allow Javascript scripts to raise IDE when error occurs, also indicate line in error when this happens
2004/07/14 09:07:12 npower 1.4.14.5: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted.
2004/07/12 16:34:38 npower 1.4.14.4: #i25260# Changes to support error displayed in IDE for javascript and beanshell when script that is invoked is opened in IDE
Issue number:
Submitted by:
Reviewed by:
2004/07/09 18:09:33 npower 1.4.14.3: #i25260# Changed exception specification for invoke and getScript, modified exception handling so correct exceptions passed up.
2004/07/02 13:29:13 npower 1.4.14.2: #i25269# fix up exception handling for getScript method
Issue number:
Submitted by:
Reviewed by:
2004/06/12 09:19:32 npower 1.4.14.1: #i25269# added some extra exception handling, defered reading source until use of script, these changes are reflected by changes in Parcel[Container]
2004-07-23 13:05:08 +00:00
Jens-Heiner Rechtien
8c70d5f9dc INTEGRATION: CWS scriptingf7 (1.4.14); FILE MERGED
2004/07/16 13:54:11 npower 1.4.14.3: #i25260# Make sure breakpoints are cleared when IDE is torn down
2004/07/14 09:07:11 npower 1.4.14.2: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted.
2004/07/12 16:34:38 npower 1.4.14.1: #i25260# Changes to support error displayed in IDE for javascript and beanshell when script that is invoked is opened in IDE
Issue number:
Submitted by:
Reviewed by:
2004-07-23 13:04:38 +00:00
Jens-Heiner Rechtien
66b637d73b INTEGRATION: CWS scriptingf7 (1.1.32); FILE MERGED
2004/07/08 10:21:33 npower 1.1.32.1: #i25260# removed Exception for exception spec.
2004-07-23 13:04:16 +00:00
Jens-Heiner Rechtien
004b944ade INTEGRATION: CWS scriptingf7 (1.4.14); FILE MERGED
2004/07/09 18:15:30 npower 1.4.14.5: #i25260# Changes for  exception specification for getScript and invoke methods as per changes in the IDL files
2004/07/08 10:25:55 npower 1.4.14.4: #i25260# Added catch all for invocation
2004/07/08 10:19:08 npower 1.4.14.3:  #i25260# adjusted exception handling so that exception are wrapped in css.reflection.InvocationTargetException as appropriate. Exceptions that happen in the script itself are inserted as ScriptExceptionRaisedExceptions and arbitrary framework exception other that those specified in the signature of invoke are inserted as appropriate uno type exceptions.
2004/07/02 13:29:11 npower 1.4.14.2: #i25269# fix up exception handling for getScript method
Issue number:
Submitted by:
Reviewed by:
2004/06/12 09:19:30 npower 1.4.14.1: #i25269# added some extra exception handling, defered reading source until use of script, these changes are reflected by changes in Parcel[Container]
2004-07-23 13:04:02 +00:00
Jens-Heiner Rechtien
3637361af0 INTEGRATION: CWS scriptingf7 (1.3.14); FILE MERGED
2004/07/14 09:07:10 npower 1.3.14.3: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted.
2004/07/12 16:34:37 npower 1.3.14.2: #i25260# Changes to support error displayed in IDE for javascript and beanshell when script that is invoked is opened in IDE
Issue number:
Submitted by:
Reviewed by:
2004/06/30 11:57:37 npower 1.3.14.1: #i25870# Changes to BeanshellProvider and editor to make sure that the classloader is setup correctly such that scripts run from the IDE use the classpath defined in parcel-descriptor.xml
2004-07-23 13:03:38 +00:00
Jens-Heiner Rechtien
679b4b044c INTEGRATION: CWS scriptingf7 (1.4.14); FILE MERGED
2004/07/16 11:28:31 npower 1.4.14.12: #i25260# correct error in previous check-in line incorrectly moved
2004/07/16 11:12:36 npower 1.4.14.11: #i25260# removed System.out messages
2004/07/16 09:35:14 npower 1.4.14.10: #i25260# Improver error reporting for case where exception thrown by BeanShell script
2004/07/14 09:07:09 npower 1.4.14.9: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted.
2004/07/12 12:58:34 toconnor 1.4.14.8: #i25260# error handling, throw ScriptFrameworkError when io error occurs
2004/07/09 18:09:32 npower 1.4.14.7: #i25260# Changed exception specification for invoke and getScript, modified exception handling so correct exceptions passed up.
2004/07/08 10:14:43 npower 1.4.14.6: #i25260# modified error message in exception
2004/07/07 16:22:35 npower 1.4.14.5: #25260# added support to set language member in ScriptErrorRaisedException
2004/07/07 15:04:26 npower 1.4.14.4: #i25260# Modified exception handling so that scripting errors are distinguished between framework errors. Scripting error or transported as either ScriptErrorRaisedException or ScriptExceptionRaisedException depending on what has happened in the script. The latter represents an exception that could have been handled by the script.
2004/07/02 13:29:09 npower 1.4.14.3: #i25269# fix up exception handling for getScript method
Issue number:
Submitted by:
Reviewed by:
2004/06/30 11:57:36 npower 1.4.14.2: #i25870# Changes to BeanshellProvider and editor to make sure that the classloader is setup correctly such that scripts run from the IDE use the classpath defined in parcel-descriptor.xml
2004/06/12 09:19:29 npower 1.4.14.1: #i25269# added some extra exception handling, defered reading source until use of script, these changes are reflected by changes in Parcel[Container]
2004-07-23 13:03:24 +00:00
Jens-Heiner Rechtien
d81f5cb61a INTEGRATION: CWS scriptingf7 (1.4.14); FILE MERGED
2004/07/14 09:07:09 npower 1.4.14.4: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted.
2004/07/12 16:34:37 npower 1.4.14.3: #i25260# Changes to support error displayed in IDE for javascript and beanshell when script that is invoked is opened in IDE
Issue number:
Submitted by:
Reviewed by:
2004/06/30 11:57:36 npower 1.4.14.2: #i25870# Changes to BeanshellProvider and editor to make sure that the classloader is setup correctly such that scripts run from the IDE use the classpath defined in parcel-descriptor.xml
2004/06/22 14:39:50 npower 1.4.14.1: #i25269# changed code to always use UCB ( via url ) to get output stream
2004-07-23 13:02:55 +00:00
Jens-Heiner Rechtien
f89baab4c4 INTEGRATION: CWS scriptingf7 (1.6.4); FILE MERGED
2004/07/15 09:55:55 npower 1.6.4.9: #i25269# Changes to ProviderBrowseNode so that is doesn't try to get the scriptng context ( this was causing a crash in the cmdline version of pkgchk as it tried to instantiate the desktop component ). Changed the ctor to take XComponentContext, also changed PkgProviderBrowseNode the same way and additionally changed ScriptProvider to use the new ctor.
2004/07/14 15:11:33 toconnor 1.6.4.8: #i25269# form expand url using either bootstraprc or bootstrap.ini depending on platform
2004/07/09 18:09:30 npower 1.6.4.7: #i25260# Changed exception specification for invoke and getScript, modified exception handling so correct exceptions passed up.
2004/07/06 15:07:40 npower 1.6.4.6: #i25269# Changed call to deleteParce() to removeParcel() in removeByName for packages ( only pkgmgr physically removes packages )
2004/07/05 15:58:31 npower 1.6.4.5: #i25269#  added support for use of UnoPkgContainer and ParcelContainer classes
2004/06/30 11:47:28 npower 1.6.4.4: #i25269# Added some error handling for deregister of scripts
2004/06/22 07:36:01 npower 1.6.4.3: #i25269# pkgchk support, correct handling of context url passed to provider
2004/06/21 13:57:31 npower 1.6.4.2: #i25269# changed retrieval of Scripting context to be lazy, for
a) creating Scripting Context seems to cause problems when called from pkgchk ( and its not needed by pkgchk )
b) for efficiency
2004/06/12 09:07:40 npower 1.6.4.1: #i25269# Added new make_url method to PathUtils for tdoc support. Added XNameAccess interface implementation to ScriptProvider to handle PkgChk and additionally changed init method to handle string context.
2004-07-23 13:02:29 +00:00
Jens-Heiner Rechtien
0d8d3ef9ea INTEGRATION: CWS scriptingf7 (1.2.14); FILE MERGED
2004/07/14 09:07:08 npower 1.2.14.2: #i25260# Editors changes to support new methods in ScriptEditor interface { execute & indicateErrorLine }. ScriptProviders now raise editors with line of error highlighted.
2004/07/12 16:34:36 npower 1.2.14.1: #i25260# Changes to support error displayed in IDE for javascript and beanshell when script that is invoked is opened in IDE
Issue number:
Submitted by:
Reviewed by:
2004-07-23 13:02:01 +00:00
Jens-Heiner Rechtien
547e75b388 INTEGRATION: CWS scriptingf7 (1.6.4); FILE MERGED
2004/06/22 07:39:03 npower 1.6.4.1: #i25269# part of the changes to support pkgchk involve slight change
to initialisation of ScriptProviders, these no longer pass a scripting
context so the ScriptContext class is now initialised with XModel ( or null )
2004-07-23 13:01:48 +00:00
Jens-Heiner Rechtien
65216bc4a2 INTEGRATION: CWS scriptingf7 (1.5.4); FILE MERGED
2004/06/12 09:07:40 npower 1.5.4.1: #i25269# Added new make_url method to PathUtils for tdoc support. Added XNameAccess interface implementation to ScriptProvider to handle PkgChk and additionally changed init method to handle string context.
2004-07-23 13:01:29 +00:00
Jens-Heiner Rechtien
fb4203aa8e INTEGRATION: CWS scriptingf7 (1.2.14); FILE MERGED
2004/06/24 12:41:06 npower 1.2.14.2: #25269# close() method doesn't call closeOutput fixing this
2004/06/12 09:01:07 npower 1.2.14.1: #i25269# changes required to support tdoc urls
Issue number:
Submitted by:
Reviewed by:
2004-07-23 13:00:56 +00:00
Jens-Heiner Rechtien
58b63512d7 INTEGRATION: CWS scriptingf7 (1.2.14); FILE MERGED
2004/06/12 09:01:06 npower 1.2.14.1: #i25269# changes required to support tdoc urls
Issue number:
Submitted by:
Reviewed by:
2004-07-23 13:00:42 +00:00
Jens-Heiner Rechtien
ebb55cef05 INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED
2004/06/12 09:00:21 npower 1.1.2.1: #i25269# New class needed to use XSimpleFileAccess2 interface. Part of tdoc support changes which are needed to support pkgchk
Issue number:
Submitted by:
Reviewed by:
2004-07-23 13:00:25 +00:00
Jens-Heiner Rechtien
32d6742329 INTEGRATION: CWS scriptingf7 (1.2.14); FILE MERGED
2004/06/30 11:39:54 npower 1.2.14.3: #i25870# Fix bug where relative urls do not get concatenated correctly the observed affect was that if a classpath ( directory ) was given then the path to the class was formed incorrectly.
Issue number:
Submitted by:
Reviewed by:
2004/06/22 14:36:56 npower 1.2.14.2: #i25269# use truncate to zero the file for output stream
Issue number:
Submitted by:
Reviewed by:
2004/06/21 14:12:51 npower 1.2.14.1: #i25269# Modified UCBStreamHandler to accept multiple schemes, removed unused ctor and added more debug info. Removed XStorageStreamHandler, no longer used
Issue number:
Submitted by:
Reviewed by:
2004-07-23 13:00:14 +00:00
Jens-Heiner Rechtien
b877d32d79 INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED
2004/07/09 18:07:52 npower 1.1.2.2: #i25260# changes to exception specifications to support error handling, also changed to use ParsedUrl class
2004/07/05 15:22:57 npower 1.1.2.1: #i25269# new class for managing containment of uno-packages ( and sub packages in and uno package bundle )
2004-07-23 12:59:58 +00:00
Jens-Heiner Rechtien
7b261189b1 INTEGRATION: CWS scriptingf7 (1.4.4); FILE MERGED
2004/07/14 15:29:23 toconnor 1.4.4.2: #i25260# Fix to correctly identify script location ( for url ) from context path under windows
Issue number:
Submitted by:
Reviewed by:
2004/06/12 08:54:40 npower 1.4.4.1: #i25269# Changes for pkgchk support, as part of these changes use of tdoc is also supported and removal of Document/Application specific classes.
Issue number:
Submitted by:
Reviewed by:
2004-07-23 12:59:45 +00:00
Jens-Heiner Rechtien
7c28e27b1b INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED
2004/07/09 18:03:56 npower 1.1.2.1: #i25260# New class to share information on parsed uris
2004-07-23 12:58:51 +00:00
Jens-Heiner Rechtien
886715b6b6 INTEGRATION: CWS scriptingf7 (1.3.4); FILE MERGED
2004/07/09 18:07:51 npower 1.3.4.6: #i25260# changes to exception specifications to support error handling, also changed to use ParsedUrl class
2004/07/06 15:06:05 npower 1.3.4.5: #i25269# added removeParcel method to ParcelContainer
2004/07/05 15:21:18 npower 1.3.4.4: #i25269# Added new findScript method and parseScriptUri methods
2004/07/01 08:44:27 npower 1.3.4.3: #i30951#  added new method to detect if the container represents an UNO package or subpackage, also removed some System.out/err statements
Issue number:
Submitted by:
Reviewed by:
2004/06/30 11:02:37 npower 1.3.4.2: #i25269# Corrected logic error in getChildContainer method, added parent() and removeChildContainer() methods
Issue number:
Submitted by:
Reviewed by:
2004/06/12 08:54:39 npower 1.3.4.1: #i25269# Changes for pkgchk support, as part of these changes use of tdoc is also supported and removal of Document/Application specific classes.
Issue number:
Submitted by:
Reviewed by:
2004-07-23 12:58:38 +00:00
Jens-Heiner Rechtien
a9bab5eaef INTEGRATION: CWS scriptingf7 (1.3.4); FILE MERGED
2004/07/09 18:05:52 npower 1.3.4.3: #i25260 remove check for source when deleting scripts, its possible the source hasn't being loaded yet
2004/07/01 08:41:18 npower 1.3.4.2: #i30951# Added method to detect if the parcel is contained within an UNO package and also a method to return the path url to the parcel
Issue number:
Submitted by:
Reviewed by:
2004/06/12 08:54:39 npower 1.3.4.1: #i25269# Changes for pkgchk support, as part of these changes use of tdoc is also supported and removal of Document/Application specific classes.
Issue number:
Submitted by:
Reviewed by:
2004-07-23 12:58:15 +00:00
Jens-Heiner Rechtien
2235895870 INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED
2004/06/30 10:59:44 npower 1.1.2.2: #i25269# Removed some unused methods and System.[out!err] statements
Issue number:
Submitted by:
Reviewed by:
2004/06/12 08:52:42 npower 1.1.2.1: #i25269# New class to contain information regarding scripts deployed using pkgchk.
Issue number:
Submitted by:
Reviewed by:
2004-07-23 12:57:30 +00:00
Jens-Heiner Rechtien
2c26e2f636 INTEGRATION: CWS scriptingf7 (1.10.4); FILE MERGED
2004/07/07 15:01:27 npower 1.10.4.3: #i25260# modified exception handling so that correct exception type is wrapped in InvocationTarget exception where appropriate
2004/07/01 08:33:08 npower 1.10.4.2: #i30951#  Added checks to see if directory containing script library is read only and also to see if the library is within an uno-package. The delete/create etc. properties are set accordingly
2004/06/22 07:40:34 npower 1.10.4.1: #25269# updates to support pkgchk
2004-07-23 12:56:24 +00:00
Jens-Heiner Rechtien
97f80991a4 INTEGRATION: CWS scriptingf7 (1.3.4); FILE MERGED
2004/07/15 09:55:58 npower 1.3.4.3: #i25269# Changes to ProviderBrowseNode so that is doesn't try to get the scriptng context ( this was causing a crash in the cmdline version of pkgchk as it tried to instantiate the desktop component ). Changed the ctor to take XComponentContext, also changed PkgProviderBrowseNode the same way and additionally changed ScriptProvider to use the new ctor.
2004/07/01 08:34:52 npower 1.3.4.2: #i30951#  Added checks to see if directory containing language dir is read only and also to see if the library is within an uno-package. The delete/create etc. properties are set accordingly
2004/06/22 07:40:34 npower 1.3.4.1: #25269# updates to support pkgchk
2004-07-23 12:56:06 +00:00
Jens-Heiner Rechtien
c67bd42150 INTEGRATION: CWS scriptingf7 (1.1.2); FILE ADDED
2004/07/15 09:55:58 npower 1.1.2.2: #i25269# Changes to ProviderBrowseNode so that is doesn't try to get the scriptng context ( this was causing a crash in the cmdline version of pkgchk as it tried to instantiate the desktop component ). Changed the ctor to take XComponentContext, also changed PkgProviderBrowseNode the same way and additionally changed ScriptProvider to use the new ctor.
2004/06/22 07:41:18 npower 1.1.2.1: #i25269# new class support for uno package browsing
2004-07-23 12:55:51 +00:00
Jens-Heiner Rechtien
3e9b322b82 INTEGRATION: CWS scriptingf7 (1.7.4); FILE MERGED
2004/07/01 08:16:42 npower 1.7.4.2: #i30951#  Added checks to see if directory containing script library is read only and also to see if the library is within an uno-package. The delete/create etc. properties are set accordingly
2004/06/22 07:40:35 npower 1.7.4.1: #25269# updates to support pkgchk
2004-07-23 12:55:37 +00:00
Rüdiger Timm
46dd7d5eee #i10000# Multiple declaration for i 2004-05-24 12:08:34 +00:00
Rüdiger Timm
3f8e4f2e46 INTEGRATION: CWS scriptingf4 (1.4.4); FILE MERGED
2004/05/06 12:56:08 npower 1.4.4.1: #i28812# MiscUtils.hxx file adds requirment for UCBHelper libs, so this is added to link
2004-05-19 07:29:14 +00:00
Rüdiger Timm
160331f86e INTEGRATION: CWS scriptingf4 (1.6.4); FILE MERGED
2004/05/06 12:55:01 npower 1.6.4.1: #i28812# added new files for MasterScriptProvider & BrowseNodeFactory services
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:29:01 +00:00
Rüdiger Timm
082e067bf7 INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED
2004/05/06 12:54:15 npower 1.1.2.1: #i28812# Adding implementation for MasterScriptProviderFactory service, this service re-uses the ActiveMSP class to provide factory functionality. It is intended that client use this new service to obtain MasterScriptProvider for a particulay context, creating the MasterScriptProvider directly is discouraged.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:28:48 +00:00
Rüdiger Timm
9ba13eb69c INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED
2004/05/06 12:53:22 npower 1.1.2.1: #i28812# Adding implementation for MasterScriptProviderFactory service, this service re-uses the ActiveMSP class to provide factory functionality. It is intended that client use this new service to obtain MasterScriptProvider for a particulay context, creating the MasterScriptProvider directly is discouraged.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:28:34 +00:00
Rüdiger Timm
e859ea358a INTEGRATION: CWS scriptingf4 (1.7.4); FILE MERGED
2004/05/06 12:47:20 npower 1.7.4.1: #i28812# Adding support for new MasterScriptProviderFactory service.
MasterScriptProvider no longer aggregates the browsenodes of all other MasterScriptProviders ( was a bad idea anyway ). This function is now performed by the standalone singleton css:script:browse::theBrowseNodeFactory which will aggregate the nodes, merge nodes from various languages and also sort them
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:28:24 +00:00
Rüdiger Timm
76553ab242 INTEGRATION: CWS scriptingf4 (1.9.4); FILE MERGED
2004/05/11 07:57:30 npower 1.9.4.2: 28812#
Allow a void context to be passed ( this should behave as if no args were passed to init ) e.g. a ScriptProvider initialised with no param or ( Any container Void type ) will just be used for invocation of application scripts.
Issue number:
Submitted by:
Reviewed by:
2004/05/06 12:47:19 npower 1.9.4.1: #i28812# Adding support for new MasterScriptProviderFactory service.
MasterScriptProvider no longer aggregates the browsenodes of all other MasterScriptProviders ( was a bad idea anyway ). This function is now performed by the standalone singleton css:script:browse::theBrowseNodeFactory which will aggregate the nodes, merge nodes from various languages and also sort them
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:28:10 +00:00
Rüdiger Timm
4117e928e6 INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED
2004/05/06 12:45:01 npower 1.1.2.1: #i28812# Adding support for new BrowseNodeFactory service, header file for implementation class

Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:27:57 +00:00
Rüdiger Timm
56cdedf192 INTEGRATION: CWS scriptingf4 (1.1.2); FILE ADDED
2004/05/12 07:36:56 npower 1.1.2.5: #i28812# Adding support for new BrowseNodeFactory service..... In the absence of a notification mechanism changed getChildren method to creete new nodes each time ( needed as MacroOrganizer expects up to date view of nodes ).
Issue number:
Submitted by:
Reviewed by:
2004/05/10 13:29:09 dfoster 1.1.2.4: #i28818# - need to add SAL_CALL to get build working on Windows
Issue number:
Submitted by:
Reviewed by:
2004/05/07 17:11:46 npower 1.1.2.3: #i28818#
Added support for XScriptProvider interface on DefaultBrowseNode object. Needed so the MacroOrganiser can use its root noot ( doc, user or share ) to invoke a selected script.
Issue number:
Submitted by:
Reviewed by:
2004/05/06 15:57:16 dfoster 1.1.2.2: #i26923#
Fix for Properties not being seen in Script Organizer
Issue number:
Submitted by:
Reviewed by:
2004/05/06 12:43:09 npower 1.1.2.1: #i28812# Adding support for new BrowseNodeFactory service. Implementation classes in this file. Adds support for MacroSelector and MacroOrganiser dialogs to obtain different views of the underlying tree model.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:27:46 +00:00
Rüdiger Timm
110a889f2b INTEGRATION: CWS scriptingf4 (1.3.12); FILE MERGED
2004/05/06 12:50:30 npower 1.3.12.1: #i28812# Adding support for new MasterScriptProviderFactory service.
ActiveMSP has been changes so that it no longer performs the aggregation of the browsenodes of all instances of MasterScriptProviders. Additionally it no longer supports the XBrowseNode interface ( this functionality now performed by the BrowseNodeFactory service/singleton [ BrowseNodeFactoryImpl.[ch]xx ]. Additional methods have been added so that this class can be resused by the MasterScriptProviderFactory service [ MasterScriptProviderFactory.[ch]xx ]
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:27:33 +00:00
Rüdiger Timm
61cbf88343 INTEGRATION: CWS scriptingf4 (1.4.4); FILE MERGED
2004/05/11 07:57:31 npower 1.4.4.2: 28812#
Allow a void context to be passed ( this should behave as if no args were passed to init ) e.g. a ScriptProvider initialised with no param or ( Any container Void type ) will just be used for invocation of application scripts.
Issue number:
Submitted by:
Reviewed by:
2004/05/06 12:50:30 npower 1.4.4.1: #i28812# Adding support for new MasterScriptProviderFactory service.
ActiveMSP has been changes so that it no longer performs the aggregation of the browsenodes of all instances of MasterScriptProviders. Additionally it no longer supports the XBrowseNode interface ( this functionality now performed by the BrowseNodeFactory service/singleton [ BrowseNodeFactoryImpl.[ch]xx ]. Additional methods have been added so that this class can be resused by the MasterScriptProviderFactory service [ MasterScriptProviderFactory.[ch]xx ]
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:27:20 +00:00
Rüdiger Timm
00078fc957 INTEGRATION: CWS scriptingf4 (1.16.4); FILE MERGED
2004/05/11 10:08:57 toconnor 1.16.4.1: #i28888# - basic provider not executing script for Start Application event
2004-05-19 07:27:07 +00:00
Rüdiger Timm
db6cbe5177 INTEGRATION: CWS scriptingf4 (1.9.4); FILE MERGED
2004/05/11 10:08:56 toconnor 1.9.4.1: #i28888# - basic provider not executing script for Start Application event
2004-05-19 07:26:50 +00:00
Rüdiger Timm
34e1c6badd INTEGRATION: CWS scriptingf4 (1.7.12); FILE MERGED
2004/05/17 10:45:06 npower 1.7.12.1: #i29238#
changed imports for various classes from browse to container for idesupport and neatbeans builds.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:26:36 +00:00
Rüdiger Timm
5d87a74dbf INTEGRATION: CWS scriptingf4 (1.4.12); FILE MERGED
2004/05/17 10:45:06 npower 1.4.12.1: #i29238#
changed imports for various classes from browse to container for idesupport and neatbeans builds.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:26:23 +00:00
Rüdiger Timm
fd98fa0772 INTEGRATION: CWS scriptingf4 (1.5.12); FILE MERGED
2004/05/17 10:45:06 npower 1.5.12.1: #i29238#
changed imports for various classes from browse to container for idesupport and neatbeans builds.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:26:10 +00:00
Rüdiger Timm
a3ce359101 INTEGRATION: CWS scriptingf4 (1.12.12); FILE MERGED
2004/05/17 10:45:05 npower 1.12.12.1: #i29238#
changed imports for various classes from browse to container for idesupport and neatbeans builds.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:25:57 +00:00
Rüdiger Timm
e6e37f5739 INTEGRATION: CWS scriptingf4 (1.9.12); FILE MERGED
2004/05/17 10:45:05 npower 1.9.12.1: #i29238#
changed imports for various classes from browse to container for idesupport and neatbeans builds.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:25:43 +00:00
Rüdiger Timm
6cc86413ad INTEGRATION: CWS scriptingf4 (1.7.12); FILE MERGED
2004/05/17 10:45:05 npower 1.7.12.1: #i29238#
changed imports for various classes from browse to container for idesupport and neatbeans builds.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:25:29 +00:00
Rüdiger Timm
5c52d32d80 INTEGRATION: CWS scriptingf4 (1.4.12); FILE MERGED
2004/05/17 10:45:04 npower 1.4.12.1: #i29238#
changed imports for various classes from browse to container for idesupport and neatbeans builds.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:25:16 +00:00
Rüdiger Timm
a1cfa2bf0a INTEGRATION: CWS scriptingf4 (1.8.12); FILE MERGED
2004/05/17 10:45:04 npower 1.8.12.1: #i29238#
changed imports for various classes from browse to container for idesupport and neatbeans builds.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:25:03 +00:00
Rüdiger Timm
f759a90139 INTEGRATION: CWS scriptingf4 (1.7.12); FILE MERGED
2004/05/17 10:45:04 npower 1.7.12.1: #i29238#
changed imports for various classes from browse to container for idesupport and neatbeans builds.
Issue number:
Submitted by:
Reviewed by:
2004-05-19 07:24:51 +00:00