Skip to main content



      Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » InterpreterInstallTypes(Programatically adding InterpreterInstallTypes)
InterpreterInstallTypes [message #999891] Sun, 13 January 2013 05:38 Go to next message
Eclipse UserFriend
The normal way of adding InterpreterInstallTypes is through the extension org.eclipse.dltk.launching.interpreterInstallTypes.
It seems that's the only way to add install types so that ScriptRuntime sees them.
ScriptRuntime stores them in
private static IInterpreterInstallType[] fgInterpreterTypes = null;


Is there a way to programatically add interpreter install types without using the interpreterInstallTypes extension, to do it during runtime?

[Updated on: Sun, 13 January 2013 05:39] by Moderator

Re: InterpreterInstallTypes [message #1000269 is a reply to message #999891] Mon, 14 January 2013 06:58 Go to previous messageGo to next message
Eclipse UserFriend
Hi,

At the moment they are loaded only from the extension point.
The idea seems strange, what is the use case for adding interpreter
install type dynamically?

Regards,
Alex

On 01/13/2013 05:39 PM, Kevin Hagel wrote:
> The normal way of adding InterpreterInstallTypes is through the
> extension org.eclipse.dltk.launching.interpreterInstallTypes.
> It seems that's the only way to add install types so that ScriptRuntime
> sees them.
> ScriptRuntime stores them in
> private static IInterpreterInstallType[] fgInterpreterTypes = null;
>
>
> Is there a way to programatically add interpreter install types without
> using the interpreterInstallTypes extension, to do it during runtime?
>
Re: InterpreterInstallTypes [message #1002729 is a reply to message #1000269] Sat, 19 January 2013 03:23 Go to previous message
Eclipse UserFriend
If found another way to deal with this problem
http://www.eclipse.org/forums/index.php/m/1002721/#msg_1002721
Previous Topic:Debugging Ruby on Eclipse
Next Topic:Installing custom language intepreter
Goto Forum:
  


Current Time: Sun Jul 06 04:31:41 EDT 2025

Powered by FUDForum. Page generated in 0.04084 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top