Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

RAD Studio 2009 Ctrl+Z Buffer Corruption Bug

Now this has happened to me twice this week alone: when I press Ctrl+Z a number of times in RAD Studio 2009, the editor buffer gets corrupted. The current and nearby lines get filled with nonsense data, and sometimes a breakpoint is created (autobugically). And there is a EAccessViolationin the IDE, which then terminates. All unsaved code is inevitably lost.


(High-Res)

Is there a cure?

like image 741
Andreas Rejbrand Avatar asked Dec 16 '22 21:12

Andreas Rejbrand


1 Answers

The IDEFixPack for Delphi 2009 addresses the undo editor buffer corruption bug (and some other bugs). This bug was fixed in Delphi 2010 Update 2.

like image 134
Andreas Hausladen Avatar answered Dec 24 '22 08:12

Andreas Hausladen