Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Package Structure for Plugin Extension ...
Package Structure for Plugin Extension ... [message #155662] Tue, 11 November 2003 20:11 Go to next message
Eclipse UserFriend
My editor and text commander (SQLEditCommander) requires a view for a
console (SQLConsole). If I provide extension to the console in the Host
plugin (SQLEditCommander), do I create the view (SQLConsole) plugin at a
package level below?

And, can I create another plugin at a directory level below another plugin?
I am reading "Notes on the Eclipse Plug-in Architecture" and I am modeling
things after the multiplication service. Is it the same concept to use the
console as an extension of the editor?

Here are my thoughts on the directory structure, am I thinking right?

com.piratepete.xpdeveloper.SQLEditCommander/ (base)
com.piratepete.xpdeveloper.SQLEditCommander/editors (source for editor et.
al)
com.piratepete.xpdeveloper.SQLEditCommander.SQLConsole/views (actual Console
view)
com.piratepete.xpeveloper.SQLEditCommander.SQLConsole (actual Console
plugin.java)

Thanks for all replies past and present,

PiratePete

--
David L. Whitehurst
aka. PiratePete
http://www.piratepetesoftware.com
dlwhitehurst@comcast.net
Re: Package Structure for Plugin Extension ... [message #155671 is a reply to message #155662] Tue, 11 November 2003 20:21 Go to previous message
Eclipse UserFriend
One additional note .. I have already created the console as a view with
Text object in the createPart method. I also created a writeln(String s)
method. This view is located parallel to the editor. This was why I could
never get an object declared due to the package structure. Please explain
how (steps) I would create a general editor (plugin) and then extend a
console (view) plugin.

Thanks,

PiratePete

--
David L. Whitehurst
aka. PiratePete
http://www.piratepetesoftware.com
dlwhitehurst@comcast.net
"David" <dlwhitehurst@comcast.net> wrote in message
news:bos192$rlm$1@eclipse.org...
> My editor and text commander (SQLEditCommander) requires a view for a
> console (SQLConsole). If I provide extension to the console in the Host
> plugin (SQLEditCommander), do I create the view (SQLConsole) plugin at a
> package level below?
>
> And, can I create another plugin at a directory level below another
plugin?
> I am reading "Notes on the Eclipse Plug-in Architecture" and I am modeling
> things after the multiplication service. Is it the same concept to use
the
> console as an extension of the editor?
>
> Here are my thoughts on the directory structure, am I thinking right?
>
> com.piratepete.xpdeveloper.SQLEditCommander/ (base)
> com.piratepete.xpdeveloper.SQLEditCommander/editors (source for editor et.
> al)
> com.piratepete.xpdeveloper.SQLEditCommander.SQLConsole/views (actual
Console
> view)
> com.piratepete.xpeveloper.SQLEditCommander.SQLConsole (actual Console
> plugin.java)
>
> Thanks for all replies past and present,
>
> PiratePete
>
> --
> David L. Whitehurst
> aka. PiratePete
> http://www.piratepetesoftware.com
> dlwhitehurst@comcast.net
>
>
Previous Topic:Time Question ...
Next Topic:Launching failed: startup.jar is missing
Goto Forum:
  


Current Time: Tue Jul 22 15:50:57 EDT 2025

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

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

Back to the top