Changeset 4254 for trunk/wenv/NOTES.txt
- Timestamp:
- 05/07/08 15:06:54 (5 months ago)
- Files:
-
- 1 modified
-
trunk/wenv/NOTES.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wenv/NOTES.txt
r4233 r4254 10 10 other text editing services for writing Logtalk source files (*.lgt) 11 11 with common text editors. By default, Logtalk syntax highlighting may 12 also be applied to the Prolog configuration files (*.config). 12 also be applied to the Prolog configuration files (*.config). Support 13 for some syntax highlighters (used in e.g in wikis, source code browsers, 14 and bug trackers) is also provided. 13 15 14 16 Some text editors already include support for Logtalk. If that is the … … 23 25 editors, is rather poor. Proper syntax highlighting support for Prolog and 24 26 Logtalk requires support for regular expressions with zero-width look-ahead 25 features, which some editors lack. Some text editors supporting regular 26 expressions contain bugs and/or limitations that prevent full optimization 27 of the syntax coloring patterns. 27 and look-behind assertions, which some editors lack. 28 29 Some text editors supporting regular expressions contain bugs and/or 30 hard-coded limitations that prevent full optimization of the syntax 31 coloring patterns. 28 32 29 33 As Logtalk can be viewed as a superset of ISO Prolog, you may also use
