[Viplugin-user] Strange behavior
Brought to you by:
midramas
|
From: martin.krauskopf <mar...@1p...> - 2003-11-03 10:34:12
|
Hi, I encountered a very strange problem. How to achieve it: 1) Open class with a long method (e.g. CommandBuffer.eval() in viPlugin package) 2) go on the beginning of that method 3) try to find something (e.g. "else" in CommandBuffer.eval() method) 4) every time I press the "n" for next search, screen "jumps" to the method beginning(method comment of CommandBuffer.eval() method) for a very short moment and after that short jump to the next occurence of the searched string (as it should immediately without that "jump"). Thus the problem is that "jump" to the method beginning (comment). It is really annoying. It happends on some another commands too (as I type search command "/e" - jump - "/el" - jump - "/els" - jump - "/else" - jump...., sometime on "u" - jumb, "<ESC>" - jumb). Interesting is that it does NOT happens when I'm testing plugin - run as Run-time Workbench and there I open an external file. Does anybody have the same experience? I hope, it was understandable enough(it is not easy to describe such anomaly ;) ) emdot |