jthuggins / jeditide

Automatically exported from code.google.com/p/jeditide
0 stars 0 forks source link

Buffer tabs stop responding #7

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
After invoking the follow tag command, buffer tabs will not respond to mouse 
clicks

Steps to reproduce
1. Open multiple files into separate buffer tabs
2. Place caret on a method name or variable name
3. Invoke the follow tag command (Plugins->Tags->Follow Tag)
4. Follow the tag or close the dialog
5. Click on a different buffer tab

Expected result:
Edit buffer will change to the tab that was clicked

Actual result:
Tab does not change

Notes:
If buffer was modified before step 3, then when the buffer is saved the tab 
icon will still show the buffer as modified.

Splitting and then unsplitting the edit pane will fix this issue. It will no 
longer reproduce after that.

Original issue reported on code.google.com by huggins....@gmail.com on 27 Oct 2010 at 3:53

GoogleCodeExporter commented 8 years ago
Buffer tabs's MouseListener stops firing events. Tags plugin does some strange 
things when initializing.

Original comment by huggins....@gmail.com on 28 Oct 2010 at 8:47