diff --git a/NEWS b/NEWS index 2b9bca0..d678b59 100644 --- a/NEWS +++ b/NEWS @@ -39,7 +39,7 @@ Fixes: * EDC Navigator: Fix the editor cursor jumping issue. * EDC Navigator: Compare name elaborately to search the part correctly. * Statusbar: Fix view sizing issue when an invert button is clicked repeatedly. - * Indentation: Check '\r' when indented code line is created on Windows.i + * Indentation: Check '\r' when indented code line is created on Windows. * Indentation: Fix to calculate indent depth after multi line comment. * Indentation: Fix to paste a word at correct position. * EDC Editor: Fix a crash issue on Windows when preview part on live view is clicked. diff --git a/data/help/HISTORY b/data/help/HISTORY index 13de542..d982be3 100644 --- a/data/help/HISTORY +++ b/data/help/HISTORY @@ -1,61 +1,59 @@ Changes since Enventor 0.8.0

Additions:
- * Editor: Open/Close Bracket Highlighting.
- * Statusbar: Support view inverting function (for simulating device rotation)
- * Introduce a edc navigator.
- * Support a color selector for "color" keywords in edc to change color.
- * Add Enventor APis.
- - enventor_object_part_states_list_get()
- - enventor_object_parts_list_get()
- - enventor_object_part_type_get()
- - enventor_object_programs_list_get()
- - ctxpopup,activated signal.
-
-Removes:
- * Remove fixed size option in setting.
- * Remove minimum new template code.
- * Remove Enventr_Max_Line data type.
+ * Mirror Mode: Newly introduced.
+ * File Browser: Newly introduced.
+ * Live Edit: Support Auto-Align feature.
+ * Live Edit: Support relative_to among the exist parts.
+ * Live Edit: Support Fixed Width and Height Interface.
+ * Live Edit: Add Edge Attaching Effect.
+ * Template: Add a Watchface code.

Improvements:
- * Editor: Support group name macros and preview those group macros.
- * Improve Dummy Spacer UI.
- * Statusbar supports live view zooming.
- * Statusbar supports view size setting.
- * View Scale slider in setting works on step size for mouse wheel.
- * Improve the usage of the live view zooming with mouse wheel.
- * Template code: fixed weird code insertion inside LazyEDC block.
- * Support more autocomplete keywords.
- * New design of Enventor logo.
- * Improve tools ui.
- * Simpilier editor ctxpopup ui.
- * Console Box: Clicking Error log redirects editor cursor to the error code.
- * Auto Indentation: Apply auto indentation for a edc file which is newly loaded.
- * Auto Indentation: Improve logics for better smart results.
- * Auto-select error code when error is occured.
- * Auto completion: improve logic to guide better smart candidates lists.
- * Live Edit: Select a name text in edc for a newly inserted part.
- * Part Selection: Select a name in edc for a current selected part.
- * RedoUndo: Support real-time preview when we undo/redo the code.
- * Set a default font as Monospace type.
- * Support monospace font types in the setting fonts list.
- * In default, Select a current font type in the text setting.
- * Editor Ctxpopup: Support Back key to reset the modification.
+ * Live Edit: Improve part name for more formal naming rule.
+ * Live Edit: Support direction key for moving live edit object item per pixels.
+ * Live Edit: Do not highlight part during live edit mode.
+ * Template: Remove a duplicated image comment to look better.
+ * Syntax Color: Improve string syntax color logic.
+ * Console: Hide unnecessary error messages.
+ * RedoUndo: Enhance smart function to support auto indentation.
+ * RedoUndo: Enable smart analyze for a pushed region text.
+ * Setting: Redesign GUI.
+ * Setting: Set Error-Message-Red-Alert-Effect configurable.
+ * About: Redesign from About to Help.
+ * EDC Navigator: Provide a program launch/stop functions.
+ * EDC Navigator: Redesign its basic tree behavior.
+ * Enventor API: renamed from enventor_object_file_set() -> enventor_object_main_file_set()
+ * Tools: Support a template insert button.
+ * Don't overwrite existing EDC with new template code.
+ * EDC Editor: Turned off focus highlight effect.

Fixes:
- * Fix incorrect tools' tooltip position.
- * Remove some unsupported edc keyowrds.
- * Fix some memory leak issues.
- * Fix ridiculous editor cursor jumping issue.
- * Fix to paste markup symbols correctly.
- * Fix editor to work with Copy and Paste Plain Text mode.
- * Fix crash issues.
- * Fix a bug that dummy swallow is invisible.
- * Fix a bug that part selection in live view doesn't work.
- * Fix not to insert an empty line at the end of file.
- * Fix to keep the edc changed status correctly. This brought enventor save edc files multiple times unnecessarily.
- * Fix initial line max is 0 issue.
- * Reset cursor position to 0 when edc file is loaded.
- * Fix to update images properly even if very large size of image were updated by other process.
+ * Setting: Fix to activate edc navigator toggle correctly.
+ * Setting: Show current font correctly.
+ * EDC Navigator: Fix the editor cursor jumping issue.
+ * EDC Navigator: Compare name elaborately to search the part correctly.
+ * Statusbar: Fix view sizing issue when an invert button is clicked repeatedly.
+ * Indentation: Check '\r' when indented code line is created on Windows.
+ * Indentation: Fix to calculate indent depth after multi line comment.
+ * Indentation: Fix to paste a word at correct position.
+ * EDC Editor: Fix a crash issue on Windows when preview part on live view is clicked.
+ * EDC Editor: Compare name elaborately to search the clicked part correctly.
+ * Live Edit: Fix malfunction of key input on Windows.
+ * Live Edit: Fix center guide text positioning problem.
+ * Live View: Update dummpy part when removing all source code.
+ * RedoUndo: Correct work with unicode symbols.
+ * Template: Fix the error of line position when inserting group template.
+ * Template: Fix line count of textblock part inserted in live edit mode.
+ * Template: Fix to insert template code to the correct place.
+ * EDC Parser: Fix wrong minimum value of "base_scale"
+ * EDC Parser: Fix a crash issue when double click words on Windows.
+ * Ctxpopup: Fix a broken preview image relay behavior.
+ * Ctxpopup: Block whole area if the editor ctxpopup is activated.
+ * Ctxpopup: Don't display image previews if the selected image string is in comments.
+ * Auto Completion: Fix its list moved to selected part name position.
+ * Fix a crash issue when removing all code in edc editor.
+ * Fix a complation issue when new empty file is opened.
+ * Fix a color selector to scalable.

Please see NEWS for more information.