This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/wenv/jedit/NOTES.txt
pmoura 4569fca292 Logtalk 2.29.5 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1858 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2007-03-28 22:44:31 +00:00

47 lines
1.4 KiB
Plaintext

=================================================================
Logtalk - Object oriented extension to Prolog
Release 2.29.5
Copyright (c) 1998-2007 Paulo Moura. All Rights Reserved.
=================================================================
This directory contains files that provide syntax highlighting, automatic
code indenting, code completion, and programming templates for editing
Logtalk source files with the text editor jEdit 4.3 or later version:
http://www.jedit.org/
To install:
1. Copy the file logtalk.xml to the modes subdirectory of your jEdit
installation directory.
2. Open the "catalog" file in the same subdirectory and add (if not
present) the following entry:
<MODE NAME="logtalk" FILE="logtalk.xml" FILE_NAME_GLOB="*.{lgt,config}" />
3. Install (or update if necessary) the jEdit plug-in Templates 4.0.0
or later version.
4. Copy the contents of the subdirectory templates to the templates
directory set in the plug-in preferences.
5. Install the jEdit plug-in CodeBrowser 1.4.2 or later version and the
Logtalk support for Exuberant C Tags foiund on "wenv/ctags" directory.
Notes:
You can use the jEdit code folding indent mode with Logtalk source files.
You can customize the templates for objects, categories, and protocols
to use your name by default by changing the line that reads:
#prompt ( "Author name:" $authorname )
to:
#prompt ( "Author name:" $authorname "Your Name" )