hermet pushed a commit to branch master.

http://git.enlightenment.org/tools/enventor.git/commit/?id=c077f6d95ea92cfc58bcfef5771b00a6637eae5d

commit c077f6d95ea92cfc58bcfef5771b00a6637eae5d
Author: ChunEon Park <[email protected]>
Date:   Sun Mar 1 19:26:50 2015 +0900

    updates NEWS for enventor v0.5.0
---
 NEWS | 47 +++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)

diff --git a/NEWS b/NEWS
index 0b6a14f..0e9bc6b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,51 @@
 ==============
+Enventor 0.5.0
+==============
+
+Changes since Enventor 0.4.0:
+---------------------------
+
+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.
+
+==============
 Enventor 0.4.0
 ==============
 

-- 


Reply via email to