Extended Text Editor is a program for text editing.
This program written in Java and needs Java Runtime Environment. 
The source code of the program placed in source directory and archived
For Linux distributives you can run the program without other installing just runnigng ete.sh script from command line.
For Windows system you need to install JRE and run ete.bat
Other option is to type java -jar extendedTextEditor.jar in the command line.
Also from command line you can enter the file name to edit after script name
Features:
1. Editing plain text
2. Unicode and language encodings is supported
3. Spell checking is available for Arabic, German, English, Spanish, Franch, Italian, Dutch, Polish, Russian languages
4. Regular expressions for searching in text is supported 
5. Large number of options is available
6. Integrated game Rally is available from the Help menu
7. Operations with file like Rename, Copy ... is available
8. Restoring the text when the work of program was terminated unexpectedly
Several projects is available from the author :
http://sourceforge.net/projects/blueprintbuild/
	Blueprint Builder is an integrate environment for development the program blueprint.
	Blueprint is a technology for describing the structure of the program on all levels of abstraction :
	packages, use cases, classes, features, functions, aspects.
	It's a several types of blueprint documents :
		project - groups bleuprint and other documents
		proposal - requirements and vision of program
		analysis - architecture of the program , use case model
		model - group of use cases
		research - preudocode from the different classes has one purpose
		module - unit of the project structurization with interface and implementation
		evolution - plan of iterations
		domain - describing of the problem domain
		process - describes the process of development
		workspace - describes dividing in the projects
http://sourceforge.net/projects/multitexteditor/ 
	Multi Text Editor - supports number of programming languages, large functionality, created from the integrated environment
http://sourceforge.net/projects/jneutrino/
	Neutrino is a library of text editing component for Java language.
		Includes text components that extends swing's with undoable.
		MultiTextComponent - operates with group of the text components as one whole
		TextFinder - dialog for searching in text
		FontChooser, StyleChooser - dialogs for choosing font and styles.
		DocumentRestorer - dialog for restoring text from backup
		Over 20 dialogs is available	
http://sourceforge.net/projects/extendedtexteditor/
	Extended Text Editor is a plain text editor
