Display line numbers by default
I wanted to display line numbers by default in our Eclipse RCP application. I knew this had to be trivial but I couldn't find how to do this anywhere on the web.
Here is the solution:
Add following line to your plugin_customization.ini file:
org.eclipse.ui.editors/lineNumberRuler=true
- Tags:
Comments
Thanks
Thanks Hendrik - saves me from searching myself :-)