Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » How to get IDs of Views
How to get IDs of Views [message #85162] Wed, 05 November 2003 15:55 Go to next message
Eclipse UserFriend
Originally posted by: phil.shoemaker.palmsource.com

I am writing a new Perspective, and want to use addView to add one of the
views found in the CDT. I scoured the plugin.xml files AND the source files
and was able to find most of the views, but one of them, Make Targets, has
confounded me (if someone knows the plugin id for that one, I'd appreciate
it).

The bigger question is: is there a way, within Eclipse, to point at a View
and ask "What is the ID for this?" or "Where did this come from?"? Granted,
99.999% of the developers out there don't need this, but those of us writing
perspectives, or other plug-ins, may find this very useful.

Any thoughts?

Thanks.
Re: How to get IDs of Views [message #85178 is a reply to message #85162] Wed, 05 November 2003 16:34 Go to previous message
Eclipse UserFriend
Originally posted by: richkulp.NO.SPAM.us.ibm.com

Well, all views need to be defined in plugin.xml's. So you can scan all
of the plugin.xml looking for view definitions.

--
Thanks, Rich Kulp

Previous Topic:adding property page to C project
Next Topic:Error : `abs' undeclared (first use this function)
Goto Forum:
  


Current Time: Sat Jul 27 16:37:29 GMT 2024

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

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

Back to the top