Why can't I get Eclipse / EPIC to display line numbers?
I installed EPIC, but I cannot see the line number eve开发者_开发百科n I enable line number, any idea?
This is what worked for me:
Goto:
- Window->Preferences->Perl Epic->Editor, then place a check beside "Show line numbers."
- Window->Preferences->General->Editors->Test Editors, then UNCHECK Show line numbers.
- Click Apply.
- If the line numbers do not show up, right click on the left margin of the perl file you are viewing and click "Show Line Numbers" from the popup menu.
Make sure you uncheck the one in the general settings and check the one for the EPIC settings.
You may need to restart Eclipse to see the line numbers.
Eclipse->Window->Preferences->Perl Epic->Editor, then check "Show line numbers."
精彩评论