|
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 | ================================================================ |
|---|
| 2 | Logtalk - Open source object-oriented logic programming language |
|---|
| 3 | Release 2.35.0 |
|---|
| 4 | |
|---|
| 5 | Copyright (c) 1998-2009 Paulo Moura. All Rights Reserved. |
|---|
| 6 | Logtalk is free software. You can redistribute it and/or modify |
|---|
| 7 | it under the terms of the "Artistic License 2.0" as published by |
|---|
| 8 | The Perl Foundation. Consult the "LICENSE.txt" file for details. |
|---|
| 9 | ================================================================ |
|---|
| 10 | |
|---|
| 11 | |
|---|
| 12 | This directory contains files that provides basic syntax coloring |
|---|
| 13 | for editing Logtalk source files with Crimson Editor V3.60 or later |
|---|
| 14 | version: |
|---|
| 15 | |
|---|
| 16 | http://www.crimsoneditor.com/ |
|---|
| 17 | |
|---|
| 18 | To install these files do the following: |
|---|
| 19 | |
|---|
| 20 | 1. Copy the files extension.lgt, extension.loader, and extension.config |
|---|
| 21 | to the "link" folder on the Crimson installation directory. |
|---|
| 22 | |
|---|
| 23 | 2. Copy the files logtalk.key and logtalk.spc to the "spec" folder on |
|---|
| 24 | the Crimson installation directory. |
|---|
| 25 | |
|---|
| 26 | Note: The Crimson installation directory is usually: |
|---|
| 27 | |
|---|
| 28 | C:\Program Files\Crimson Editor |
|---|
| 29 | |
|---|
| 30 | Logtalk source files (including the programming examples) are usually |
|---|
| 31 | formatted using four-space tabs; you may set the tab width on the |
|---|
| 32 | editor preference panel. |
|---|
| 33 | |
|---|
| 34 | |
|---|
| 35 | THESE SYNTAX COLORING SUPPORT FILES ARE UNDER DEVELOPMENT. |
|---|