comparison dwtx/jface/text/IFindReplaceTargetExtension.d @ 141:ea8dd2e11034

instanceof and throws
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 21:25:28 +0200
parents c4fb132a086c
children eb21d3dfc767
comparison
equal deleted inserted replaced
140:26688fec6d23 141:ea8dd2e11034
203 * Sets the find scope of the target to operate on. <code>null</code> 203 * Sets the find scope of the target to operate on. <code>null</code>
204 * indicates that the global scope should be used. 204 * indicates that the global scope should be used.
205 * 205 *
206 * @param scope the find scope of the target, may be <code>null</code> 206 * @param scope the find scope of the target, may be <code>null</code>
207 */ 207 */
208 void setScope(IRegion scope); 208 void setScope(IRegion scope_);
209 209
210 /** 210 /**
211 * Returns the currently selected range of lines as a offset and length. 211 * Returns the currently selected range of lines as a offset and length.
212 * 212 *
213 * @return the currently selected line range 213 * @return the currently selected line range