Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » undo buffer size
undo buffer size [message #270614] Wed, 08 September 2004 10:38 Go to next message
Eclipse UserFriend
Originally posted by: tomerbd.hotmail.com

I'm using eclipse 3.0 I really want the buffer to be longer for undo
operations however from the code it looks like its hardcoded :

public IUndoManager getUndoManager(ISourceViewer sourceViewer) {
return new DefaultUndoManager(25);
}
Re: undo buffer size [message #270618 is a reply to message #270614] Wed, 08 September 2004 11:04 Go to previous messageGo to next message
Eclipse UserFriend
Tomer wrote:

> I'm using eclipse 3.0 I really want the buffer to be longer for undo
> operations however from the code it looks like its hardcoded :
>
> public IUndoManager getUndoManager(ISourceViewer sourceViewer) {
> return new DefaultUndoManager(25);
> }

A quick search in bugzilla for Platform/Text bugs with summary containing
"Undo" yields: https://bugs.eclipse.org/bugs/show_bug.cgi?id=21476

Markus
Re: undo buffer size [message #270631 is a reply to message #270618] Wed, 08 September 2004 11:52 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: tomerbd.hotmail.com

Why is this bug marked as fixed? I see only a patch for it... isnt a fixture
included in newer versions of eclipse ?
The last comment in the bug (15) says :

"Removing mile stone. We didn't make. Blame us, but this will not happen for
3.0."I dont undersnant, does he means its fixed on 3.0 ? I'm using 3.0 and
its not...Thanks...
"Markus Keller" <markus_keller@ch.ibm.com> wrote in message
news:chn6rr$ic4$1@eclipse.org...
> Tomer wrote:
>
> > I'm using eclipse 3.0 I really want the buffer to be longer for undo
> > operations however from the code it looks like its hardcoded :
> >
> > public IUndoManager getUndoManager(ISourceViewer sourceViewer) {
> > return new DefaultUndoManager(25);
> > }
>
> A quick search in bugzilla for Platform/Text bugs with summary containing
> "Undo" yields: https://bugs.eclipse.org/bugs/show_bug.cgi?id=21476
>
> Markus
Re: undo buffer size [message #270748 is a reply to message #270631] Thu, 09 September 2004 03:13 Go to previous message
Eclipse UserFriend
This bug is not marked as fixed. Its Status is ASSIGNED, which tells that
the bug is not fixed.

Markus

Tomer wrote:

> Why is this bug marked as fixed? I see only a patch for it... isnt a fixture
> included in newer versions of eclipse ?
> The last comment in the bug (15) says :
>
> "Removing mile stone. We didn't make. Blame us, but this will not happen for
> 3.0."I dont undersnant, does he means its fixed on 3.0 ? I'm using 3.0 and
> its not...Thanks...
> "Markus Keller" <markus_keller@ch.ibm.com> wrote in message
> news:chn6rr$ic4$1@eclipse.org...
>
>>Tomer wrote:
>>
>>
>>>I'm using eclipse 3.0 I really want the buffer to be longer for undo
>>>operations however from the code it looks like its hardcoded :
>>>
>>> public IUndoManager getUndoManager(ISourceViewer sourceViewer) {
>>> return new DefaultUndoManager(25);
>>> }
>>
>>A quick search in bugzilla for Platform/Text bugs with summary containing
>>"Undo" yields: https://bugs.eclipse.org/bugs/show_bug.cgi?id=21476
>>
>>Markus
>
>
>
Previous Topic:Eclipse3.1M1 on .NET/linux - overriding plugin class loading for .dlls
Next Topic:help about FormEditor
Goto Forum:
  


Current Time: Sun Jul 13 22:50:29 EDT 2025

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

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

Back to the top