Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [gef-dev] GEF Simple Doubts!

/me points at eclipse.newcomer and #eclipse again.

aatish wrote:
Thanks for your reply. I did try the Hello World thing. But, I don't know how to customize it according to my needs. I am currently using the RCP template for creating the rich graphical
interface. But that opens as a stand alone application and all the figures
are seen in that stand alone app. Can you please tell me what changes should be made in that basic Hello World
template so that my editor runs inside eclipse.

Thanks a lot. Really appreciate it.

-Aatish



Nick Boldt wrote:
This isn't really a GEF developer question. I would suggest in future that you ask generic Eclipse development questions in the eclipse.newcomer newsgroup [1] or in #eclipse on Freenode [2].

That said... have you tried the Hello World wizards?

File > New > Other > Plug-In Dev > Plug-In Project > ... > [x] Create a plug-in using one of the templates > ...

Using those you can generate a fully-functional plugin project and then change the code to suit your needs.

[1] http://www.eclipse.org/newsportal/thread.php?group=eclipse.newcomer
[2] http://wiki.eclipse.org/IRC

Nick

Aatish Mandelecha wrote:
Hi, I am very new to GEF. I am on a mission to make a Graphical Editor. My first step is to make something similar to Shapes Diagram example/ Database Schema Editor. That is, I want to make a plugin which opens and works inside the Eclipse. I don't want to make a standalone application. I have the source code of Database Schema Editor but there is no plugin.xml from which I can learn how to make a plugin. Please help me, guys. It is very urgent. Thanks a lot, Aatish

--
Aatish Mandelecha
Univ, of California, Irvine
Irvine, CA
+1(949)-690-2466


------------------------------------------------------------------------

_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef-dev
--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Release Engineer :: Eclipse Modeling & Dash Athena
_______________________________________________
gef-dev mailing list
gef-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gef-dev




--
Nick Boldt :: http://wiki.eclipse.org/User:Nickb
Release Engineer :: Eclipse Modeling & Dash Athena


Back to the top