DDevExtensions 2.3 ist da. Es wird Delphi 7, 2007, 2009, 2010 und XE unterstützt.
Änderungen Version 2.3:
- Fixed: Editor Zoom/SuperZoom are now handled by the original Delphi 2007 code.
- Fixed: Use Unit didn't work if the file in the editor had a dot in the name.
- Fixed: Compile progress didn't work if you used projects dependencies.
- Fixed: Set Versioninfo dialog didn't apply "File Version" changes (Delphi 2007 only)
Änderungen Version 2.2:
- Added: Delphi 7 and 2007 support
- Added: "Use Units" dialog can move units from implementation to interface.
- Added: Ctrl+Up/Down move ProjectManager projects to build sooner/later
- Improved: The "Use/Search Units" dialog now underlines implementation-uses units in addition to the bold weight.
- Improved: The "Use/Search Units" dialog is now a lot faster.
- Fixed: Using SetVersionInfo after switching the Build Configuration overwrote some project options (IDE bug).
- Fixed: Team Start parameters used ANSI instead of UTF8 encoding for dproj/cproj files.
- Fixed: Access Violation when there is no active project even if there are projects (IDE bug?)
- Fixed: EListError in FileSelector
- Fixed: The uses-parser could not handle unit names with dots like "Generics.Collections".
- Fixed: ComponentSelector dropdown had problems with a multiple monitor setup with negative coordinates.
- Fixed: Treat warnings as errors didn't work correctly.
- Fixed: StructureView Search didn't find sub components like TField.