Welcome to the Creatures Wiki! Log in and join the community.

Difference between revisions of "Free text editors"

From Creatures Wiki
Jump to navigation Jump to search
 
(13 intermediate revisions by 2 users not shown)
Line 1: Line 1:
In addition to the official [[CAOS Tool]]s and Creatures Community-created tools, there are many free text editors that work with [[COS files]].  Some community members have created plugins for these text editors to help make CAOS more readable by highlighting different parts of the code in different colours.  Some options available are listed below:
+
In addition to the official [[CAOS Tool]]s and Creatures Community-created tools such as [[Sorcerer's Table]] and [[CAOS Chaos (website)]], there are many free text editors that work with [[COS files]].  Some community members have created plugins for these text editors to help make CAOS more readable by highlighting different parts of the code in different colours.  Some options available are listed below:
  
 
=== Cross-Platform (Windows, Mac, Linux) ===
 
=== Cross-Platform (Windows, Mac, Linux) ===
 +
*[https://atom.io/ Atom] supports syntax highlighting. There is [https://atom.io/packages/language-caos support for CAOS] available.
 
*[http://www.jedit.org/ jEdit] supports syntax highlighting.  [[User:RProgrammer|RProgrammer]] [https://sourceforge.net/projects/jagent/files/extras/ created] a file which adds highlighting support for CAOS to jEdit.
 
*[http://www.jedit.org/ jEdit] supports syntax highlighting.  [[User:RProgrammer|RProgrammer]] [https://sourceforge.net/projects/jagent/files/extras/ created] a file which adds highlighting support for CAOS to jEdit.
* [http://www.sublimetext.com/ Sublime Text]  has an evaluation license which does not expire.  [[ham5ter]] [https://web.archive.org/web/20140710001920/http://ham5ter.de/files/Creatures/AlbianWarpStuff/CAOS.tmLanguage created] a file which adds highlighting support to Sublime Text 2.
+
* [https://www.sublimetext.com/ Sublime Text]  has an evaluation license which does not expire.  [[ham5ter]] [https://web.archive.org/web/20140710001920/http://ham5ter.de/files/Creatures/AlbianWarpStuff/CAOS.tmLanguage created] a file which adds highlighting support to Sublime Text 2.
 +
* [https://code.visualstudio.com/ Visual Studio Code] supports syntax highlighting.  There is [https://github.com/Creatures-Developer-Network/vscode-caos support for CAOS] available.
 +
*[https://lite-xl.com/en/ Lite XL] is recommended for use with [[RAL]].
 +
*[https://kate-editor.org/ Kate] is another option recommended for use with [[RAL]].
  
 
=== Windows ===
 
=== Windows ===
* [http://notepad-plus-plus.org/ Notepad++] ([[Felinorn]] created a [http://creaturescaves.com/downloads.php?section=COBs&view=1761 User-Defined Language (UDL) XML] adding highlighting to Notepad++)
+
* [https://notepad-plus-plus.org/ Notepad++] ([[Felinorn]] created a [https://creaturescaves.com/downloads.php?section=COBs&view=1761 User-Defined Language (UDL) XML] adding highlighting to Notepad++)
* [http://www.pnotepad.org/ Programmer's Notepad]
+
* [https://www.pnotepad.org/ Programmer's Notepad]
  
 
=== Linux ===
 
=== Linux ===
* [[Vim]] ([http://www.vim.org/ Vim]) supports syntax highlighting.  The CDN created a file which adds highlighting support for CAOS to Vim (see Creatures Wiki article on [[Vim]] for more information).
+
* [[Vim]] ([https://www.vim.org/ Vim official website]) supports syntax highlighting.  The CDN created a file which adds highlighting support for CAOS to Vim (see Creatures Wiki article on [[Vim]] for more information).
  
 
=== Mac ===
 
=== Mac ===
* [http://www.barebones.com/products/textwrangler/ Textwrangler]
+
* [https://apps.apple.com/us/app/xcode/id497799835 Xcode]
* [https://itunes.apple.com/us/app/xcode/id497799835 Xcode]
 
 
* [https://macvim-dev.github.io/macvim/ macvim]
 
* [https://macvim-dev.github.io/macvim/ macvim]
  
Line 21: Line 24:
 
*[[:Category:Tutorials|Tutorials]]
 
*[[:Category:Tutorials|Tutorials]]
  
{{stub}}
 
 
[[Category:CAOS]]
 
[[Category:CAOS]]

Latest revision as of 04:17, 2 January 2023

In addition to the official CAOS Tools and Creatures Community-created tools such as Sorcerer's Table and CAOS Chaos (website), there are many free text editors that work with COS files. Some community members have created plugins for these text editors to help make CAOS more readable by highlighting different parts of the code in different colours. Some options available are listed below:

Cross-Platform (Windows, Mac, Linux)[edit]

Windows[edit]

Linux[edit]

  • Vim (Vim official website) supports syntax highlighting. The CDN created a file which adds highlighting support for CAOS to Vim (see Creatures Wiki article on Vim for more information).

Mac[edit]

See also[edit]