apauzies / eclipse-minimap-view

Attempt to create a Mini-Map / Birds-eye-view plugin for eclipse
58 stars 13 forks source link

Can't seem to get this plugin to load in a dropin folder. #1

Closed shadowbq closed 11 years ago

shadowbq commented 11 years ago

Can you update the documentation with instructions on how to test and use this plugin.

apauzies commented 11 years ago

Done!

(this is still a work in progress...)

shadowbq commented 11 years ago

I happen to be trying to use this in Aptana Studio 3.3. (Eclipse RCP).

org.eclipse.equinox.p2.reconciler.dropins (1.1.100.v20110815-1419) "Equinox Provisioning Drop-in" [Active]

I have other dropin plugins recognized, but yours will not "resolve" and go "active"

I don't have any line with in the configuration output.

com.pauzies.minimap_1.0.0.201301102302. ..... [Resolved] .

Can you verify its working? I really would love this.. I've been waiting forever for a plugin like this!!

apauzies commented 11 years ago

I uploaded a new version that should work with Aptana Studio 3.3, you can give it a try.

shadowbq commented 11 years ago

java.lang.StackOverflowError

com.pauzies.minimap (1.0.0.201301120125) "Minimap" [Active] [..] Id: com.pauzies.minimap, Version: 1.0.0.201301120125, Location: reference:file:dropins/com.pauzies.minimap_1.0.0.201301120125.jar

I can get through loading and to the View Selector:

Window -> Show View -> Other -> MiniMap -> MiniMap

Once selected, the side window is opened, but is blank.

When I re-select a file I get a "Unhandled event loop exeception: 'java.lang.StackOverflowError ' " popup that continues to loop.

Is there any additional logs that I can send you?

shadowbq commented 11 years ago

Full Error Log Example: https://gist.github.com/4531022

shadowbq commented 11 years ago

Snippet of Log:

at org.eclipse.jface.text.JFaceTextUtil.getBottomIndex(JFaceTextUtil.java:69) at org.eclipse.jface.text.TextViewer.getBottomIndex(TextViewer.java:3183) at org.eclipse.jface.text.TextViewer.getBottomIndexEndOffset(TextViewer.java:3212) at com.pauzies.minimap.views.MiniMapView.highlightVisibleRegion(MiniMapView.java:72) at com.pauzies.minimap.views.MiniMapView.access$5(MiniMapView.java:70) at com.pauzies.minimap.views.MiniMapView$7.lineGetSegments(MiniMapView.java:185)

apauzies commented 11 years ago

Thanks, I'll take a look. Which editor are you using, php? Do you have the same issue with every file you edit? I tried quickly with Aptana to edit a PHP file, it was working for me.