Difference between revisions of "DevTools:Text Editors"
From CrossWire Bible Society
David Haslam (talk | contribs) (→Unix: == Java ==) |
(→Multi OS) |
||
(59 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
This page is to help new developers get started. It lists various Unicode compliant text editors that we have found useful for different operating systems. Inclusion here does not mean that we unequivocally endorse all aspects of the program. | This page is to help new developers get started. It lists various Unicode compliant text editors that we have found useful for different operating systems. Inclusion here does not mean that we unequivocally endorse all aspects of the program. | ||
+ | |||
+ | ==USFM Editor== | ||
+ | |||
+ | * [http://bibledit.org/ Bibledit] is a open source multiplatform collaborative USFM editor, useful for correcting USFM Bible source texts | ||
+ | |||
+ | == Multi OS == | ||
+ | * [https://www.gnu.org/software/emacs/ GNU Emacs] – an extensible, customizable text editor—and more. | ||
+ | |||
+ | * [http://xml-copy-editor.sourceforge.net/ XML Copy Editor] – Windows & Linux | ||
+ | |||
+ | * [http://gobby.0x539.de/trac/ Gobby] – a free ''collaborative'' editor supporting multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms. | ||
+ | |||
+ | *[http://www.jedit.org/ jEdit] Runs on any operating system with a Java SE installed. Powerful programming editor | ||
== Windows == | == Windows == | ||
− | * [http://notepad-plus-plus.org/ Notepad++] | + | * [http://notepad-plus-plus.org/ Notepad++] – an open source editor based on [http://en.wikipedia.org/wiki/Scintilla_%28editing_component%29 Scintilla].<ref>Scintilla does not properly support right-to-left languages like Arabic and Hebrew. While text in these languages may appear correct, it is not possible to interact with this text as is normal with other editing components.</ref><ref>The XMLTools plugin facilitates checking XML syntax and validation, e.g. to an external schema such as for OSIS. XMLTools also has various options to "pretty print" and linarize (sic) the XML.</ref> The [https://github.com/notepad-plus-plus/notepad-plus-plus source code] is now on Github. |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | '''Notes:''' | |
+ | <references /> | ||
− | == | + | == See also == |
− | + | * [[DevTools:Misc]] | |
− | *[ | ||
[[Category:Unicode]] | [[Category:Unicode]] | ||
[[Category:Development tools|Text Editors]] | [[Category:Development tools|Text Editors]] | ||
+ | [[Category:Text Editors]] |
Latest revision as of 18:18, 10 January 2018
This page is to help new developers get started. It lists various Unicode compliant text editors that we have found useful for different operating systems. Inclusion here does not mean that we unequivocally endorse all aspects of the program.
Contents
USFM Editor
- Bibledit is a open source multiplatform collaborative USFM editor, useful for correcting USFM Bible source texts
Multi OS
- GNU Emacs – an extensible, customizable text editor—and more.
- XML Copy Editor – Windows & Linux
- Gobby – a free collaborative editor supporting multiple documents in one session and a multi-user chat. It runs on Microsoft Windows, Mac OS X, Linux and other Unix-like platforms.
- jEdit Runs on any operating system with a Java SE installed. Powerful programming editor
Windows
- Notepad++ – an open source editor based on Scintilla.[1][2] The source code is now on Github.
Notes:
- ↑ Scintilla does not properly support right-to-left languages like Arabic and Hebrew. While text in these languages may appear correct, it is not possible to interact with this text as is normal with other editing components.
- ↑ The XMLTools plugin facilitates checking XML syntax and validation, e.g. to an external schema such as for OSIS. XMLTools also has various options to "pretty print" and linarize (sic) the XML.