hermet pushed a commit to branch master.

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

commit 75233b3879b9299e450275cb323b36cd85f4ba2b
Author: ChunEon Park <her...@hermet.pe.kr>
Date:   Tue Jun 23 22:14:26 2015 +0900

    updated NEWS
---
 NEWS | 43 ++++++++++++++++++++++++++++++++++++++++++-
 1 file changed, 42 insertions(+), 1 deletion(-)

diff --git a/NEWS b/NEWS
index 949bc52..ec7561f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,48 @@
 ==============
-Enventor 0.5.0
+Enventor 0.6.0
 ==============
 
+Changes since Enventor 0.5.0:
+-----------------------------
+
+Additions:
+   * Support editor font setting(font name, style, size).
+   * Add Enventor APis.
+     - enventor_object_font_set()/get() APIs.
+
+Removes:
+   * Get rid of template insert feature per parts.
+
+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.
+
+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.
+
 Changes since Enventor 0.4.0:
 -----------------------------
 

-- 


Reply via email to