Angus Leeming <[EMAIL PROTECTED]> writes:

| In the UserGuide :
| 
| The undo-mechanism has been limited to 100 steps in the beta-version, as this 
| feature has not yet been properly tested out.
| 
| Is this still true?

Probably not.

| 
| In lyxfunc.C::Dispatch()
|       case LFUN_UNDO:
|               disable = buf->undostack.empty();
|               break;
| 
| I can see no limit here.

I think the limit was removed when we switched to std::containers.

        Lgb

Reply via email to