About NSLDownloadsDocumentationN e w sBug ReportsContact Info
 

SCS Editor

  • The main class is SchEditorFrame.java
  • There must be two files in the directory c:/documents and setting/administrator
    that MUST be created:
    SCS_PREFERENCES file and SCS_LIBRARY_PATHS file

 

The SCS PREFERENCE file looks like this:
====================================
scs_home=f:/usc/ns/NSL3_0_n/scs/src
scs_trashdir=f:/usc/ns/NSL3_0_n/scstrash
drawBackgroundColor=black
noActionTakenBackgroundColor =lightGray
scs_keymapType=Emacs

Note: scs_home is the where the software will find the "resources" directory.
The scs_trashdir is where scs will move deleted modules.
scs_keymapType should be set to either Emacs or Word. This tells the editor what keystrokes will be used as shortcuts.
NOTE: The slashs must be / , not \


The SCS_LIBRARY_PATHS file looks like:
======================================

firstLib=f:/usc/ns/NSL3_0_n/nsl3_0/FirstLib
booklib=f:/usc/ns/NSL3_0_n/nsl3_0/BasicBookModels

  • Note that the list of libraries can be quit long. The first parameter is the nickname of the library and the second parameter is where the library is actually located.
  • Neither of the files have a extension.
  • A copy of these files must be saved in the directory c:/documents and setting/<username>


Type java SchEditorFrame to run the aplication.


Note: you must have java runtime enviroment ( jdk 1.2.x at least) installed on your computer.