home *** CD-ROM | disk | FTP | other *** search
- Tools ReadMe
-
- The tools panel displays sub-folders and files included in the Tools folder.
-
- Folders include:
-
- Bookmark - Contains tools for managing bookmarks.
-
- Browser - Includes tools for adding files into the container (class),
- package and file views. Also include a script to run an Html
- browser.
-
- Code folding - Contains code folding information and scripts.
-
- Configuration - Includes scripts to define application helpers and to setup
- options for tool scripts. Includes configuration scripts
- for both JDK and MSJ tools.
-
- Data - Contains files used as data by other scripts. Also includes
- key word data files for syntax coloring
-
- EventHandlers - Contains scripts executed by the editor when required. Includes
- the onStartup script and scripts to handle the creation of files.
-
- Help - Includes help scripts.
-
- Html - Includes HTML tools.
-
- Info - Includes information related to the editor.
-
- Java - Contains java tools for both JDK and MSJ.
-
- Misc - Includes miscellaneous tools.
-
- Project - Contains tools for managing a project.
-
- Script - Includes tools for writing scripts. A folder is included
- for each object accessible from a script. Scripts are
- included to insert a template for each method and property.
- The insert template scripts also include a brief description of
- each method or property which can be use as a quick reference.
-
- Smartkeys - Contains smart key scripts.
-
- File types:
-
- .script - Script files are used to customize the behavior of the
- Editor and to write new tools. All the scripts in this
- release are written in JavaScript. Other scripting
- languages can also be supported. This release also
- includes support for VBScript. Double-clicking on a
- script file will run the script. You can also use
- a context menu to run a script.
-
- .insert .txt - Double-clicking on insert and text files will
- insert the contents of the file into the current file.
- This behavior can be changed by adding an onInsertFile
- script in the EventHandler folder.
-
- .info - Double-clicking on info files - as defined in
- EventHandlers/onShowInfoFile - will open the
- file. The file you are reading now is an info file.
-
- .html .htm - Double-clicking on HTML files - as defined in
- EventHandlers/onShowHtmlFile - will open the file
- using your default HTML browser.
-
- Internet shortcuts - Double-clicking on Internet shortcut files - as
- defined in EventHandlers/onGotoUrl - uses your
- default HTML browser to resolve the shortcut.
-
- Folder shortcuts - Folder shortcuts are processed as a folder.
-
- Copyright ⌐ 1997-1998 - Modelworks Software
-