Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] Extending the Editor page.

Hi, Eyal.
We have a couple of bugs that touch on this topic.
One general bug discusses putting any view on a page, much like eclipse "Show View."  [1]  However this bug was so general we never really have worked on it.

The other bug talks about putting a navigator in the editor [2].  I did an experiment once to see if I could implement a navigator with the outliner API, but that was strictly an experiment and not at all the way we would go about it.

I'd be happy to consult with you.  Anton may also have opinions based on the project page work he is doing.

I think the best place for now to discuss would be in the second bug.  My advice for a POC would be to copy the editor page and where you currently see us attaching outliner behavior (new Outliner, etc.) to the left hand side pane, instead we would try to come up with a service extension that populates a left hand side.  So "Outliner" would be one choice, and you could have your other choices.  

There are also security concerns with letting a plugin populate content on the page, so it's possible we would require (in the short term) that the extension point lives on the page rather than obtained from a plugin.

I can help you out with ideas for the service extension API and we can work with Simon on security concerns.

Hopefully this is enough to go on and from there you can ping me in that second bug....

susan

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=339566
[2] https://bugs.eclipse.org/bugs/show_bug.cgi?id=389643

Inactive hide details for "Kobrigo, Eyal" ---01/09/2013 06:09:32 AM---Hi all, I have started to look on how to integrate eclips"Kobrigo, Eyal" ---01/09/2013 06:09:32 AM---Hi all, I have started to look on how to integrate eclipse-orion to one of our products as a POC.

From: "Kobrigo, Eyal" <eyal.kobrigo@xxxxxx>
To: "orion-dev@xxxxxxxxxxx" <orion-dev@xxxxxxxxxxx>
Date: 01/09/2013 06:09 AM
Subject: [orion-dev] Extending the Editor page.
Sent by: orion-dev-bounces@xxxxxxxxxxx





Hi all,
 
I have started to look on how to integrate eclipse-orion to one of our products as a POC.
I have looked and tried to find the best way to extend the editor page to include another pane on which I can add my own view of my own plug in/service. The outliner on the editor page seems to be oriented towards just jumping to places in the code.
 
How can I extend the editor today in the way I desire?
Alternatively, if such a way does not exist today I could work on extending the framework so such things would be possible. Who can I consolt with about such a change?
 
So as I far as I could see today I need to write my own editor page for that. Am I right?
 
Thanks

cid:image010.png@01CBE890.BFEE9610Eyal Kobrigo,   Eyal.Kobrigo@xxxxxx
Application Dev Engineer. LoadRunner R&D.  Join: HP LR Forum
Mobile: +972 (50) 7893277 Ÿ Office: +972 (3) 5399785
5 Altalef Street, POB 170, Yehud 56100 ISRAEL
 
 _______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev

GIF image

GIF image


Back to the top