Posted on 2009-06-29 by Hendrik Eeckhaut
Last modified on 2024-11-21
Tagged as: PlaneteclipseEclipse

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

See also