Monday, March 20, 2006

GoogleSearch plugin problem

I found that in GoogleSearch plugin demo from JetBrains it has some problems. As I checked, editor.getCaretModel().getOffset() doesn't return correct cursor's offset when I put the cursor to the end of file in editor so sometimes it has IndexOutOfBoundsException or ArrayOutOfBoundsException in GoogleSearch plugin.

Link to flash demo: http://www.jetbrains.com/idea/training/demos/google_search.html

No comments: