enventor/NEWS

218 lines
8.7 KiB
Plaintext
Raw Normal View History

2015-03-01 02:26:50 -08:00
==============
2016-01-02 22:45:10 -08:00
Enventor 0.7.0
2015-03-01 02:26:50 -08:00
==============
2016-01-02 22:45:10 -08:00
Changes since Enventor 0.6.0:
-----------------------------
Additions:
* Tracking image resources for realtime live view updation.
* Marking lines which contains errors in edc editor.
* Support localization (English, Russian)
* Smart redo/undo function which applies coding convention for undo texts.
* Support dummy spacer.
* Jumping on to the code related with the current clicked part in live view.
Removes:
* Get rid of ELM_ENGINE environment.
Improvements:
* Focus shouldn't move on to ctxpopup when its moving.
* File Saving contains .edc extension automatically.
* Migrate on to lazy edc fully (syntax color, template code, etc..)
* Support realtime live view updation for the slider in ctxpoup.
* Renamed syntax color data file from color.src to edc.src.
* More compatible with ms windows platform.
* Add "base_scale" into template code.
* Improve auto completion for more correct and useful candidate keywords.
* Support ELM_ACCEL environment.
* Move the editor cursor at the end of the attributes after dismissing candidate list.
* Rename a temporary output file name to be different with input file name so that multiple enventors could modify same input file at the same time.
* Support more auto complete keywords.
- effect, anti_alias, mask_flags, limit, clip_to, domain
* Improve live edit icons quality.
Fixes:
* Fix key modifiers to work short cut keys correctly.
* Correct incorrect syntax color.
* Enventor_Path_Type interface is updated.
* Fix missing edc updation if it is modified by other processes.
* Fix some memory leaks.
* Recognize part descriptions properly in the editor even though they don't have names.
* Create a config home folder properly if it's not existed.
* Fix eo build break on the latest efl(1.16)
* Fix a broken redo/undo function after replacing the text with search/replace feature.
* Fix to be avaiable to choose the last item on the candidate list.
* Fix to work part highlighting out for all groups in one edc.
* Fix to close goto window while it's toggled with a toolbar button.
* Fix a wierd behavior which changes edc source when ctxpopup is going to be closed.
* Fix to move scroller bar to correct position for find function.
* Fix the issue that ctxpopup preview images are remained when mouse wheel works quickly.
* Reset console box error messages when new or open file is performed.
* Let the editor have focus after live edit is done.
* Dismiss ctxpopup when edc build error.
* Dismiss ctxpopup when warning box is shown up at window exit.
* Fix incorrect size displaying of the live object.
2015-06-23 06:14:26 -07:00
Changes since Enventor 0.5.0:
-----------------------------
Additions:
* Support editor font setting(font name, style, size).
* Add Enventor APis.
- enventor_object_font_set()/get() APIs.
2015-06-23 06:16:19 -07:00
- enventor_object_auto_complete_list_show() API.
2015-06-23 06:14:26 -07:00
Removes:
* Get rid of template insert feature per parts.
* Get rid of tooltips from menu buttons.
2015-06-23 06:14:26 -07:00
Improvements:
* Support more keywords in auto completion.
* Support more syntax color keywords
* Update live view with the current part that cursor positioned in.
* Improve live edit dragging handling.
* Introduce new command line arguments.
* Add more new file templates.
* Support edj output file path set.
* Update previous enventor config file properly by version info.
* Support saving edj file from file dialog.
* Enhance auto completion feature.
* Support part highlighting for SPACER type.
* Change short-cut keys for split views.
* Apply auto indentation when code is pasted.
* Support toggle effect on Tools GUI.
* Store/Restore editor split view status.
* Change live view scaling to zoom in/out concept.
* Adjust live view zoom range. (0.1 ~ 10.0)
2015-06-23 06:14:26 -07:00
Fixes:
* Fix the compatibility to eo syntax change.
* Fix library initialization count corruption.
* Disable part highlight on Live Edit mode.
* Fix the live view to update by groups correctly.
* Fix wrong candidate popup position.
* Fix context corruption of font/view scale up/down.
* Fix auto completion popup sizing issue.
* Close auto completion popup if the line is deleted.
* Fix focus highlight remaining issue when live edit item is selected.
* Zoom up/down properly on live edit mode.
2015-06-23 23:26:50 -07:00
* Cancel live edit if the about(F1) is activated.
2015-06-23 23:36:47 -07:00
* Ctrl + wheel works even with numlock.
2015-06-23 06:14:26 -07:00
2015-03-01 02:26:50 -08:00
Changes since Enventor 0.4.0:
2015-03-01 20:41:07 -08:00
-----------------------------
2015-03-01 02:26:50 -08:00
Additions:
* Support syntax color customization in setting.
* Add console auto hide mode.
* Support Live Edit (Ctrl + E).
* Add Enventor APIs.
- enventor_object_redo(), undo() APIs.
- enventor_object_cursor_pos_set() API.
- enventor_object_syntax_color_set()/get() APIs.
* Add "live_view,loaded" enventor smart callback.
Improvements:
* Enable to insert image descirtiption and textblock style in template inserting.
* Reset console error message when error is gone.
* Add Text Editor mode in setting.
* Menu supports tooltip.
* Redesign Tools and support tooltip helper.
* Redesign candidate popup and it's behavior.
* Support more keywords in candidate popup.
* Support more keywords in auto completion.
* Keep window size set last time.
Fixes:
* Fix to monitor empty file in live view.
* Fix intinite loop with "-to xxx.edc" in command line.
* Fix live view updation problem.
* Exporting/Importing Enventor dll for win32.
* Fix that edj is not reloaded when newly opened edc is changed.
* Fix wrong cursor position on status bar.
* Fix to goto window scalable.
* Set temporary path to default edc path by eina_file_mkstemp().
* Fix to show double quotation marks(") on efl 1.13
* Don't dismiss candidate popup on key events.
* Disable autoscrolling while ctxpopup is visible.
* Fix max value of mouse_events from 1000 to 1
* Fix to toggle linenumber properly with Shortcut key(F5)
* Fix max value of the mouse_events from 1000 to 1
* Fix candidate keyword name "align"
* Install missing eo header files
* Fix build package dependency.
2014-10-31 08:51:04 -07:00
Changes since Enventor 0.3.0:
2015-03-01 20:41:07 -08:00
-----------------------------
2014-10-31 08:51:04 -07:00
Additions:
* Support Redo/Undo (Ctrl+R/Ctrl+Z)
* Support Enventor APIs.
* Support Console box that displays error messages.
Improvements:
* Support auto completion Tab key to insert selection.
* Support auto completion more candidate keywords.
* Support tracking edc file modification and notification of it.
* Support "-to" command line option to open template menu at launching.
* Support multiple Enventor app processes.
* Improve GUIs.
2014-11-19 15:52:12 -08:00
* Generate template parts with random names.
2014-10-31 08:51:04 -07:00
Fixes:
* Fixed auto completion popup to be shown even if entry cursor is moved up and down.
* Fixed to clear selection when find window is moved or closed.
* Fixed incorrect part highlight Short Cut key.
* Fixed memory leaks in some cases.
* Fixed segfault in applying syntax color.
* Fixed window title file path to be updated correctly.
* Fixed auto completion keyword relative
* Fixed auto completion candidation list to be updated correctly.
* Fixed dummy object(swallow) was invisible case.
2014-07-18 22:38:27 -07:00
Changes since Enventor 0.2.0:
2015-03-01 20:41:07 -08:00
-----------------------------
2014-07-18 22:38:27 -07:00
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