Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CProjectWizard Question
CProjectWizard Question [message #47778] Mon, 28 October 2002 17:26 Go to next message
Eclipse UserFriend
Howdy!

I was looking through the code and ran across something that I found
interesting. CProjectWizard extends BasicNewResourceWizard. At the same
time, the documentation for BasicNewResourceWizard says "This class is not
intended to be subclassed outside this package." Why is CProjectWizard a
subclass of BasicNewResourceWizard rather than a user of either
BasicNewResourceWizard or BasicNewProjectResourceWizard?

I'm not questioning the design decision, I'm just curious the rationale
for it. We are considering using eclipse and I'm looking at the CDT as an
example of a serious plugin development effort and seeing where things had
to be stretched from the published API.

Thanks!
-Chris
Re: CProjectWizard Question [message #47957 is a reply to message #47778] Wed, 30 October 2002 08:40 Go to previous message
Eclipse UserFriend
I would guess that its usage stemmed from how its used by other eclipse
plugins, the JDT and juint plugins both use it in the same manner.


Chris wrote:
> Howdy!
>
> I was looking through the code and ran across something that I found
> interesting. CProjectWizard extends BasicNewResourceWizard. At the same
> time, the documentation for BasicNewResourceWizard says "This class is not
> intended to be subclassed outside this package." Why is CProjectWizard a
> subclass of BasicNewResourceWizard rather than a user of either
> BasicNewResourceWizard or BasicNewProjectResourceWizard?
>
> I'm not questioning the design decision, I'm just curious the rationale
> for it. We are considering using eclipse and I'm looking at the CDT as an
> example of a serious plugin development effort and seeing where things had
> to be stretched from the published API.
>
> Thanks!
> -Chris
>
Previous Topic:CDT process spawner
Next Topic:GA 1.0 postponed?
Goto Forum:
  


Current Time: Tue Jul 22 07:43:33 EDT 2025

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

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

Back to the top