Changeset 4258 for trunk

Show
Ignore:
Timestamp:
05/08/08 12:59:59 (4 months ago)
Author:
pmoura
Message:

Added missing support for the syntax coloring of quoted atom escape sequences to the Nedit text.

Location:
trunk
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/RELEASE_NOTES.txt

    r4256 r4258  
    5757    construct call/1 to the GtkSourceView 2.x text widget. 
    5858 
    59     Added missing support for the syntax coloring of the built-in method  
    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. 
     59    Added missing support for the syntax coloring of variables, of quoted  
     60    atom escape sequences, of the built-in method clause/2, of the external  
     61    call Logtalk control construct {}/1, and of variables to the Nedit text  
     62    editor. Corrected a bug with 0'Char constants and corrected some typos  
     63    in the support for the built-in predicates current_event/2,  
     64    implements_protocol/2-3, abolish_category/1. 
    6465 
    6566 
  • trunk/wenv/nedit/logtalk.pats

    r4256 r4258  
    4343    Number:"[0-9]+(\.[0-9]+)?([eE][-+][0-9]+)?":::Numeric Const::\n\ 
    4444    String:"""":""""::String::\n\ 
    45     String:"'":"'"::String::\n\ 
     45    Quoted atoms:"'":"'"::String::\n\ 
     46    Escape sequences:"\\\\([\\\\abfnrtv""']|(x[a-fA-F0-9]+|[0-7]+)\\\\)":::String1:Quoted atoms:\n\ 
    4647    Built-in methods:"<(parameter|self|sender|this|current_predicate|predicate_property|abolish|asserta|assertz|clause|retractall|retract|bagof|findall|forall|setof|before|after|expand_term|goal_expansion|term_expansion|phrase|threaded|threaded_call|threaded_once|threaded_ignore|threaded_exit|threaded_peek|threaded_wait|threaded_notify)(?=[(])":::Subroutine::\n\ 
    4748    Arithmetic operators:"<is>|\\+|\\*|\\-|/|=:=|=\\\\=|=\\<|\\>=|\\<|\\>":::Subroutine::\n\