Package Structure for Plugin Extension ... [message #155662] |
Tue, 11 November 2003 20:11  |
Eclipse User |
|
|
|
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  |
Eclipse User |
|
|
|
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
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.02785 seconds