Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Custom Tern Plugins

Hi Christian,

Currently there is no easy way for a third party to contribute a plugin to Tern.

We are planning to provide such support. Please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=464823, which provides plugin hooks and a new Orion-specific plugin to Tern that exposes the plugins loaded in Tern (which will eventually be used load / unload / add / remove plugins from Tern).

In the mean time you would have to fork the code and build in your custom plugin as everything is statically required within ternWorkerCore.js (found in: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/tree/bundles/org.eclipse.orion.client._javascript_/web/_javascript_/plugins/ternWorkerCore.js)

Michael Rennie

Inactive hide details for Christian Petrov ---05/08/2015 12:57:56 AM---What is the best way to integrate a custom Tern plugin iChristian Petrov ---05/08/2015 12:57:56 AM---What is the best way to integrate a custom Tern plugin in OrionHub and the Code Edit widget? _______

From: Christian Petrov <christian.petrov@xxxxxxxxxxx>
To: "orion-dev@xxxxxxxxxxx" <orion-dev@xxxxxxxxxxx>
Date: 05/08/2015 12:57 AM
Subject: [orion-dev] Custom Tern Plugins
Sent by: orion-dev-bounces@xxxxxxxxxxx





What is the best way to integrate a custom Tern plugin in OrionHub and the Code Edit widget?
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/orion-dev




Back to the top