geany / geany-plugins

The combined Geany Plugins collection
http://plugins.geany.org/
590 stars 264 forks source link

Overview doesn't support code folding #268

Open Yanpas opened 9 years ago

Yanpas commented 9 years ago

If I fold some peace of code in editor it will be still visible in overview plugin

Geany and Overview are latest, from git (built 1 week ago)

- 09 07 2015 - 22 47 18

Johndeep commented 7 years ago

I agree on that, which is especially annoying, because the overview scrolling stops working correctly, as the line number of the editor and the overview doesn't match anymore.

codebrainz commented 7 years ago

I just made the Overview plugin because it was highly requested. There's many different Scintilla settings that would have to be duplicated to make it match 100%. As I don't personally use the plugin, I have no motivation to spend more time on it.

I would accept any pull requests that duplicate any/all of the Scintilla settings to the Overview though.

Johndeep commented 7 years ago

That's too bad, but somehow understandable that you don't use it, since it doesn't really help to navigate the code properly (doesn't matter if VSCode, KDevelop or other editors with similar Overview feature), since it just show you a miniature code on the right.

A more helpful feature on the other hand would be an "info scrollbar", which indicates the position of keywords and similar, just like Eclipse or Android Studio in example have it. But this for another issue thread maybe.