comparison dwtx/jface/text/IDocumentPartitionerExtension3.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 eb21d3dfc767
comparison
equal deleted inserted replaced
138:b6bad70d540a 139:93a6ec48fd28
174 * optimization. 174 * optimization.
175 * 175 *
176 * @param session the rewrite session 176 * @param session the rewrite session
177 * @throws IllegalStateException in case there is already an active rewrite session 177 * @throws IllegalStateException in case there is already an active rewrite session
178 */ 178 */
179 void startRewriteSession(DocumentRewriteSession session) throws IllegalStateException; 179 void startRewriteSession(DocumentRewriteSession session) ;
180 180
181 /** 181 /**
182 * Tells the document partitioner that the rewrite session has finished. 182 * Tells the document partitioner that the rewrite session has finished.
183 * This method is only called when <code>startRewriteSession</code> has 183 * This method is only called when <code>startRewriteSession</code> has
184 * been called before. 184 * been called before.