Changeset 357

Show
Ignore:
Timestamp:
09/14/08 17:20:49 (4 months ago)
Author:
sergey.kol..@gmail.com
Message:

Sergey Kolos:

  • Very minor cleanup of code related to previous commit.
Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jasko.tim.lisp/src/jasko/tim/lisp/editors/LispEditor.java

    r356 r357  
    236236                                if (symbol == null) { 
    237237                                        //System.out.println("A0 " + snippet); 
    238                                         //FIXME: should skip strings and comments 
    239238                                        int offset = contents.indexOf(snippet, position); 
    240239                                        if (offset >= 0) {