Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » GEF » Are instructions for loading the LogicDesigner source as its own project?
Are instructions for loading the LogicDesigner source as its own project? [message #234812] Wed, 30 May 2007 20:40 Go to next message
Eclipse UserFriend
Originally posted by: mlevison.gmail.com

I'm trying to deep my understanding of GEF. So far I've taken the Shapes
Editor code to pieces and rewrote as an RCP application.

Now I would like to the same for the logic designer. Is there a stock
manifest and plugin.xml file? Or do I have to generate the lot from scratch?

Is there a better way to learn how to build freeform figures?

Confused in Ottawa
Mark Levison
Re: Are instructions for loading the LogicDesigner source as its own project? [message #234905 is a reply to message #234812] Thu, 31 May 2007 18:57 Go to previous message
Eclipse UserFriend
Originally posted by: mlevison.gmail.com

Mark Levison wrote:
> I'm trying to deep my understanding of GEF. So far I've taken the Shapes
> Editor code to pieces and rewrote as an RCP application.
>
> Now I would like to the same for the logic designer. Is there a stock
> manifest and plugin.xml file? Or do I have to generate the lot from
> scratch?
>
> Is there a better way to learn how to build freeform figures?
>

Turns out that I don't need to learn about FreeForm figures for now.
However, I did succeed in creating a rcp plugin, here's the manifest:

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Logicdesigner Plug-in
Bundle-SymbolicName: org.eclipse.logicdesigner
Bundle-Version: 1.0.0
Bundle-Activator: org.eclipse.logicdesigner.Activator
Bundle-Localization: plugin
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.gef,
org.eclipse.ui.views,
org.eclipse.core.resources,
com.cognos.ccl4j
Eclipse-LazyStart: true

It might be useful if these were released as standalone source plug-ins
in the future - they would make a great start point for others
experimentation. Also they would make a great example of how to make gef
work with rcp commands/menus etc.

Cheers
Mark Levison
Previous Topic:FreeForm figures
Next Topic:How can I use GEF to make UML diagram
Goto Forum:
  


Current Time: Fri Apr 19 15:26:19 GMT 2024

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

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

Back to the top