What is TextEditor++? TextEditor++ is a free, open and very handy text editor for the editing of both plain and formatted text files and printing. It's written in Java language so it's available for a lot of Operative Systems. Since release 1.2.0 there is a tool for PDF conversion. System requirements
Installing TextEditor++ Download TextEditor++v1.2.0.jar. Make a directory/map with the name "texteditor". Copy the jar file to the new directory "texteditor". That's all! The used cmd file TextEditor++ works with Open JDK in OS/2-eCS. I have a texteditor.cmd file with the following contents; @echo off SET CLASSPATH= SET BEGINLIBPATH=[drive: java]\JAVA160ga5\bin SET path=[drive: java]\JAVA160ga5\bin [drive: texteditor] cd [drive: texteditor]\texteditor java -Duser.home=[drive: texteditor]\texteditor -jar TextEditor++v1.2.0.jar 2>texteditor-bugs.txtI use 2 separate folders (directories), one for Java and one for TextEditor++ with the files created by this program. The references used in the cmd file;
should be replaced with real drive letters. Save the file and name it "texteditor.cmd" or use the file from the distribution. This file is copied to the "texteditor" folder (directory). Furthermore, different paths?, adjust according to your needs. Create a new program object. Specify the path and file name: "[drive: texteditor]\texteditor\texteditor.cmd". In the tabpage Session check the boxes "OS/2 window", "Running as an icon" and "Close Window to end program". In the tabpage General you can enter the name "TextEditor++". Parameters / options explained
Download In the file you can find the above command files (all drive letters are on set to C:) and an OS/2 TextEditor++ icon: texteditor-ecs.zip. revision August 16, 2016 |