Lines Matching refs:context
52 …context is entered, all subsequently added Undo actions are not pushed onto the undo stack directl…
53 …a sub action of the Undo context. Once the Undo context is left, a single undo action is pushed on…
68 enter or leave an Undo context, will be silently ignored.</p>
85 /** enters a new undo context.
88 …as the context is not left, every undo action added to the stack will be treated as sub action. Th…
104 /** enters a new undo context, creating a hidden undo action.
116 …<p>A new undo action will be added to the undo stack. As long as the context is not left, every un…
136 /** leaves the undo context previously opened via <member>enterUndoContext</member> respectively
139 …<p>If no undo action has been added since the context has been opened, the context is not only lef…
143 …<p>Otherwise, the undo context will be closed, and added to the Undo stack; the redo stack will be…
148 if no undo context is currently open.
187 if there currently is an open undo context
212 if there currently is an open undo context
229 undo context.
237 undo context.
279 if the method is invoked while an undo context is still open
290 if the method is invoked while an undo context is still open