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 15463 times
2009-01-10 DDevExtensions 2.8 Features PDF DDevExtensionsFeatures.pdf 602.92 KB 4731 times
2014-08-25 DDevExtensions 2.4 7, 2007 DDevExtensions24Setup7_2007.zip 535.41 KB 7000 times
2011-07-25 DDevExtensions 2.82 2009-XE6 DDevExtensions282.7z 908.68 KB 1066 times
2014-08-25 DDevExtensions 2.82 with XE7 2009-XE7 DDevExtensions282.7z 950.79 KB 794 times
2014-09-04
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 XE IDEFixPackXEReg57.7z 111.7 KB 649 times
2014-08-25 IDE Fix Pack 5.7 XE5+UP2 IDEFixPackXE5Reg57.7z 131.52 KB 688 times
2014-08-25 IDE Fix Pack 5.7 XE6 IDEFixPackXE6Reg57.7z 271.54 KB 1293 times
2014-08-25 IDE Fix Pack 5.71 XE7 IDEFixPackXE7Reg571.7z 265.42 KB 1852 times
2014-09-06 IDE Fix Pack 5.71 2009+UP3 IDEFixPack2009Reg571.7z 134.53 KB 313 times
2014-09-16 IDE Fix Pack 5.71 2010 IDEFixPack2010Reg571.7z 123.72 KB 950 times
2014-09-16
fastdcc download:
Name | IDE Version | File | Size | Downloads | Added |
---|---|---|---|---|---|
fastdcc 5.7 | 2009+UP3 | fastdcc2009v57.7z | 75.74 KB | 144 times | 2014-08-25 |
fastdcc 5.7 | XE | fastdccXEv57.7z | 81.61 KB | 148 times | 2014-08-25 |
fastdcc 5.7 | XE5 | fastdccXE5v57.7z | 111.38 KB | 189 times | 2014-08-25 |
fastdcc 5.7 | XE6 | fastdccXE6v57.7z | 139.83 KB | 354 times | 2014-08-25 |
fastdcc 5.7 | 2010 | fastdcc2010v57.7z | 79.62 KB | 236 times | 2014-08-26 |
fastdcc 5.71 | XE7 | fastdccXE7v571.7z | 133.61 KB | 1038 times | 2014-09-06 |
IDE Fix Pack changelog
- 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)