-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Overview ruler not working anymore #1383
Comments
Which editor? What type of file are you editing? |
It is java file and also tried SQL file with dbeaver plugin. |
It works for me. And I too see no option to hide and show it. If you use Open With from the context menu it’s really the Java Editor that you open? Can you paste a small screen capture into the issue? |
Note the difference in the icon for test2.java versus that for mainTender.java in the Package Explorer view? The latter is in a source folder but the former is not, i.e., note the package 📦 decoration on the folder. Please open mainTender.java and show a screenshot of that. |
Using latest eclipse stable release made public I found that overview ruler does not work or is not visible by default and no option to bring it back or show it.
It appears that the overview ruler options can be set in the annotations preferences but the overview ruler never appears in the editor.
The key feature of the overview ruler is that the
length of the ruler you see represents the complete file being edited, This provides a convenient way to jump to annotated parts of the file without excessive scrolling How these various annotations appear is defined by your Workbench > Editors > Annotations preferences
So it appears overview ruler on right never appears or does not work.
The text was updated successfully, but these errors were encountered: