- Timestamp:
- 05/08/08 12:25:03 (5 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
RELEASE_NOTES.txt (modified) (1 diff)
-
wenv/nedit/logtalk.pats (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/RELEASE_NOTES.txt
r4255 r4256 58 58 59 59 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 support62 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. 64 64 65 65 -
trunk/wenv/nedit/logtalk.pats
r4255 r4256 22 22 23 23 nedit.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\ 26 27 Entity relations:"<(complements|instantiates|specializes|extends|imports|implements)(?=[(])":::Preprocessor::\n\ 27 28 Directives:"(?<=:\\-\\s)(alias|synchronized|encoding|export|initialization|info|mode|dynamic|discontiguous|public|protected|private|meta_predicate|multifile|op|calls|uses|use_module)(?=[(])":::Preprocessor::\n\ … … 69 70 Bitwise functors:">>|<<|/\\\\|\\\\/|\\\\":::Subroutine::\n\ 70 71 Atoms:"[a-z]\\w*":::Plain::\n\ 71 Variables:"[A-Z_]\\w*":::Identifier::\n\72 72 } 73 73 nedit.languageModes: Logtalk: .lgt .config::::4:4:\n\
