tuliob / jsyntaxpane

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

Line numbers inserted into wrong place #76

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a JEditorPane with a DefaultKit attached
2. Don't place the pane into a scroll box directly
3. But have one further out
4. Will correctly not add line numbers
4. Toggle "Show line numbers" from context menu twice

What is the expected output?
Should not do anything.

What do you see instead?
Adds line numbers to the scrollbox further out.

What version of the product are you using? On what operating system?
0.9.5b11

Original issue reported on code.google.com by peter.arrenbrecht on 12 Mar 2009 at 9:46

GoogleCodeExporter commented 9 years ago
This is related to issue 75.  What you should do is remove the 
Toggle-Line-numbers
from the actions.

Original comment by ayman.al...@gmail.com on 12 Mar 2009 at 11:33