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.
Tags: sandipchitale, minimap
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 |
---|---|---|---|
October 2024 | 0/0 | 0 | 2 |
September 2024 | 0/0 | 0 | 26 |
August 2024 | 0/0 | 0 | 46 |
July 2024 | 0/0 | 0 | 15 |
June 2024 | 0/0 | 0 | 19 |
May 2024 | 0/0 | 0 | 17 |
April 2024 | 0/0 | 0 | 13 |
March 2024 | 0/0 | 0 | 9 |
February 2024 | 0/0 | 0 | 19 |
January 2024 | 0/0 | 0 | 11 |
December 2023 | 0/0 | 0 | 13 |
November 2023 | 0/0 | 0 | 7 |
Reviews Add new review
Thanks for the plugin! I'm
Submitted by Stephen Decker on Mon, 01/29/2018 - 15:18
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.
Feature request
Submitted by Nelson Teixeira on Thu, 01/12/2017 - 11:29
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
don't active the plugin within console view output logs
Submitted by yinchuan dai on Sun, 04/24/2016 - 05:41
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
Null Pointer Exception [incompatible with certain plugins]
Submitted by Jack Zhong on Tue, 10/13/2015 - 07:58
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.
RE: Null Pointer Exception [incompatible with certain plugins]
Submitted by SANDIP CHITALE on Fri, 01/08/2016 - 22:40
In reply to Null Pointer Exception [incompatible with certain plugins] by Jack Zhong
Sorry for late reply. I will look into it.
Awesome Plugin but need help with crashes when using Log Viewer
Submitted by Zahir Toufie on Wed, 01/14/2015 - 21:23
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
Awesome Plugin but need help with crashes when using Log Viewer
Submitted by SANDIP CHITALE on Thu, 01/15/2015 - 11:10
In reply to Awesome Plugin but need help with crashes when using Log Viewer 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
I meant to say:
Submitted by SANDIP CHITALE on Thu, 01/15/2015 - 11:12
In reply to Awesome Plugin but need help with crashes when using Log Viewer by SANDIP CHITALE
I meant to say:
If it does NOT persist...let me know with a comment
The problem persists
Submitted by Zahir Toufie on Wed, 03/18/2015 - 01:02
In reply to I meant to say: 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
Overview goes white when editing, using theme plugs also...
Submitted by Brian Hernandez on Fri, 04/25/2014 - 00:11
It's a great plugin! Better than Sublime's in my opinion. Only problem is that it goes white when editing :( I'm using the Dark Juno and Eclipse Color Theme plugins as well if that makes a difference. Please don't abandon this project :D
RE: Overview goes white when editing, using theme plugs also...
Submitted by SANDIP CHITALE on Mon, 05/19/2014 - 12:31
In reply to Overview goes white when editing, using theme plugs also... 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.
Just like SublimeText2
Submitted by Alexandre Brethel on Mon, 04/14/2014 - 22:45
great plugin !!!
overview pane goes blank ( all white ) when hits Enter
Submitted by Alexandre Brethel on Wed, 04/16/2014 - 15:00
In reply to Just like SublimeText2 by Alexandre Brethel
is it supposed to do that ( i'm using a dark eclipsecolorthemes.org -- railcast ) everytime i hit Enter on the editor window ?... seems like a bug.
RE: overview pane goes blank ( all white ) when hits Enter
Submitted by SANDIP CHITALE on Tue, 04/22/2014 - 10:12
In reply to overview pane goes blank ( all white ) when hits Enter 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.
Refresh Overview View
Submitted by SANDIP CHITALE on Mon, 05/19/2014 - 11:28
In reply to RE: overview pane goes blank ( all white ) when hits Enter by SANDIP CHITALE
The Overview View now refreshes when it gains focus.
The Overview View can be forced to refresh with M1+M2+M3+O keybinding for Refresh Overview command.
1.0.27 behavior
Submitted by Paul Verest on Mon, 11/25/2013 - 08:28
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.
huray
Submitted by Paul Verest on Fri, 03/21/2014 - 03:51
In reply to 1.0.27 behavior by Paul Verest
1.0.28 came out, the project is alive