Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Plugin registers but does not load.

John,

If you're getting as far as messaging then I'd debug _publish(...) in plugin.js and _responseHandler(...) in pluginregistry.js

After the initial load of a plugin the pluginregistry will cache any related service metadata and then lazy load the plugin on other pages only when the service is accessed. If that's the sort of situation you're in I'd debug _load and _parseData in pluginregistry.js

-Simon

Inactive hide details for John J Barton ---06/13/2011 08:48:22 PM---I had just gotten plugin version communicating to Firebug aJohn J Barton ---06/13/2011 08:48:22 PM---I had just gotten plugin version communicating to Firebug and I was about to wire in the edits to l


From:

John J Barton <johnjbarton@xxxxxxxxxxxxxxx>

To:

Orion developer discussions <orion-dev@xxxxxxxxxxx>

Date:

06/13/2011 08:48 PM

Subject:

[orion-dev] Plugin registers but does not load.

Sent by:

orion-dev-bounces@xxxxxxxxxxx




I had just gotten plugin version communicating to Firebug and I was
about to wire in the edits to live changes when everything stopped
working. As far as I can tell my plugin is no longer being loaded in the
editor. Any ideas why?  I can see it in the list of plugins, the load
event handler runs when install. But it won't  show up in the editor and
I get no error messages.

jjb
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev


GIF image

GIF image


Back to the top