Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » specify the amount of steps undoable
specify the amount of steps undoable [message #94446] Thu, 11 September 2003 10:27 Go to next message
Robert Ludwig is currently offline Robert LudwigFriend
Messages: 17
Registered: July 2009
Junior Member
where can I specify how many steps are possible to undo (ctrl-Z) ?
Re: specify the amount of steps undoable [message #95417 is a reply to message #94446] Fri, 12 September 2003 20:08 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: amalter.tradecard.com

Eclipse's UndoManager is preset and hardcoded to 25 levels of undo. I don't
know how you'all work like this, to me this seems like a big bug. I haven't
explored enough of bugzilla to know if I should report this or if it is
already covered.

The good news is that easy way to get around this is change the source code
and re-compile.

Inside:
org.eclipse.jface.text.source.SourceViewerConfiguration
Change UndoManager from 25 to whatever (I use 2500 with no side-effects)
---> public IUndoManager getUndoManager(ISourceViewer sourceViewer)

Then you can Ctrl-Z all day long..

-Adam Malter


"Robert Ludwig" <SCHWERTFISCHTROMBOSE@GMX.DE> wrote in message
news:bjpin5$qm2$1@eclipse.org...
> where can I specify how many steps are possible to undo (ctrl-Z) ?
>
Re: specify the amount of steps undoable [message #95583 is a reply to message #95417] Mon, 15 September 2003 06:35 Go to previous message
Eclipse UserFriend
Originally posted by: markus_keller.ch.ibm.spam.protect.com

https://bugs.eclipse.org/bugs/show_bug.cgi?id=21476
Previous Topic:Sysdeo won't start Tomcat.
Next Topic:How to add customized warning?
Goto Forum:
  


Current Time: Thu Sep 26 13:49:33 GMT 2024

Powered by FUDForum. Page generated in 0.06351 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top