[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
|
RE: [cdt-dev] Using internal APIs
|
Hi,
I guess the way to go is to base on the Common Navigator framework,
i.e., the Project Explorer view. CDT will be based on it as well. See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=170090 for further
details...
HTH,
Walter
________________________________
From: cdt-dev-bounces@xxxxxxxxxxx
[mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Pavanesh Shankar
Sent: Montag, 30. April 2007 06:25
To: cdt-dev@xxxxxxxxxxx
Subject: [cdt-dev] Using internal APIs
Hi All
For our internal project we are writing a plugin which is based
on CDT 3.1.
In the project I had a plan to write a View similar to C/C++
Projects View in CDT but with less popupmenus.
The problem is C/C++ Projects View (infact CView ) is internal
And I read in some article in www.eclipse.org that we are not suppose to
use internal APIs.
Pls let me know how should I go further.
Thanks in advance
-Pavanesh