mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
i have very bad memory
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26542 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0f6a71ffb3
commit
2aeb9dead0
@ -68,6 +68,10 @@ public:
|
||||
bool hasRedoStack() const;
|
||||
|
||||
/// open a new group of undo operations. Groups can be nested.
|
||||
/**
|
||||
* Groups can be nested. Such a nested group e.g. { {} {} } is undone in
|
||||
* a single step. This means you can add a group whenever you are not sure.
|
||||
*/
|
||||
void beginUndoGroup();
|
||||
|
||||
/// end the current undo group.
|
||||
|
Loading…
Reference in New Issue
Block a user