|
Revision 4662, 1.0 KB
(checked in by pmoura, 6 days ago)
|
|
Updated copyright notice.
|
-
Property svn:eol-style set to
native
|
| 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 folder contains minimal support for using Exuberant Ctags |
|---|
| 13 | (http://ctags.sourceforge.net/) with Logtalk. There are two files |
|---|
| 14 | that you will need to rename and copy to your home directory: |
|---|
| 15 | |
|---|
| 16 | ctags |
|---|
| 17 | Rename this file to "$HOME/.ctags" or append its contents to |
|---|
| 18 | the "$HOME/.ctags" file if it already exists |
|---|
| 19 | |
|---|
| 20 | ctags.tmcodebrowser |
|---|
| 21 | Rename this file to "$HOME/.ctags.tmcodebrowser" or append its |
|---|
| 22 | contents to "$HOME/.ctags.tmcodebrowser" if it already exists |
|---|
| 23 | in order to use the MacOS X TextMate text editor and its |
|---|
| 24 | TmCodeBrowser plug-in (http://www.cocoabits.com/TmCodeBrowser/) |
|---|