Wiki

Changes between Version 4 and Version 5 of EditorSupportTips

Show
Ignore:
Timestamp:
11/30/09 07:23:17 (15 years ago)
Author:
hopscc
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EditorSupportTips

    v4 v5  
    66 
    77See also: EditorSupport 
     8 
     9 
     10 
     11Heres the keywords list (as of Nov 2009) as configured for the Scintilla Editing component from http://scintilla.org (keywords Set0) 
     12 
     13{{{ 
     14adds all and any as assert base body bool branch break callable catch char class const continue cue  
     15decimal def do dynamiceach else end ensure enum event every except expect extend  false finally float for from get has  
     16if ignore implements implies import in inherits inlined int interface invariant is listen lock mixin must  
     17namespace new nil not number objc of old or pass passthrough post print pro raise ref require return  
     18same set sig stop struct success test this throw to trace true try uint use using var where while yield 
     19}}} 
     20 
     21and heres the isnames (access modifiers) keywords list (keywords Set1) 
     22 
     23{{{ 
     24abstract fake internal nonvirtual private protected public shared vari inout out override partial virtual  
     25}}}