IDE Fix Pack 4.6.5 released

By | January 3, 2012

With version 4.6.1 I fixed a directory cache bug but also introduced a new one. Units in the DPR’s directory weren’t found anymore and the existing DCU file was used instead of recompiling the unit. In my tests I hadn’t cleared the DCU output directory and so the compiler always took the DCU from a former test, so I didn’t run into this bug while testing the code.

The changes to the directory cache that I did, make it a little bit slower because the directory cache is now rebuilt when the current directory changes instead of disabling relative paths what it did before.

Another patch that I’ve added improves the performance of the Delphi Editor’s undo operation, so it can compete with the large unit “contest” on http://delphitools.info/2011/12/29/synedit-performance-bragging-rights.

Download:

Name IDE Version File Size Downloads Added
IDE Fix Pack 6.4.2 2009 (UP4) IDEFixPack2009Reg64.2.7z 242.75 KB 5813 times 2019-03-23
IDE Fix Pack 6.4.2 2010 (UP5) IDEFixPack2010Reg64.2.7z 237.09 KB 6616 times 2019-03-23
IDE Fix Pack 6.4.2 XE (UP1) IDEFixPackXEReg64.2.7z 221.38 KB 4128 times 2019-03-23
IDE Fix Pack 6.4.2 XE2 (UP4+HF1) IDEFixPackXE2Reg64.2.7z 316.78 KB 4544 times 2019-03-23
IDE Fix Pack 6.4.2 XE3 (UP2) IDEFixPackXE3Reg64.2.7z 257.4 KB 3678 times 2019-03-23
IDE Fix Pack 6.4.2 XE4 (UP1) IDEFixPackXE4Reg64.2.7z 260.1 KB 3283 times 2019-03-23
IDE Fix Pack 6.4.2 XE5 (UP2) IDEFixPackXE5Reg64.2.7z 257.7 KB 3793 times 2019-03-23
IDE Fix Pack 6.4.2 XE6 (UP1) IDEFixPackXE6Reg64.2.7z 423 KB 3472 times 2019-03-23
IDE Fix Pack 6.4.2 XE7 (UP1) IDEFixPackXE7Reg64.2.7z 429.48 KB 4642 times 2019-03-23
IDE Fix Pack 6.4.2 XE8 (UP1) IDEFixPackXE8Reg64.2.7z 431.7 KB 3922 times 2019-03-23
IDE Fix Pack 6.4.2 10 Seattle (RTM/UP1) IDEFixPackD10Reg64.2.7z 428.33 KB 5410 times 2019-03-23
IDE Fix Pack 6.4.2 10.1 Berlin IDEFixPackD101Reg64.2.7z 430.65 KB 5999 times 2019-03-23
IDE Fix Pack 6.4.2 10.2 (RTM/UP1/2/3) IDEFixPackD102Reg64.2.7z 426.27 KB 9462 times 2019-03-23
IDE Fix Pack 6.4.4 10.3 (RTM/UP1/2/3) IDEFixPackD103Reg64.4.7z 444.98 KB 17910 times 2019-08-01

Changelog from 4.6.1 to 4.6.5 (2012-01-02)

  • Fixed: Directory cache didn’t find units in the DPR’s directory anymore
  • Added: Editor undo for a large undo operation is a lot faster

7 thoughts on “IDE Fix Pack 4.6.5 released

    1. Andreas Hausladen Post author

      I only patched the undo operation after the “replace all ‘end’ with ‘endd'” that took about 2 seconds. All other benchmarks stay the same.

    2. Eric

      With the IDE Fix Pack, IME the BDS is the fastest of all major IDEs.

      It’s also very fast compared to most dedicated text editors, even those bragging for the “world’s fastest” and other titles. It’s main limitation is memory usage, when adding up what the BDS uses for itself, along with its start time (which means you can’t really use it as convenient utility to read huge log files f.i.). Maybe someday they’ll package the BDS editor as a component?

  1. Malte

    You, Sir, are outstanding. Thanks for all your work that makes mine easier!

Comments are closed.