vektah / CodeGlance

Intelij IDEA plugin for displaying a code mini-map similar to the one found in Sublime
BSD 2-Clause "Simplified" License
1.06k stars 104 forks source link

Plugin seems to stop working in PhpStorm 2020.2 #250

Open ilya-realforce opened 3 years ago

AndreKR commented 3 years ago

Not a solution, but I switched to "Code MiniMap".

gdude2002 commented 3 years ago

Code Minimap no longer exists, it seems.

AndreKR commented 3 years ago

Yes, I noticed. :(

And no one (including myself) forked it before it disappeared.

jturbide commented 3 years ago

I got it working after installing CodeGlance from the marketplace, and then manually installing this one: https://github.com/mgziminsky/Minimap-for-Jetbrains

Jetbrain will throw an exception when it will start, then you remove the Minimap plugin and tada! CodeGlance is working :)

GsHeri commented 3 years ago

ok but that's no real solution, is it. and nobody seems to care, so i assume this plugin is dead too?

AndreKR commented 3 years ago

It has been for a long time.

GsHeri commented 3 years ago

that's a real shame... one of my favorite plugins and there's still no alternative? :/

AndreKR commented 3 years ago

Unless someone has a local copy of the Code MiniMap repository, probably not.

etosan commented 3 years ago

So what is the issue? Does Code Glance depends on MiniMap somehow?

AndreKR commented 3 years ago

No, it's just that "Code MiniMap" worked properly and CodeGlance does not.

etosan commented 3 years ago

Ah it seems "Code MiniMap" is fork of CodeGlancec that still used to work, correct?

AndreKR commented 3 years ago

I don't think it was a fork but a completely separate implementation.

gennaios commented 3 years ago

I do not really know Java but may attempt someday. Perhaps someone else could try. Maybe looking thru changes in the plugin API, finding what needs to be updated may be enough?

https://plugins.jetbrains.com/docs/intellij/api-changes-list.html#known-breaking-changes

foosel commented 3 years ago

FWIW, this also stopped working in PyCharm 2021.1, but https://plugins.jetbrains.com/plugin/15562-codeglance2 seems to work. Maybe an option for PhpStorm users as well?

gdude2002 commented 3 years ago

FWIW, this also stopped working in PyCharm 2021.1, but plugins.jetbrains.com/plugin/15562-codeglance2 seems to work. Maybe an option for PhpStorm users as well?

Holy crap, someone did it. This is working great in IDEA Ultimate for me, so I imagine it'd work for most.

bestv5 commented 3 years ago

I rebuild in my repo: https://github.com/ranbest/CodeGlance/releases