root/trunk/wenv/bbedit/NOTES.txt

Revision 4662, 1.2 KB (checked in by pmoura, 5 days ago)

Updated copyright notice.

  • 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.35.0
4
5Copyright (c) 1998-2009 Paulo Moura.        All Rights Reserved.
6Logtalk is free software.  You can redistribute it and/or modify
7it under the terms of the "Artistic License 2.0" as published by
8The Perl Foundation. Consult the "LICENSE.txt" file for details.
9================================================================
10
11
12This directory contains files that provide basic syntax highlighting
13for editing Logtalk source files with the Bare Bones BBEdit 8.x or
14TextWrangler 2.x text editors:
15
16    http://www.barebones.com/
17
18To install copy the file "logtalk.plist" either to the folders:
19
20    ~/Library/Application Support/BBEdit/Language Modules/
21    ~/Library/Application Support/TextWrangler/Language Modules/
22
23or to the folders:
24
25    /Library/Application Support/BBEdit/Language Modules/
26    /Library/Application Support/TextWrangler/Language Modules/
27
28(create the folder if it does not exist).
29
30Logtalk source files (including the programming examples) are usually
31formatted using four-space tabs; you may set the tab width on the
32editor preference panel.
33
34
35THESE SYNTAX COLORING SUPPORT FILES ARE UNDER DEVELOPMENT.
Note: See TracBrowser for help on using the browser.