Difference between revisions of "LSL Alternate Editors"
Magua Mascot (talk | contribs) |
Magua Mascot (talk | contribs) |
||
Line 11: | Line 11: | ||
===vim=== | ===vim=== | ||
[http://www.vim.org/ vim:]vi improved. A multi-platform evolution of the most classical of the editors: vi. GPL code. | [http://www.vim.org/ vim:] vi improved. A multi-platform evolution of the most classical of the editors: vi. GPL code. | ||
==Windows Editors== | ==Windows Editors== |
Revision as of 16:04, 8 March 2007
LSL Portal | Functions | Events | Types | Operators | Constants | Flow Control | Script Library | Categorized Library | Tutorials |
You are not limited to the in-world editor for editing your scripts; there are many editors available for free or purchase. Many of these editors have syntax highlighting for LSL that will make your code easier to follow. Below are some of the more popular editors for use with LSL.
If you have a favorite that is missing from the list, please feel free to add it.
For some of the editors mentioned here, the Shill project may have more up-to-date syntax files.
Multi-platform Editors
ByronStar SL
Based on Eclipse, the ByronStar SL IDE includes most modern program editor features. It also includes custom features for LSL, such as variable checking, error markers, and code formatting. Eclipse is available for Macintosh, Linux, Windows, and many UNIX flavors.
vim
vim: vi improved. A multi-platform evolution of the most classical of the editors: vi. GPL code.
Windows Editors
Notepad++
Notepad++ is probably one of the best windows editor around. Packed with features, extremely powerful and easy to use for beginners too. Best of all, it is GPL code.
ConTEXT
ConTEXT is a small, fast and powerful freeware text editor, developed mainly to serve as secondary tool for software developers.
The following syntax files are available for ConTEXT.
- Shyan Graves Last updated March 01, 2007.
- Sir.Grelling Last updated July 10, 2006.
Crimson Editor
Crimson Editor is a professional source code editor for Windows. The following syntax files are available for Crimson Editor.
- Aakanaar Last updated September 10, 2006 for Second Life version 1.10.0.
SciTE
TextPad [C]
TextPad is a powerful, but easy to use general purpose text editor. It is a commercial product, but there is a 30 day trial version available for free on the website.
The following syntax files are available for TextPad.
- Prodigal Maeterlinck & Patrick2 Chama Last updated February 20, 2007. Extracted from the Second Life viewer source code.
- Ben Gray Last updated August 23, 2006. As of version 1.12.0, with the deprecated functions in a separate keyword list.
- Matthias Huber Last updated September 23, 2004.
- Events ClipBook Last updated March 5, 2007. Based on the LSL Portal event entries.
Macintosh Editors
TextMate [C]
You can find details about Piero Padar's well-maintained TextMate bundle in the Scripting Tips forum. TextMate is a commercial Mac OS X text/program editor from Macromates.
There is a 30 day trial version available on their website.
Linux Editors
Emacs
You can find the LSL major mode, by Gary Evans, here. Emacs is also available for the Mac and Windows.
There's also Emacs LSL Mode available on this wiki, which provides better syntax highlighting and indentation features.