Difference between revisions of "LMD 2007 - History LMD IDE-Tools"

From LMD
Jump to: navigation, search
(Release 1.03 (07-Sep-2007))
Line 35: Line 35:
 
=== LMD SyntaxEdit 1.X ===
 
=== LMD SyntaxEdit 1.X ===
 
==== Release 1.03 (07-Sep-2007) ====
 
==== Release 1.03 (07-Sep-2007) ====
[-] Bugs fixed:
+
[+] Color scheme visual editor (property editor for TLMDEditDocument.ColorSchemes)<br>
# [-] assign syntax/color schemes.
+
[+] TLMDEditView.CustomKeyBindings property added, and visual property editor for it. Now, it's possible to override predefined keybindings in TLMDEditView.<br>
# [-] memory leak with internal timer
+
[-] assign syntax/color schemes.<br>
# [-] GutterBar.Visible behavior
+
[-] memory leak with internal timer<br>
# [-] syntax schemes for JS and Perl fixed (bug #529)
+
[-] GutterBar.Visible behavior<br>
 
+
[-] syntax schemes for JS and Perl fixed (BTS #529)<br>
 
 
[+] New features:
 
# [+] Color scheme visual editor (property editor for TLMDEditDocument.ColorSchemes)
 
# [+] TLMDEditView.CustomKeyBindings property added, and visual property editor for it. Now, it's possible to override predefined keybindings in TLMDEditView.
 
  
 
==== Release 1.02 (17-Aug-2007) ====
 
==== Release 1.02 (17-Aug-2007) ====

Revision as of 14:29, 10 September 2007

<< Back to Main Page or Product Resources page

[edit]

Introduction

This documents contains history logs for LMD IDE-Tools 1.0 and corresponding standalone packs.
First official release: 21-June-2007

Legend
[+] Feature added
[*] Feature changed
[-] Bug fixed


History Logs

LMD IDE-Tools 1.X

Release 1.02 (07-Sep-2007)

[-] Fixes in LMD SyntaxEdit and LMD DesignPack

Release 1.01 (20-July-2007)

[+] New Component editor for the TPageControl control that allows to create/delete pages.
[-] Bug fixed: Component tree speed has been improved while working with many objects.

LMD DesignPack 4.X

Release 4.02 (07-Sep-2007)

[-] Bug fixed: Designer and property inspector speed has been improved while selecting many (>100) components.

Release 4.01 (20-July-2007)

[-] Bug fixed: String editors in PropertyInspector write RigthToLeft in Unicode mode.
[-] Bug fixed: Properties on objects that do not return ClassInfo raise if one tries to expand their node in the PropertyInspector.
[-] Bug fixed: Method ObjectFound introduces deadlock.
[-] Bug fixed: Memory Leaks in DesignPack 4.0.

LMD ScriptPack 4.X

LMD SyntaxEdit 1.X

Release 1.03 (07-Sep-2007)

[+] Color scheme visual editor (property editor for TLMDEditDocument.ColorSchemes)
[+] TLMDEditView.CustomKeyBindings property added, and visual property editor for it. Now, it's possible to override predefined keybindings in TLMDEditView.
[-] assign syntax/color schemes.
[-] memory leak with internal timer
[-] GutterBar.Visible behavior
[-] syntax schemes for JS and Perl fixed (BTS #529)

Release 1.02 (17-Aug-2007)

[+] Document.ReadOnly property introduced with View.ReadOnlyBgColor property
[-] BTS #518 fixed (e.g. entering characters with AltGr key)

Release 1.01 (20-July-2007)

[-] Numerous small bugfixes with markers and view
[+] Performance improvements for parser
[+] Block indent/unindent feature added (Ctrl+Shift+I/Ctrl+Shift+U)