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
- UserGuide question Angus Leeming
- Re: UserGuide question Lars Gullik Bjønnes
- Re: UserGuide question Angus Leeming
- Re: UserGuide question Lars Gullik Bjønnes
- Re: UserGuide question Lars Gullik Bjønnes
- Re: UserGuide question John Levon
- Re: UserGuide question Baruch Even