- Timestamp:
- 05/08/08 12:59:59 (4 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/nedit/logtalk.pats (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4256 r4258 57 57 construct call/1 to the GtkSourceView 2.x text widget. 58 58 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. 64 65 65 66 -
trunk/wenv/nedit/logtalk.pats
r4256 r4258 43 43 Number:"[0-9]+(\.[0-9]+)?([eE][-+][0-9]+)?":::Numeric Const::\n\ 44 44 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\ 46 47 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\ 47 48 Arithmetic operators:"<is>|\\+|\\*|\\-|/|=:=|=\\\\=|=\\<|\\>=|\\<|\\>":::Subroutine::\n\
