Difference between revisions of "Documentation/DevGuide/Scripting/Storage of Scripts"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (FINAL VERSION FOR L10N)
m
Line 10: Line 10:
  
 
* A default directory structure.  
 
* A default directory structure.  
:Macros can only be stored under a directory with the language name ( as it appears in the script URI ) in lowercase under a directory called ''Scripts'', which is located in either the user or share directories of a {{PRODUCTNAME}} installation or a {{PRODUCTNAME}} document.
+
:Macros can only be stored under a directory with the language name ( as it appears in the script URI ) in lowercase under a directory called ''Scripts'', which is located in either the user or share directories of a {{AOo}} installation or a {{AOo}} document.
 
:Example for a <code>LanguageScriptProvider</code> for the “JavaScript” macro library. It is located in ''<OfficePath>/share/Scripts/JavaScript/Highlight''
 
:Example for a <code>LanguageScriptProvider</code> for the “JavaScript” macro library. It is located in ''<OfficePath>/share/Scripts/JavaScript/Highlight''
 
* A generic mechanism for enabling discovery of macros in macro libraries and associating meta-data with scripts located in this libraries. See ''parcel-descriptor.xml'' in [[Documentation/DevGuide/Scripting/Writing_Macros#Compiling_and_Deploying_Java_macros|Compiling and Deploying Java Macros]]. Example the parcel-descriptor for the JavaScript Highlight macro library is located in ''<OfficePath>/share/Scripts/JavaScript/Highlight/parcel-descriptor.xml''
 
* A generic mechanism for enabling discovery of macros in macro libraries and associating meta-data with scripts located in this libraries. See ''parcel-descriptor.xml'' in [[Documentation/DevGuide/Scripting/Writing_Macros#Compiling_and_Deploying_Java_macros|Compiling and Deploying Java Macros]]. Example the parcel-descriptor for the JavaScript Highlight macro library is located in ''<OfficePath>/share/Scripts/JavaScript/Highlight/parcel-descriptor.xml''

Revision as of 18:30, 21 December 2020



A LanguageScriptProvider is responsible for knowing about how its own macros are stored: where, what format and what kind of directory structure is used. The Scripting Framework attempts to standardize how to store and discover macros by defining:

  • A default directory structure.
Macros can only be stored under a directory with the language name ( as it appears in the script URI ) in lowercase under a directory called Scripts, which is located in either the user or share directories of a Apache OpenOffice installation or a Apache OpenOffice document.
Example for a LanguageScriptProvider for the “JavaScript” macro library. It is located in <OfficePath>/share/Scripts/JavaScript/Highlight
  • A generic mechanism for enabling discovery of macros in macro libraries and associating meta-data with scripts located in this libraries. See parcel-descriptor.xml in Compiling and Deploying Java Macros. Example the parcel-descriptor for the JavaScript Highlight macro library is located in <OfficePath>/share/Scripts/JavaScript/Highlight/parcel-descriptor.xml
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages