enventor/NEWS

49 lines
1.5 KiB
Plaintext
Raw Normal View History

============
2014-07-18 22:38:27 -07:00
Enventor 0.3.0
============
2014-07-18 22:38:27 -07:00
Changes since Enventor 0.2.0:
---------------------------
Additions:
* Go to line (Ctrl+L)
* Support template codes from the new file
* Auto Completion (Ctrl+O)
Improvements:
* Improved syntax color keywords to be configurable (enventor/data/color/color.src)
* Support more syntax color keywords
* Optimized syntax color function with parital applying mechacnism (Much faster in case of editing huge text)
* Support syntax color on macros
* Better intelligent focus movement
* Changed desktop category to Development/Utility
Fixes:
* Fixed broken Search GUI scalability
* Fixed corrupted line number displaying
* Fixed a crash when an invalid input file is requested
* Got rid of a dangling empty space in the end of the file
* Fixed missing loading "&" character in a edc
Changes since Enventor 0.1:
---------------------------
Additions:
* Save/Load config values (~/.config/enventor/enventor.eet)
* Toolbar GUI (F11)
* View scale change (Ctrl + Mouse Wheel)
* Find/Replace (Ctrl+F)
* Line Deletion (Ctrl+D)
Improvements:
* Applied more syntax color keywords
* Display the current file path on the window title bar
* Support ELM_ENGINE gl set
* Better Pretty GUI
* Create a new file that is specified on the command line
* Support more selection keyword for candidate list display. - "action", "STATE_SET", "inherit", "image.normal", "image.tween", "target", "source"
Fixes:
* GUI scalability
* Open real "new" template code when New is requested