Difference between revisions of "DevTools:Text Editors"
From CrossWire Bible Society
David Haslam (talk | contribs) (→Windows: As from version 6.0, [http://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions PCRE] is supported.) |
David Haslam (talk | contribs) m (→Windows: are) |
||
Line 3: | Line 3: | ||
== Windows == | == Windows == | ||
− | * [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> As from version 6.0, [http://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions PCRE] | + | * [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> As from version 6.0, [http://en.wikipedia.org/wiki/Perl_Compatible_Regular_Expressions PCRE] are supported. |
* [http://www.pspad.com/ PSPad] | * [http://www.pspad.com/ PSPad] | ||
* [http://www.unipad.org/main/ SC Unipad]<ref>SC Unipad makes no use of installed Windows fonts. Rendering is implemented within the editor itself. The free edition is session time limited.</ref> | * [http://www.unipad.org/main/ SC Unipad]<ref>SC Unipad makes no use of installed Windows fonts. Rendering is implemented within the editor itself. The free edition is session time limited.</ref> |
Revision as of 08:37, 27 March 2012
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
Windows
- Notepad++ – an open source editor based on Scintilla.[1] As from version 6.0, PCRE are supported.
- PSPad
- SC Unipad[2]
- BabelPad – very powerful analysis & conversion tools available – can convert to NFC [3]
- EditPad Lite – good for code page conversions
- WordPad[4]
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.
- ↑ SC Unipad makes no use of installed Windows fonts. Rendering is implemented within the editor itself. The free edition is session time limited.
- ↑ BabelPad is a free Unicode text editor for Windows that supports the proper rendering of most complex scripts, and allows you to assign different fonts to different scripts in order to facilitate multi-script text editing. BabelPad supports the latest version of Unicode, currently Unicode 6.0.
- ↑ MS WordPad can convert a Rich Text File (RTF) to Unicode (UTF-16), though this conversion will discard all formatting information. After saving as Unicode, use another editor (or TextPipe) to convert UTF-16 to UTF-8.
Multi OS
- XML Copy Editor – Windows & Ubuntu
- 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.
Mac
Unix
Java
Runs on any operating system with a Java SE installed.