comparison dwtx/text/undo/IDocumentUndoManager.d @ 139:93a6ec48fd28

Regexp throws removal in interfaces
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 02:31:41 +0200
parents c4fb132a086c
children 7926b636c282
comparison
equal deleted inserted replaced
138:b6bad70d540a 139:93a6ec48fd28
154 /** 154 /**
155 * Rolls back the most recently executed text change. 155 * Rolls back the most recently executed text change.
156 * 156 *
157 * @throws ExecutionException if an exception occurred during undo 157 * @throws ExecutionException if an exception occurred during undo
158 */ 158 */
159 void undo() throws ExecutionException; 159 void undo() ;
160 160
161 /** 161 /**
162 * Repeats the most recently rolled back text change. 162 * Repeats the most recently rolled back text change.
163 * 163 *
164 * @throws ExecutionException if an exception occurred during redo 164 * @throws ExecutionException if an exception occurred during redo
165 */ 165 */
166 void redo() throws ExecutionException; 166 void redo() ;
167 167
168 /** 168 /**
169 * Transfers the undo history from the specified document undo manager to 169 * Transfers the undo history from the specified document undo manager to
170 * this undo manager. This message should only be used when it is known 170 * this undo manager. This message should only be used when it is known
171 * that the content of the document of the original undo manager when the 171 * that the content of the document of the original undo manager when the