Lines Matching refs:context
58 …context is entered, all subsequently added Undo actions are not pushed onto the undo stack directl…
59 …a sub action of the Undo context. Once the Undo context is left, a single undo action is pushed on…
74 enter or leave an Undo context, will be silently ignored.</p>
89 /** enters a new undo context.
92 …as the context is not left, every undo action added to the stack will be treated as sub action. Th…
108 /** enters a new undo context, creating a hidden undo action.
120 …<p>A new undo action will be added to the undo stack. As long as the context is not left, every un…
140 /** leaves the undo context previously opened via <member>enterUndoContext</member> respectively
143 …<p>If no undo action has been added since the context has been opened, the context is not only lef…
147 …<p>Otherwise, the undo context will be closed, and added to the Undo stack; the redo stack will be…
152 if no undo context is currently open.
191 if there currently is an open undo context
216 if there currently is an open undo context
233 undo context.
241 undo context.
283 if the method is invoked while an undo context is still open
294 if the method is invoked while an undo context is still open