Bug 118020 - [property page] Java project property page hierarchy should match preference page hierarchy
Summary: [property page] Java project property page hierarchy should match preference ...
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.2   Edit
Hardware: PC All
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-25 04:51 EST by Tobias Widmer CLA
Modified: 2009-01-23 11:34 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tobias Widmer CLA 2005-11-25 04:51:05 EST
I20051123-1200

The hierarchy of the Java-specific project property pages should match the one from the Java preference node. Currently Java occupies 4 top-level nodes, which looks clumsy with many plugins installed which contribute project property pages.
Comment 1 Martin Aeschlimann CLA 2005-11-28 03:48:02 EST
I have a top page prepared since 3.1, but I never really added it. I will try and add it again.

Note that the number of property pages doesn't grow that much with more plugins as pages are contributed only if the java project nature is matched.
So I'm not really sure if the additional node makes your life easier. Note that you will always have to open it first!
Comment 2 Gunnar Wagenknecht CLA 2006-03-26 10:44:37 EST
(In reply to comment #1)
> Note that the number of property pages doesn't grow that much with more plugins
> as pages are contributed only if the java project nature is matched.

I've made an interesting observation. I don't see the JDT property pages for simple projects in a pure SDK. However, as soon as I install WTP I see them on simple projects, too.
Comment 3 Gunnar Wagenknecht CLA 2006-03-26 13:24:59 EST
I've opend bug 133300 to track the Callistoissue with JDT property pages appearing on simple projects if WTP is installed.