Changeset 4256 for trunk

Show
Ignore:
Timestamp:
05/08/08 12:25:03 (5 months ago)
Author:
pmoura
Message:

Added missing support for the syntax coloring of variables to the Nedit text editor.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4255 r4256  
    5858 
    5959    Added missing support for the syntax coloring of the built-in method  
    60     clause/2 and for the external call Logtalk control construct, {}/1,  
    61     corrected a bug with 0'Char constants and some typos in the support  
    62     for the built-in predicates current_event/2, implements_protocol/2-3,  
    63     abolish_category/1 for the Nedit text editor. 
     60    clause/2, of the external call Logtalk control construct, {}/1, and  
     61    of variables to the Nedit text editor. Corrected a bug with 0'Char  
     62    constants and some typos in the support for the built-in predicates  
     63    current_event/2, implements_protocol/2-3, abolish_category/1. 
    6464 
    6565 
  • trunk/wenv/nedit/logtalk.pats

    r4255 r4256  
    2222 
    2323nedit.highlightPatterns: Logtalk:1:0{\n\ 
    24     Entity directives:"(?<=:\\-\\s)(object|protocol|category|module)(?=[(])":::Preprocessor::\n\ 
    25     Entity directives:"(?<=:\\-\\s)(end_object|end_protocol|end_category)(?=[.])":::Preprocessor::\n\ 
     24    Variables:"[A-Z_]\\w*":::Identifier2::\n\ 
     25    Opening Entity directives:"(?<=:\\-\\s)(object|protocol|category|module)(?=[(])":::Preprocessor::\n\ 
     26    Closing Entity directives:"(?<=:\\-\\s)(end_object|end_protocol|end_category)(?=[.])":::Preprocessor::\n\ 
    2627    Entity relations:"<(complements|instantiates|specializes|extends|imports|implements)(?=[(])":::Preprocessor::\n\ 
    2728    Directives:"(?<=:\\-\\s)(alias|synchronized|encoding|export|initialization|info|mode|dynamic|discontiguous|public|protected|private|meta_predicate|multifile|op|calls|uses|use_module)(?=[(])":::Preprocessor::\n\ 
     
    6970    Bitwise functors:">>|<<|/\\\\|\\\\/|\\\\":::Subroutine::\n\ 
    7071    Atoms:"[a-z]\\w*":::Plain::\n\ 
    71     Variables:"[A-Z_]\\w*":::Identifier::\n\ 
    7272} 
    7373nedit.languageModes:    Logtalk: .lgt .config::::4:4:\n\