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
- How to add a decorator to the splash screen of your RCP application? (blog post)
- EDA Start-up story from the trenches (opinion)
- Eclipse Marker Manager (blog post)
- UltraEdit key bindings for Eclipse (blog post)
- How to set the update description of RCP product updates (blog post)