- Timestamp:
- 05/07/08 15:06:54 (7 months ago)
- Location:
- trunk/wenv
- Files:
-
- 2 added
- 2 modified
-
anjuta (added)
-
anjuta/NOTES.txt (added)
-
gtksourceview2/NOTES.txt (modified) (1 diff)
-
NOTES.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wenv/gtksourceview2/NOTES.txt
r4233 r4254 8 8 9 9 This directory contains files that provide syntax highlighting for 10 GtkSourceView 2.x, which is a text widget used in text editors and 11 IDEs such as recent versions of Gnome's Gedit and MonoDevelop: 10 GtkSourceView 2.x, which is a text widget used in text editors such 11 as recent versions of Gnome's Gedit and in and IDEs such as Anjuta 12 and MonoDevelop. For more information, visit the GtkSourceView 13 website: 12 14 13 15 http://gtksourceview.sourceforge.net/ -
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
