home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / texted / stronged_2 / !StrongED / Defaults / Modes / StrongMode < prev    next >
Text File  |  1997-05-02  |  1KB  |  70 lines

  1. Search
  2.     section    ~("end"|"#") {isalpha}+
  3. End
  4.  
  5. Shortcuts
  6. #function entry
  7.     ''k    \tKey    \@\n    Menu    \@\n    Icon    \@\n    Select    \n    Help
  8.     ''s    Search\n    \@\nEnd
  9. End
  10.  
  11.  
  12. #------------------------------------------------------------------------------
  13.  
  14. ID_FirstChar    A-Za-z_
  15. ID_Middle    A-Za-z_0-9
  16.  
  17. SyntaxOptions
  18.     SingleQuote    No
  19.     DoubleQuote    Yes
  20.     QuoteQuote    No
  21.     QuoteChar    \
  22.     SplitString    No
  23. End
  24.  
  25. # The sections
  26.  
  27. SyntaxWords Group1 nocase StartSpace
  28.     Keylist Search Replace Functions Shortcuts
  29.     ID_FirstChar ID_Middle ID_LastChar
  30.     SyntaxWords SyntaxOptions SyntaxComment
  31.     PrintHead PrintFoot HelpPath Bitmap Clicklist End
  32.     WriteProtect
  33. End
  34.  
  35. # Section elements
  36.  
  37. SyntaxWords Group2 nocase StartSpace
  38.     Key Menu Icon Help Select Adjust
  39.     SingleQuote DoubleQuote QuoteQuote SplitString QuoteChar HexPrefix BinPrefix
  40.     Type StartWith EndWith
  41. End
  42.  
  43. # Options for the SyntaxWords section
  44.  
  45. SyntaxWords Group4 nocase
  46.  
  47.     EndAlways EndNonID EndOfID EndOfLine EndAsm EndSTM EndBL
  48.     StartofLine StartSpace
  49.     case nocase
  50.  
  51. End
  52.  
  53. # defines the comment here for the time being, since real comments can't be tied to
  54. # start of line only
  55.  
  56. SyntaxWords Group3 nocase StartofLine EndofLine
  57.     #
  58. End
  59.  
  60. #------------------------------------------------------------------------------
  61.  
  62. Functions
  63.  
  64.     Icon    lof
  65.     Select    ListOfFound (section,All,Whole,Line,NoCase)
  66.     Menu    List of sections
  67.     Help    HSt_lof
  68.  
  69. End
  70.