| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Emerald Editor v3.1 | 2012-07-21 | ||
| Emerald Editor v3.0 | 2012-07-18 | ||
| Emerald Editor v2.4.1 | 2012-05-31 | ||
| Emerald Editor v2.4 | 2012-05-31 | ||
| jEditor v2.3A | 2012-04-07 | ||
| jEditor v2.2A | 2012-04-02 | ||
| jEditor v2.1.1A | 2012-03-31 | ||
| jEditor v2.1A | 2012-03-26 | ||
| jEditor v2.0A | 2012-03-02 | ||
| jEditor v1.1A | 2012-02-29 | ||
| jEditor v1.0A | 2012-02-22 | ||
| README.txt | 2012-07-21 | 3.1 kB | |
| Totals: 12 Items | 3.1 kB | 3 |
*****************************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 v3.1 update notes:
>>-------------------------[ -( Key )- ]---------------------------<<
- removed
+ added
> moved
< change( d )
* note / javadoc ( code )
>>-------------------------[ -( Key )- ]---------------------------<<
>>-------------------------[ -( - )- ]---------------------------<<
Changes
>>-------------------------[ -( - )- ]---------------------------<<
< workspace
+ now in alphabetical order ( I knew how to do this, don't know why I didn't )
+ saves where the frame last was for restart ( frame.x, frame.y )
there are no longer dashes ( '-' ) in the variable names
* it goes by the class it works for, then the variable 'name'
+ Language menu
* changes what syntax is being highlighted
+ default language was last chosen language ( default of java )
< View menu
< User Interface menu
+ substance menu
+ Office 2007 Blue
+ Office 2007 Silver
+ Twilight
+ Gemini
+ Emerald Dusk
>>-------------------------[ -( - )- ]---------------------------<<
Bug Fixes
>>-------------------------[ -( - )- ]---------------------------<<
+ Syntax highlighting works again!
* but you have to manually change the language with the language menu
>>-------------------------[ -( - )- ]---------------------------<<
Code
>>-------------------------[ -( - )- ]---------------------------<<
< workspace
- all previous methods
* this means that everything using a method from the workspace has a code change
+ getWorkspace() - Workspace
* gets the only available workspace
+ getProperty( String key, Object defaultValue ) - String
* gets the string property with the given key, if the key wasn't found it returns defaultValue
+ getProperty( String key, int defaultValue ) - int
* same as above but with ints
+ getProperty( String key, boolean defaultValue ) - boolean
* same as above but with booleans
+ setProperty( String key, Object value ) - void
* sets the property with the given key to the given value ( if it wasn't found it will create it )
< PropertyManager
< properties
< keys() - void - Overriden to make the properties file alphabetical
< View Menu
< User Interface Menu
* The SubMenuUserInterface class has been changed to work through a for loop adding the items with the
* given attributes defined in a two dimensional object array ( Object[][] ) called items before the loop
+ Substance Menu
+ Office 2007 Blue
+ Office 2007 Silver
+ Twilight
+ Gemini
+ Emerald Dusk