root/tags/lgt2311/wenv/NOTES.txt

Revision 4000, 1.3 KB (checked in by pmoura, 12 months ago)

Updated copyright string.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1================================================================
2Logtalk - Open source object-oriented logic programming language
3Release 2.31.1
4
5Copyright (c) 1998-2008 Paulo Moura.  All Rights Reserved.
6================================================================
7
8
9This directory contains files that provide syntax highlighting and
10other text editing services for writing Logtalk source files (*.lgt)
11with common text editors. By default, Logtalk syntax highlighting is
12also applied to the Prolog configuration files (*.config).
13
14Some text editors already include support for Logtalk. If that is the
15case of your favorite editor, you may want to check if the supporting
16files provided in this directory are newer than the editor ones.
17
18Logtalk source files (including the programming examples) are usually
19formatted using four-space tabs; it is recommended that you set the tab
20width on your editor preferences panel.
21
22You may notice that support for some text editors, notably for Windows-only
23editors, is rather poor. Proper syntax highlighting support for Prolog and
24Logtalk requires support for regular expressions with zero-width look-ahead
25features, which some editors lack.
26
27As Logtalk can be viewed as a superset of ISO Prolog, you may also use
28the resources in this directory for editing plain Prolog source files.
Note: See TracBrowser for help on using the browser.