Opened 9 years ago
Last modified 9 years ago
#47 new defect
Saving specs or accepting code in debugger does to go through refactory undo mechanism
Reported by: | Jan Vrany | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
...so one can't easily undo it.
debugger should go through refactoring. We should refactor the stuff
from the NewSystemBrowser into asome common (CompilationWithUndoSupport
utility class), so it can be used from multiple places. Some of those
things are hard (complicate to setup) in the refactoring framework, so
it should rather be reused (creating changes/refactorings, executing
them etc.)
Note: See
TracTickets for help on using
tickets.
Debugger has been fixed (1.666)
UIPainter is bit more tricky as it uses file in !?! to actually compile the code.
This makes it harder to fix (more refactoring)