Difference between revisions of "LMD 2007 - History LMD IDE-Tools"
(→LMD SyntaxEdit 1.X) |
|||
Line 34: | Line 34: | ||
=== LMD SyntaxEdit 1.X === | === LMD SyntaxEdit 1.X === | ||
+ | |||
+ | ==== Release 1.04 (17-Sep-2007) ==== | ||
+ | [+] Double-click select and then holding down the mouse button and dragging the mouse selects by "word" | ||
+ | [+] Triple-clicking a line selects the entire line | ||
+ | [+] Triple-click select and then holding down the mouse button and dragging the mouse selects by "lines" | ||
+ | [+] Property TLMDEditView.SelectedText added. Now you can get and set the selected text easily. | ||
+ | [+] Gutter bar padding properties (LeftPadding, RightPadding) added. | ||
+ | [+] New view settings flag to toggle highlight cursor line: vsHighlightSelectedLine | ||
+ | [-] Fixed: Misspelled TLMDEditView.ViewSettings vsOwerwrite flag corrected to vsOverwrite. | ||
+ | |||
==== Release 1.03 (07-Sep-2007) ==== | ==== Release 1.03 (07-Sep-2007) ==== | ||
[+] Color scheme visual editor (property editor for TLMDEditDocument.ColorSchemes)<br> | [+] Color scheme visual editor (property editor for TLMDEditDocument.ColorSchemes)<br> |
Revision as of 22:36, 14 September 2007
<< Back to Main Page or Product Resources page
Contents
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.04 (17-Sep-2007)
[+] Double-click select and then holding down the mouse button and dragging the mouse selects by "word" [+] Triple-clicking a line selects the entire line [+] Triple-click select and then holding down the mouse button and dragging the mouse selects by "lines" [+] Property TLMDEditView.SelectedText added. Now you can get and set the selected text easily. [+] Gutter bar padding properties (LeftPadding, RightPadding) added. [+] New view settings flag to toggle highlight cursor line: vsHighlightSelectedLine [-] Fixed: Misspelled TLMDEditView.ViewSettings vsOwerwrite flag corrected to vsOverwrite.
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)