Whenever I click on the Code tab to see the Java code of Talend job, I never see see the line numbers. Is there any settings to enable line numbers?
Asked
Active
Viewed 3,097 times
3
-
you can directly right click in code tab and select Show line number – PreetyK Nov 15 '17 at 10:32
1 Answers
7
You can enable line numbers from Preferences
You will see a parameter for Show line numbers
if you follow this breadcrumb -
Window > Preferences > General > Editors > Text Editors

Incognito
- 2,964
- 2
- 27
- 40
-
1I had to restart talend, then only change reflected, but it worked. Thanks. – GadaaDhaariGeek Nov 15 '17 at 09:54