6

I installed EPIC, but I cannot see the line number even I enable line number, any idea?

brian d foy
  • 129,424
  • 31
  • 207
  • 592
cc96ai
  • 653
  • 4
  • 14
  • 23

2 Answers2

24

This is what worked for me:

Goto:

  1. Window->Preferences->Perl Epic->Editor, then place a check beside "Show line numbers."
  2. Window->Preferences->General->Editors->Test Editors, then UNCHECK Show line numbers.
  3. Click Apply.
  4. 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.

Aliaksandr Belik
  • 12,725
  • 6
  • 64
  • 90
jsmaupin
  • 468
  • 1
  • 8
  • 17
3

Eclipse->Window->Preferences->Perl Epic->Editor, then check "Show line numbers."

grokster
  • 5,919
  • 1
  • 36
  • 22