| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2012-05-31 | 2.3 kB | |
| Emerald Editor 2.4 Source.zip | 2012-05-31 | 146.4 kB | |
| Emerald Editor 2.4.zip | 2012-05-31 | 679.3 kB | |
| Totals: 3 Items | 828.0 kB | 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".
******************************************************************
Emerald Editor v2.4 update notes:
IMPORTANT: You're current workspace will be disregarded completely! If you attempt to rename it to "EmeraldEditor.workspace"
it will cause the program to encounter numerous errors while loading preferences. I'm sorry, but you will have to reset all of
your preferences.
New Features:
- Finding bar in the main toolbar
- The main toolbar
- Changed the program name to "Emerald Editor"
- Every menu item now has a tool tip, hover over to view a better description of what each item does
- Preferences sub-menu "Measurments" renamed to "Status Bar"
- Added a new sub-menu to the preferences menu
- Toolbars, used for changing the toolbars between just icons, just text, and both
- Renamed "Help" menu "Emerald Editor"
- added "Force Exit" item
- closes the program automatically, used for a bug that I encountered and I think fixed, where you couldn't exit
- the bug was only in development
- Moved to be the first menu item
- Workspace file now saves as "EmeraldEditor.workspace"
- when opened it is actually readable, and editable
- only if you know what you're doing
- Added New File Dialog
- Renamed the old About Dialog to license dialog, and added a new about dialog
- features the logo for the project
Bug Fixes:
- N/A
Code changes:
- ToolBarMain.class
- ToolBarStatus.class
- DialogNew.class
- (Old) DialogAbout.class -> DialogLicense.class
- (New) DialogAbout.class
- Every class's name has been refactored
- Workspace variables are enums now, like they always should have been
- Workspace loads / saves differently
- ADDMenuBar.class
- The constructor is less messy
- 7-8 lines
- The menus were moved to their own class
- My coding format has changed quite a bit thanks to eclipse ( not currently how I write the code, but it will be soon! )
- Workspace properties file has changed
- Workspace now has a nested class PropertyManager
- this is how the program gets properties