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 KB15317 times 2009-01-10
DDevExtensions 2.8 FeaturesPDFDDevExtensionsFeatures.pdf602.92 KB4257 times 2014-08-25
DDevExtensions 2.47, 2007DDevExtensions24Setup7_2007.zip535.41 KB6794 times 2011-07-25
DDevExtensions 2.822009-XE6DDevExtensions282.7z908.68 KB5 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:

NameIDE VersionFileSizeDownloadsAdded
IDE Fix Pack 5.72009IDEFixPack2009Reg57.7z134.19 KB1 times 2014-08-25
IDE Fix Pack 5.7XEIDEFixPackXEReg57.7z111.7 KB3 times 2014-08-25
IDE Fix Pack 5.7XE5IDEFixPackXE5Reg57.7z131.52 KB1 times 2014-08-25
IDE Fix Pack 5.7XE6IDEFixPackXE6Reg57.7z271.54 KB6 times 2014-08-25

fastdcc download:

NameIDE VersionFileSizeDownloadsAdded
fastdcc 5.72009+UP3fastdcc2009v57.7z75.74 KB0 times 2014-08-25
fastdcc 5.7XEfastdccXEv57.7z81.61 KB0 times 2014-08-25
fastdcc 5.7XE5fastdccXE5v57.7z111.38 KB0 times 2014-08-25
fastdcc 5.7XE6fastdccXE6v57.7z139.83 KB2 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)

Viewing all articles
Browse latest Browse all 1725

Trending Articles