DDevExtensions 2.6 released

By | July 28, 2012

After a year of no release of DDevExtensions, I finally found the time to fix some bugs and prepare a new release.

Download:

Name IDE Version File Size Downloads Added
DDevExtensions 1.61 5-2007 DDevExtensions161Setup.zip 734.07 KB 20317 times 2009-01-10
DDevExtensions 2.8 Features PDF DDevExtensionsFeatures.pdf 602.92 KB 18186 times 2014-12-27
DDevExtensions 2.4 7, 2007 DDevExtensions24Setup7_2007.zip 535.41 KB 13267 times 2011-07-25
DDevExtensions 2.86 2009-10.3 DDevExtensions286.7z 1.24 MB 6155 times 2020-05-30
DDevExtensions 2.88 2009-10.4.2 DDevExtensions288.7z 1.3 MB 5515 times 2021-07-20

Changelog:

  • Version 2.6 (2012-07-28)
    • Added: Kill all Dexplore.exe when closing the IDE (default: active)
    • Added: Ctrl+F1 asks before invoking the context help if the debugger is active (default: active)
    • Added: UnitSelector/FileSelector saves the last used directory filter
    • Fixed: Replace “Open File At Cursor” opened the correct file but with a relative path that doesn’t match the current path
    • Fixed: UnitSelector/FileSelector didn’t load the column widths correctly
    • Fixed: UnitSelector/FileSelector prefered source files from reversed search path
    • Fixed: Option “Allow single line indention” was ignored
    • Improved: FileSelector performance
    • Removed: “Last compile time” version info (XE2). It doesn’t work anymore starting with XE2

11 thoughts on “DDevExtensions 2.6 released

  1. Pingback: /*Prog*/ Delphi-Neftalí /*finProg*/ » Una quincena más… (30/07/2012)

  2. Marcin

    Andy
    “Last compile” option works perfectly in Delphi XE2…
    Why have you decided to remove it?

    1. Andreas Hausladen Post author

      It didn’t work here in XE2 Update 4+Hotfix with a new project. And it doesn’t support the msbuild script anyway. So if you compile your project from the command line / build server the “Last Compile” isn’t updated.

      1. Marcin

        Reasonable explanation, thanks for that…
        Do you know any alternatives, by the chance?

  3. peter dawes

    The icons on the Old Component toolbar are very small and don’t match the components displayed by the component toolbar included with XE2 or those displayed in the Components menu.

    Using DDev 2.6 with IDEFixPack 5.0 with XE2 and Windows 7 64bit.

    Been using your great utilities for years.

    Thanks

    1. Andreas Hausladen Post author

      You are using the “Old Palette” with XE2 which has its own component toolbar?

      The icons come directly from he *.drc files that are linked into the packages for the components.

      1. peter dawes

        Yes, I’m using the old component palette that comes with DDev since I prefer the multiline tabbed menu rather than the single line that comes with the component palette included with XE2.

  4. Brian Frost

    I don’t know if it is possible but a feature that would be really great would be to introduce a ‘search for A and B’ into the Delphi search. Nothing complex, just take two character strings and only list line which continue both. I know that regex allows this but it’s very cumbersome. Thanks for a great tool!

Comments are closed.