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
- EDA Start-up story from the trenches (opinion)
- Eclipse Marker Manager (legacy)
- UltraEdit key bindings for Eclipse (legacy)
- Make Eclipse open files from the command line (legacy)
- Rapid Waveforms with GTKWave (blog post)