comparison dwtx/text/edits/TextEditProcessor.d @ 161:f8d52b926852

...
author Frank Benoit <benoit@tionex.de>
date Wed, 27 Aug 2008 14:49:30 +0200
parents 7926b636c282
children
comparison
equal deleted inserted replaced
160:3678e4f1a766 161:f8d52b926852
186 * Class isn't intended to be sub-lcassed 186 * Class isn't intended to be sub-lcassed
187 */ 187 */
188 protected bool considerEdit(TextEdit edit) { 188 protected bool considerEdit(TextEdit edit) {
189 return true; 189 return true;
190 } 190 }
191 package bool considerEdit_package(TextEdit edit) {
192 return considerEdit(edit);
193 }
194
191 195
192 //---- checking -------------------------------------------------------------------- 196 //---- checking --------------------------------------------------------------------
193 197
194 void checkIntegrityDo() { 198 void checkIntegrityDo() {
195 fSourceEdits= new ArrayList(); 199 fSourceEdits= new ArrayList();