Changeset 4254

Show
Ignore:
Timestamp:
05/07/08 15:06:54 (3 months ago)
Author:
pmoura
Message:

Added reference to Anjuta IDE. Updated description of the GtkSourceView? 2.x support. Minor documentation improvements of included support for text editors and syntax highlighters.

Location:
trunk/wenv
Files:
2 added
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/wenv/gtksourceview2/NOTES.txt

    r4233 r4254  
    88 
    99This 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: 
     10GtkSourceView 2.x, which is a text widget used in text editors such  
     11as recent versions of Gnome's Gedit and in and IDEs such as Anjuta  
     12and MonoDevelop. For more information, visit the GtkSourceView  
     13website: 
    1214 
    1315    http://gtksourceview.sourceforge.net/ 
  • trunk/wenv/NOTES.txt

    r4233 r4254  
    1010other text editing services for writing Logtalk source files (*.lgt)  
    1111with common text editors. By default, Logtalk syntax highlighting may  
    12 also be applied to the Prolog configuration files (*.config). 
     12also be applied to the Prolog configuration files (*.config). Support  
     13for some syntax highlighters (used in e.g in wikis, source code browsers,  
     14and bug trackers) is also provided. 
    1315 
    1416Some text editors already include support for Logtalk. If that is the  
     
    2325editors, is rather poor. Proper syntax highlighting support for Prolog and  
    2426Logtalk 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. 
     27and look-behind assertions, which some editors lack. 
     28 
     29Some text editors supporting regular expressions contain bugs and/or  
     30hard-coded limitations that prevent full optimization of the syntax  
     31coloring patterns. 
    2832 
    2933As Logtalk can be viewed as a superset of ISO Prolog, you may also use