Quantcast
Channel: Planet Object Pascal
Viewing all articles
Browse latest Browse all 1725

Andy's Blog and Tools: DDevExtensions 2.82 and IDE Fix Pack 5.7 released

$
0
0

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).

DisableAlphaSortClassCompletion

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:

NameIDE VersionFileSizeDownloadsAdded
DDevExtensions 1.615-2007DDevExtensions161Setup.zip734.07 KB15463 times 2009-01-10
DDevExtensions 2.8 FeaturesPDFDDevExtensionsFeatures.pdf602.92 KB4731 times 2014-08-25
DDevExtensions 2.47, 2007DDevExtensions24Setup7_2007.zip535.41 KB7000 times 2011-07-25
DDevExtensions 2.822009-XE6DDevExtensions282.7z908.68 KB1066 times 2014-08-25
DDevExtensions 2.82 with XE72009-XE7DDevExtensions282.7z950.79 KB794 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:

NameIDE VersionFileSizeDownloadsAdded
IDE Fix Pack 5.7XEIDEFixPackXEReg57.7z111.7 KB649 times 2014-08-25
IDE Fix Pack 5.7XE5+UP2IDEFixPackXE5Reg57.7z131.52 KB688 times 2014-08-25
IDE Fix Pack 5.7XE6IDEFixPackXE6Reg57.7z271.54 KB1293 times 2014-08-25
IDE Fix Pack 5.71XE7IDEFixPackXE7Reg571.7z265.42 KB1852 times 2014-09-06
IDE Fix Pack 5.712009+UP3IDEFixPack2009Reg571.7z134.53 KB313 times 2014-09-16
IDE Fix Pack 5.712010IDEFixPack2010Reg571.7z123.72 KB950 times 2014-09-16

fastdcc download:

NameIDE VersionFileSizeDownloadsAdded
fastdcc 5.72009+UP3fastdcc2009v57.7z75.74 KB144 times 2014-08-25
fastdcc 5.7XEfastdccXEv57.7z81.61 KB148 times 2014-08-25
fastdcc 5.7XE5fastdccXE5v57.7z111.38 KB189 times 2014-08-25
fastdcc 5.7XE6fastdccXE6v57.7z139.83 KB354 times 2014-08-25
fastdcc 5.72010fastdcc2010v57.7z79.62 KB236 times 2014-08-26
fastdcc 5.71XE7fastdccXE7v571.7z133.61 KB1038 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)

Viewing all articles
Browse latest Browse all 1725

Trending Articles