Changeset 357
- Timestamp:
- 09/14/08 17:20:49 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jasko.tim.lisp/src/jasko/tim/lisp/editors/LispEditor.java
r356 r357 236 236 if (symbol == null) { 237 237 //System.out.println("A0 " + snippet); 238 //FIXME: should skip strings and comments239 238 int offset = contents.indexOf(snippet, position); 240 239 if (offset >= 0) {
