Open Chris2011 opened 8 years ago
So something like https://dzone.com/articles/fisheye-view-plugin-netbeans this?
Here is the sourcecode if you want to play with it. http://hg.netbeans.org/main/contrib/file/tip/fisheye/src/org/netbeans/modules/fisheye
I don't get it, the picture I can't identify what the meaning is. It is what you have in IntellIJ when you hover over the scrollbar which is not on the position in the editor to see the next code.
It is a bit related to your ticket: https://github.com/markiewb/nb-codeoutline/issues/12 but a bit easier I think. I would like to hover over the code outline and after 200 or 300ms it should shows a little popover where you see the code of the codeoutline, doesn't matter which language you have. Like the thing here (WebStorm):
But first, not so big, not as width as the editor is only, a fixed size (Flexible via option) and not resizing. Here is an other example directly from NetBeans:
So no need to have special case for a language, you can hover over codeoutline and it will show you the code which is not in the view port of the editor and if you would like to jump to it, click on it.
Cheers
Chris