home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 August / APC_Aug2001_CD2.iso / features / web_dev / files / mwjpp516.exe / %MAINDIR% / Tools / _readMe.info next >
Encoding:
Text File  |  2001-06-19  |  3.4 KB  |  75 lines

  1. Tools ReadMe  
  2.  
  3. The tools panel displays sub-folders and files included in the Tools folder. 
  4.  
  5. Folders include:  
  6.  
  7. Bookmark            - Contains tools for managing bookmarks.
  8.  
  9. Browser             - Includes tools for adding files into the container (class), 
  10.                       package and file views. Also include a script to run an Html 
  11.                       browser.
  12.                   
  13. Code folding        - Contains code folding information and scripts.
  14.  
  15. Configuration       - Includes scripts to define application helpers and to setup
  16.                       options for tool scripts. Includes configuration scripts
  17.                       for both JDK and MSJ tools.
  18.                     
  19. Data                - Contains files used as data by other scripts. Also includes
  20.                       key word data files for syntax coloring
  21.  
  22. EventHandlers       - Contains scripts executed by the editor when required. Includes
  23.                       the onStartup script and scripts to handle the creation of files.
  24.                       
  25. Help                - Includes help scripts.
  26.  
  27. Html                - Includes HTML tools.
  28.  
  29. Info                - Includes information related to the editor.
  30.  
  31. Java                - Contains java tools for both JDK and MSJ.
  32.  
  33. Misc                - Includes miscellaneous tools.
  34.  
  35. Project             - Contains tools for managing a project.
  36.  
  37. Script              - Includes tools for writing scripts. A folder is included 
  38.                       for each object accessible from a script. Scripts are
  39.                       included to insert a template for each method and property.
  40.                       The insert template scripts also include a brief description of 
  41.                       each method or property which can be use as a quick reference.
  42.  
  43. Smartkeys           - Contains smart key scripts.
  44.  
  45. File types:
  46.  
  47. .script             - Script files are used to customize the behavior of the 
  48.                       Editor and to write new tools. All the scripts in this
  49.                       release are written in JavaScript. Other scripting 
  50.                       languages can also be supported. This release also 
  51.                       includes support for VBScript. Double-clicking on a
  52.                       script file will run the script. You can also use
  53.                       a context menu to run a script.
  54.  
  55. .insert .txt        - Double-clicking on insert and text files will
  56.                       insert the contents of the file into the current file.
  57.                       This behavior can be changed by adding an onInsertFile
  58.                       script in the EventHandler folder.
  59.  
  60. .info               - Double-clicking on info files - as defined in
  61.                       EventHandlers/onShowInfoFile - will open the 
  62.                       file. The file you are reading now is an info file.
  63.  
  64. .html .htm          - Double-clicking on HTML files - as defined in
  65.                       EventHandlers/onShowHtmlFile - will open the file 
  66.                       using your default HTML browser.
  67.  
  68. Internet shortcuts  - Double-clicking on Internet shortcut files - as 
  69.                       defined in EventHandlers/onGotoUrl - uses your 
  70.                       default HTML browser to resolve the shortcut.
  71.                                             
  72. Folder shortcuts    - Folder shortcuts are processed as a folder.
  73.  
  74. Copyright ⌐ 1997-1998 - Modelworks Software
  75.