DDevExtensions 2.82 is a rather small update. It fixes the “Switch to the module’s project” incompatibility with XE6 and adds the option to disable alpha-sort for the IDE’s class completion (Ctrl+Shift+C).
If alpha-sort class completion is disabled and you press Ctrl+Shift+C all methods from the class declaration are appended to the already existing implementation methods in the order that they appear in the class declaration with the exception for constructors and destructors. They are positioned before every other method (class ctor, class dtor, ctor, dtor, methods). This function does not resort your existing implementation methods, nor does it prevent the IDE from sorting the methods that are added to the class declaration because they only have an implementation.
IDE Fix Pack 5.7 increases the max. number of resources per binary from 3626 to 65534 (for the command line compiler you need fastdcc). The installer IDEFixPackReg*.exe now supports the “/EXTRACT” command line switch that extracts the installation files to the sub-folder “Files” instead of installing them. This version also adds some smaller optimization, especially for Delphi 2009 and extends the LineEditorEnd.ttr workaround by not creating the file in the first place.
DDevExtensions download:Name IDE Version File Size Downloads Added DDevExtensions 1.61 5-2007 DDevExtensions161Setup.zip 734.07 KB 15317 times
2009-01-10 DDevExtensions 2.8 Features PDF DDevExtensionsFeatures.pdf 602.92 KB 4257 times
2014-08-25 DDevExtensions 2.4 7, 2007 DDevExtensions24Setup7_2007.zip 535.41 KB 6794 times
2011-07-25 DDevExtensions 2.82 2009-XE6 DDevExtensions282.7z 908.68 KB 5 times
2014-08-25
DDevExtensions Version 2.82 (2014-08-25)
- Added: Disable Alpha-Sort Class Completion (Default off)
- Fixed: XE6 broke “Switch to module project” dialog
IDE Fix Pack download:Name IDE Version File Size Downloads Added IDE Fix Pack 5.7 2009 IDEFixPack2009Reg57.7z 134.19 KB 1 times
2014-08-25 IDE Fix Pack 5.7 XE IDEFixPackXEReg57.7z 111.7 KB 3 times
2014-08-25 IDE Fix Pack 5.7 XE5 IDEFixPackXE5Reg57.7z 131.52 KB 1 times
2014-08-25 IDE Fix Pack 5.7 XE6 IDEFixPackXE6Reg57.7z 271.54 KB 6 times
2014-08-25
fastdcc download:
Name | IDE Version | File | Size | Downloads | Added |
---|---|---|---|---|---|
fastdcc 5.7 | 2009+UP3 | fastdcc2009v57.7z | 75.74 KB | 0 times | 2014-08-25 |
fastdcc 5.7 | XE | fastdccXEv57.7z | 81.61 KB | 0 times | 2014-08-25 |
fastdcc 5.7 | XE5 | fastdccXE5v57.7z | 111.38 KB | 0 times | 2014-08-25 |
fastdcc 5.7 | XE6 | fastdccXE6v57.7z | 139.83 KB | 2 times | 2014-08-25 |
IDE Fix Pack changlog
- Added: Fix for “class operator In” class completion
- Added: IDEFixPackReg*.exe supports command line parameter /EXTRACT that extracts the files instead of installing them
- Added: Disable creation of EditorLineEnd.ttr (2009-2010)
- Added: Fix for QC 111917: RLINK32: Too many resources to handle. Instead of 3626 it can now handle 65534 resource items (also in fastdcc for command line compiler)
- Added: TObject.FieldAddress optimization for DFM loading
- Added: String function replacements without STRINGCHECKS (2009-2010)
- Changed: Disabled “.NET Windows\Globalization search I/O optimization” patch for Windows 8 (2009)
- Added: TComponent.Remove optimization (2009)