Overview plugin for Eclipse

Add this URL to your Eclipse Installation to reach this solution's update site.

Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)

https://cdn.rawgit.com/sandipchitale/sandipchitaleseclipseplugins/master/text.overview.updatesite/site.xml

Learn more...
Solution Description

UPDATE 10 JAN 2016: See https://bugs.eclipse.org/bugs/show_bug.cgi?id=321410
There is a possibility that this will be integrated into Eclipse Platform Text. See the above issue on eclipse bugs page.

NOTE: Make sure to reset the perspective to position the Overview view correctly relative to the Editor area. Also if you want to close the Overview use Close Part command from CTRL+3 Quick Access popup.]

UPDATE 19 MAY 2014 : Overview View refreshes when focused. Force refresh using M1+M2+M3+O keybinding for Refresh Overview command.

The Overview Eclipse Plugin shows the overview (aka minimap) of the current text editor in the Overview view. The visible lines are shown with highlight. You can use the Overview view to scroll to any part of tracked editor. The tooltip shows a few lines of context at the cursor (not caret) position. Shows the current line in the tooltip.

After installing the plugin show the "Overview" view using Window > Show Views >Overview > Overview.

UPDATE 19 MAR 2014 : Allow the user to choose the overview font size using a scale(slider).
UPDATE 21 MAR 2013 : Double clicking the line in Overview view moves the focus to tracked editor.
UPDATE 05 MAR 2013 : Set focus. Show horizontal scrollbar in Overview view.
UPDATE 03 MAR 2013 : Tooltip uses same background and foreground colors as the tracked editor.
UPDATE 01 MAR 2013 : Show line numbers in tooltip.
UPDATE 27 FEB 2013 : Fixed issue with foreground color and selection foreground color.

Categories: Editor, IDE, Tools

Additional Details

Eclipse Versions: Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)

Platform Support: Windows, Mac, Linux/GTK

Organization Name: Sandip Chitale

Development Status: Beta

Date Created: Thursday, February 21, 2013 - 16:35

License: BSD

Date Updated: Wednesday, December 14, 2022 - 09:48

Submitted by: SANDIP CHITALE

Date Ranking Installs Clickthroughs
March 2024 0/0 0 7
February 2024 0/0 0 19
January 2024 0/0 0 11
December 2023 0/0 0 13
November 2023 0/0 0 7
October 2023 0/0 0 10
September 2023 0/0 0 8
August 2023 0/0 0 9
July 2023 0/0 0 3
June 2023 0/0 0 7
May 2023 0/0 0 5
April 2023 0/0 0 3
View Data for all Listings

Unsuccessful Installs

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)

Marketplace Drag to Install Button

By adding the following code below to your website you will be able to add an install button for Overview plugin for Eclipse.

HTML Code:

Markdown Syntax:

Output:

Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client

Reviews Add new review

Thanks for the plugin!  I'm glad to have this functionality.  I do have one suggestion to make:  I find the highlighted code and the font size slider to be visually distracting.  It would be nice to have some preferences to adjust, such as being able to change the color and opacity of the highlighted text and to hide the font size slider.

Nice plugin. Will be using it from now on. Suggestions:
-possibility to remove from the image the code inside the functions/methods, just like PyDev's "Overview code minimap" and click directly in the function/method name.
-other possibility is dim the code inside to enhance the function/method start and end

The plugin is very nice! But it is actived with the console view output logs,and overviews with logs output all the time,it would be very consume resource with a lot of logs output.
So how can I do that don't active the plugin within console view output logs?

Thanks

Hi, I'm using Vrapper and I've encountered a certain bug when both these plugins exist together. It seems the getVerticalBar() method is prone to returning null when a scrollable object does not have a vertical bar. One of the devs has suggested the bug might occur on line 443 or 453, wherever the getVerticalBar() is being called.

This has given them an idea for vertical bars for their own application, but other plugins might not be aware of this. FYI.

Hi Sandip,

Firstly let me say, awesome plugin, I use it everyday.

One thing though, I have another awesome plugin called Log Viewer, installed from here, logviewer.eclipselabs.org.codespot.com/git/de.anbos.eclipse.logviewer.update. It's got some nice features like tailing files right inside a view in Eclipse, amongst other things.

I find that occassionally when Log Viewer has focus, the Overview plugin will lock up and causes the rest of Eclipse to lock up as well. I have no option then but to kill Eclipse and restart. I think it may be to do with the tailing option whereby the log is constantly being updated and Overview tries to repaint the view for the updated file every few milliseconds.

Well that's my observation at least. Also I'm using Eclipse 4.4.1.

Cheers

In reply to by Zahir Toufie

Hi Zahir,

Thanks.

Can you try by uninstalling/disabling Overview plugin (or simply closing the Overview view) and see if the symptom persists. If it does then it may not be the overview plugin. If it does persist...let me know with a comment - also include any relevant log messages from Eclipse error log. Then I will try it and see what is happening.

One thing though - when the content of StyledText changes, Overview plugin simply stops updating itself until it gains focus, or user explicitly refreshes the view or the document content is saved etc. So I am not sure why Overview plugin is causing the issue.

In any case after I hear from you, I can try it and try to diagnose the issue.

Thanks,
Sandip

In reply to by SANDIP CHITALE

Hi Sandip,

Sorry for the lengthy delay but I was off doing other work for awhile.

Anyway, if I disable, remove or simply close the Overview pane, the Log Viewer pane behaves as normal again. Once I re-enable the Overview pane then Log Viewer locks up again. So from what I can tell there's some scenario that's causing the 2 plugins to not play nice with one another.

I'm still suspecting that it's got to do with volume and that if the Log Viewer is trying to tail through say 2GB worth of logs that the Overview pane is getting overwhelmed by the number of repaints/refreshes and locks up.

Well that's my take on it anyway.

Regards

In reply to by Brian Hernandez

Hi Brian,

The generally the idea is that if you are editing, you are not interested in the overview. Having said that, I have updated the plugin such that if you give focus back to Overview View it will refresh. Alternatively you can force the refresh by using the (default) keybinding M1+M2+M3+O for the Refresh Overview command. You can change this to something else using Preferences > Keys.

I also agree that the view going blank may be jarring. So what I am thinking is that I can simply suspend the updated when editing starts and resume it on demand like above. Stay tuned.

I am not abandoning this plugin as I myself use it :) and planning to continue to support it.

In reply to by Alexandre Brethel

Yes, for now. It will come back as a soon as you save or goto some other editor and come back. I did not want to slow down editing by constantly updating the Overview view as you edit your source code. The idea is that if you are editing you are not interested in the Overview at that moment. I think I can add a refresh button though.

Actual latest version is 1.0.27.
And it changed behavior: now it not View, but tryies to integrate into perspective.
The results is NPE from time to time.
I wish this behavior would be configurable,
but the author have not updated code for several months.