wxMaxima
|
Each EditorCell has its own private undo buffer Additionally wxMaxima maintains an undo buffer for worksheet changes. More...
Each EditorCell has its own private undo buffer Additionally wxMaxima maintains an undo buffer for worksheet changes.
Delete the currently selected cells.
Move a range of cells from the document to the undo buffer.
Delete a range of cells.
Clear the undo and the redo buffer.
It works the following way:
The add and delete actions offer to choose which undo buffer to use since there are two of them:
start | The first cell to delete |
end | The last cell to delete |
undoBuffer | The buffer the undo information has to be kept in. Might be
|
start | The first cell to delete |
end | The last cell to delete |
Actually moves them to the undo buffer so this action can be undone.