Display line numbers by default

Posted on 2009-06-29 by Hendrik Eeckhaut
Tagged as: planeteclipseeclipse

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

See also

comments powered by Disqus