Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to carry out workbench actions through plugin (Implementing workbench actions through plugin)
icon5.gif  How to carry out workbench actions through plugin [message #1727182] Mon, 21 March 2016 05:33 Go to next message
Samurdhi Karunarathne is currently offline Samurdhi KarunarathneFriend
Messages: 2
Registered: March 2016
Junior Member
I'm developing an IDE Remote for Eclipse where users can forward commands to Eclipse as HTTP requests through a web browser and controls Eclipse accordingly. For example if you type http://localhost/saveprjoject then the currently open project should be saved. I have already handled the requests. But how do I carry out the respective action? Say I want to save the currently open project when I receive this request? How do I do it through my plugin?
Re: How to carry out workbench actions through plugin [message #1727230 is a reply to message #1727182] Mon, 21 March 2016 13:07 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 03/21/2016 05:34 AM, Samurdhi Karunarathne wrote:
> I'm developing an IDE Remote for Eclipse where users can forward
> commands to Eclipse as HTTP requests through a web browser and controls
> Eclipse accordingly. For example if you type
> http://localhost/saveprjoject then the currently open project should be
> saved. I have already handled the requests. But how do I carry out the
> respective action? Say I want to save the currently open project when I
> receive this request? How do I do it through my plugin?


I don't have an answer to your question. However, are you aware of
Eclipse Che?

https://eclipse.org/che/
Previous Topic:Run tool from source code
Next Topic:Eclipse for Java encoding
Goto Forum:
  


Current Time: Thu Apr 25 09:17:40 GMT 2024

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

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

Back to the top