Difference between revisions of "LMD 2013 - History"
(→LMD ElPack) |
(→General) |
||
Line 10: | Line 10: | ||
=== General === | === General === | ||
[*] C++Builder XE3 compatibility, including X64 support<br> | [*] C++Builder XE3 compatibility, including X64 support<br> | ||
+ | [-] miniHTML engine: BTS #864 fixed (new lines sometimes start with a blank instead of everything being left justified) | ||
=== LMD-Tools === | === LMD-Tools === |
Revision as of 15:10, 4 February 2013
<< Back to Main Page or Product Resources page
Contents
Introduction
This documents contains history logs for all LMD 2013 products.
First official release: 26-Movember-2012
LMD-Tools section includes standalone packs as follows: LMD BarPack, LMD ChartPack, LMD DockingPack, LMD FxPack, LMD RichPack, LMD SearchPack, LMD ShellPack, LMD SysPack, LMD StoragePack, LMD ThemePack and LMD WebPack.
LMD IDE-Tools section lists changes in LMD IDE-Tools Integration package, LMD DesignPack, LMD ScriptPack and LMD SyntaxEdit.
Legend
[+] Feature added
[*] Feature changed
[-] Bug fixed
Release 2013.2 (04-Feb-2013)
General
[*] C++Builder XE3 compatibility, including X64 support
[-] miniHTML engine: BTS #864 fixed (new lines sometimes start with a blank instead of everything being left justified)
LMD-Tools
[+] TLMDHTMLLabel: "Params" parameter added to OnTagFound Event
[+] OnGesture event and Touch property added to base classes
LMD ElPack
[+] All ELHTML Controls: "Params" parameter added to OnTagFound Event
[+] OnGesture event and Touch property added to base classes
LMD DockingPack
[+] Document tabs scrolling feature has been implemented. New TLMDDockManager.ScrollDocTabs, TLMDDockZone.FirstTab, TLMDDockZone.ScrollToTab, TLMDDockZone.IsTabInView properties/methods has been added. Scroll-left and scroll-right tab area buttons were added to styles.
[*] Document tabs painting bug fix. VS2005 style improvements: anti-aliased tabs (all: zone tabs, auto-hide tabs, document tabs).
[-] Fixed: Crash on un-dock auto hidden panel with a frame with a win control inside
Release 2013.1 (17-Dec-2012)
General
[*] All installers are digitally signed again.
LMD-Tools
[+] TLMDFlyoutController component added. See also the new demo in \lmdcore\LMD Megademo\DemosCore\LMD Ext
folder.
[+] OnTagFound event added to all HTML controls
[-] Problems with TLMDMouseBaseCtrl based controls (MouseFencer etc.) in XE2 + XE3 fixed.
LMD InspectorPack
[-] AllEquals in-place editor feature request fix.
LMD ShellPack
[+] New advanced TLMDStarterExt component added (allows redirection of output to an event. See Options property (TLMDStarterExtendedOption = (soxUseCreateProcess, soxRedirectOutput, soxRedirectInput, soxRedirectError)
and OnOutput event for more info.
LMD ElPack
[+] OnTagFound event added to all HTML controls
LMD IDE-Tools
[+] OnHint property added to TLMDProjectManagerView (XE and better)
[+] Ability to move project manager nodes (to change its Parent)
SyntaxEdit
[-] BTS #861 bug fix
Release 2013.0 (26-Nov-2012)
Initial Release.
[Top]