| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2012-04-07 | 1.2 kB | |
| jEditor V2.3 - Alpha Source.zip | 2012-04-07 | 612.0 kB | |
| jEditor V2.3 - Alpha.zip | 2012-04-07 | 465.0 kB | |
| Totals: 3 Items | 1.1 MB | 0 | |
*****************************License****************************** This program is licensed under the GNU GPL 3.0 or higher license the terms and conditions are included with the program under the file name "License.txt". ****************************************************************** jEditor v2.3 update notes: New Features: - Title displays what you are currently editing - Title's text has an asterisk '*' added when file is not saved - The tab's icon changes when the file is not saved - Syntax highlighting - JavaScript file filter Bug Fixes: - Can open and read files without extensions - Can open images again - Can open more than 50 tabs again - Word counting is now more accurate - Line numbering works correctly - Code changes: - Moved all of the threads into a nested class in MetaFrame - Added another thread to check for if the file is saved - Changed the opening sequence to allow files to be opened - FileMenuActions.class's following methods have been removed: - addEnhancements() - FileMenuActions.class's following methods have been shortened: - addTab(File file) - addNewTab()