1

How can I hide this horizontal ruler (outlined in red) along the top of my (Fortran) source code? Looks like it might be related to printer settings, but I can't find anything. Eclipse IDE Using Eclipse Photon Milestone 5 (4.8.0M5) on Ubuntu 17.10.

MasterHD
  • 2,264
  • 1
  • 32
  • 41

1 Answers1

2

In Window > Preferences: Fortran > Editor uncheck the Enable horizontal ruler check box.

See Fortran Development User Guide - Writing Code, section Configuring The Editor

howlger
  • 31,050
  • 11
  • 59
  • 99
  • Thanks! Oddly this option didn't appear when I searched for the word "ruler". – MasterHD Mar 04 '18 at 16:38
  • @MasterHD Probably, the keywords you used (which are used for filtering) are missing in the preference dialog page. If you like, [you can submit a feature request to add these keywords here](https://bugs.eclipse.org/bugs/enter_bug.cgi?product=PTP&component=Photran.Editor%20%26%20Outline%20View). – howlger Mar 04 '18 at 19:36