Difference between revisions of "DevTools:Text Editors"

From CrossWire Bible Society
Jump to: navigation, search
(Windows: – very powerful tools available)
(Windows: analysis & conversion)
Line 6: Line 6:
 
* [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>
* [http://www.babelstone.co.uk/Software/BabelPad.html BabelPad] &ndash; very powerful tools available &ndash; can convert to NFC  
+
* [http://www.babelstone.co.uk/Software/BabelPad.html BabelPad] &ndash; very powerful analysis & conversion tools available &ndash; can convert to NFC  
 
* [http://www.editpadlite.com/ EditPad Lite] &ndash; good for code page conversions
 
* [http://www.editpadlite.com/ EditPad Lite] &ndash; good for code page conversions
 
* [http://en.wikipedia.org/wiki/WordPad WordPad]<ref>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 [http://www.datamystic.com/textpipe.html TextPipe]) to convert UTF-16 to UTF-8.</ref>
 
* [http://en.wikipedia.org/wiki/WordPad WordPad]<ref>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 [http://www.datamystic.com/textpipe.html TextPipe]) to convert UTF-16 to UTF-8.</ref>

Revision as of 13:31, 15 April 2011

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.

Windows

Notes:

  1. 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.
  2. SC Unipad makes no use of installed Windows fonts. Rendering is implemented within the editor itself. The free edition is session time limited.
  3. 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

  • 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.

See also