Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Dynamic Languages Toolkit (DLTK) » Problem with run menu action
Problem with run menu action [message #511146] Sat, 30 January 2010 12:55 Go to next message
Eclipse UserFriend
Originally posted by: a0309169.unet.univie.ac.at

Hello,

I have a simple problem - when I open a file of my specified content
type, the "Run" option from the "Run" top-level menu remains invisible.
However, I have implemented everything needed for launching, up to and
including a LaunchShortcut (which works from the context menu of the
project navigator). Which means I have missed something again.

I've dug through this list, the Wiki, and the Ruby plugin, but
unfortunately I haven't found my answer.

Any idea about what should I add?

Cheers,
Mikołaj
Re: Problem with run menu action [message #511493 is a reply to message #511146] Mon, 01 February 2010 17:51 Go to previous messageGo to next message
Alex Panchenko is currently offline Alex PanchenkoFriend
Messages: 342
Registered: July 2009
Senior Member
Hi Mikołaj,

I think the following should help:

<extension point="org.eclipse.ui.actionSetPartAssociations">
<actionSetPartAssociation targetID="org.eclipse.debug.ui.launchActionSet">
<part id="org.eclipse.dltk.ruby.ui.editor.RubyEditor" /> (use your editor id here)
</actionSetPartAssociation>
</extension>

Regards,
Alex
Re: Problem with run menu action [message #552979 is a reply to message #511493] Sun, 15 August 2010 16:04 Go to previous message
Eclipse UserFriend
Originally posted by: a0309169.unet.univie.ac.at

Hi Alex,

for the record - this solved the problem, thanks :).

Cheers,
Mikołaj


> Hi Mikołaj,
>
> I think the following should help:
>
> <extension point="org.eclipse.ui.actionSetPartAssociations">
> <actionSetPartAssociation targetID="org.eclipse.debug.ui.launchActionSet">
> <part id="org.eclipse.dltk.ruby.ui.editor.RubyEditor" /> (use your
> editor id here)
> </actionSetPartAssociation>
> </extension>
>
> Regards,
> Alex
Previous Topic:Debugging with ruby 1.9.1
Next Topic:Unexpected error while trying to create a new project
Goto Forum:
  


Current Time: Tue Apr 16 08:20:26 GMT 2024

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

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

Back to the top