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 the 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 15110 times
2009-01-10 DDevExtensions 2.7 Features PDF DDevExtensionsFeatures.pdf 3690 times
2013-06-06 DDevExtensions 2.4 7, 2007 DDevExtensions24Setup7_2007.zip 535.41 KB 6447 times
2011-07-25 DDevExtensions 2.6 (legacy) XE2+UP3 DDevExtensionsSetup26.zip 800.68 KB 240 times
2013-11-28 DDevExtensions 2.81 2009-XE6 DDevExtensions281.7z 909.52 KB 1253 times
2014-04-17
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.5 2009+UP3 IDEFixPack2009Reg55.7z 131.55 KB 211 times
2014-05-04 IDE Fix Pack 5.5 2010 IDEFixPack2010Reg55.7z 121.03 KB 359 times
2014-05-04 IDE Fix Pack 5.5 XE IDEFixPackXEReg55.7z 110.16 KB 431 times
2014-05-04 IDE Fix Pack 5.5 XE2+UP4+HF1 IDEFixPackXE2Reg55.7z 127.93 KB 482 times
2014-05-04 IDE Fix Pack 5.5 XE3+UP1 IDEFixPackXE3Reg55.7z 130.99 KB 352 times
2014-05-04 IDE Fix Pack 5.5 XE4 IDEFixPackXE4Reg55.7z 130.89 KB 323 times
2014-05-04 IDE Fix Pack 5.5 XE5 IDEFixPackXE5Reg55.7z 129.89 KB 753 times
2014-05-04 IDE Fix Pack 5.6 XE6 IDEFixPackXE6Reg56.7z 267.43 KB 1212 times
2014-05-12
fastdcc download:
| Name | IDE Version | File | Size | Downloads | Added |
|---|---|---|---|---|---|
| fastdcc 5.5 | 2009+UP3 | fastdcc2009v55.7z | 75.47 KB | 64 times | 2014-05-05 |
| fastdcc 5.5 | 2010 | fastdcc2010v55.7z | 79.37 KB | 85 times | 2014-05-05 |
| fastdcc 5.5 | XE | fastdccXEv55.7z | 81.35 KB | 114 times | 2014-05-05 |
| fastdcc 5.5 | XE2+UP4+HF1 | fastdccXE2v55.7z | 104.62 KB | 121 times | 2014-05-05 |
| fastdcc 5.5 | XE3+UP1 | fastdccXE3v55.7z | 116.36 KB | 74 times | 2014-05-05 |
| fastdcc 5.5 | XE4 | fastdccXE4v55.7z | 108.06 KB | 78 times | 2014-05-05 |
| fastdcc 5.5 | XE5 | fastdccXE5v55.7z | 109.08 KB | 169 times | 2014-05-05 |
| fastdcc 5.6 | XE6 | fastdccXE6v56.7z | 137.57 KB | 342 times | 2014-05-10 |
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)