Difference between revisions of "DevTools:Text Editors"

From CrossWire Bible Society
Jump to: navigation, search
(Windows: * [http://www.pspad.com/ PSPad])
(Windows: Scintilla)
Line 3: Line 3:
 
== Windows ==
 
== Windows ==
  
* [http://notepad-plus-plus.org/ Notepad++]
+
* [http://notepad-plus-plus.org/ Notepad++] &ndash; 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>
 
* [http://www.pspad.com/ PSPad]
 
* [http://www.pspad.com/ PSPad]
 
* [http://www.unipad.org/main/ SC Unipad] &ndash; the free edition is session time limited
 
* [http://www.unipad.org/main/ SC Unipad] &ndash; the free edition is session time limited
Line 10: Line 10:
  
 
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 to convert UTF-16 to UTF-8.
 
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 to convert UTF-16 to UTF-8.
 +
 +
<references />
  
 
== Multi OS ==
 
== Multi OS ==

Revision as of 20:32, 23 December 2010

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

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 to convert UTF-16 to UTF-8.

  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.

Multi OS

Mac

Unix

Java

Runs on any operating system with a Java SE installed.

See also