Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [wtp-dev] Enhanced Properties View

Title: Message
How does the enhanced view in the wtp relate to the regular view with categories? Are the tabs just another way to represent categories or something more?
 
It looks like that side-tab presentation in the wtp enhanced properties view is a variant of CTabFolder, my favorite class :). One way to approach it is to enhance/replace CTabFolder first so it can handle tabs on the side, hover highlight, maybe even multiple tab rows/columns and sideways text while we're at it. Then separately to spec out the underlying model. Totally separating the properties and their presentation sounds like a good idea, allowing for more than one alternate presentation.
 
-----Original Message-----
From: wtp-dev-admin@xxxxxxxxxxx [mailto:wtp-dev-admin@xxxxxxxxxxx] On Behalf Of Gunnar Wagenknecht
Sent: Tuesday, July 27, 2004 1:32 AM
To: wtp-dev@xxxxxxxxxxx
Subject: [wtp-dev] Enhanced Properties View

Hi!

I'm planning an enhanced Properties view as contribution to Eclipse.org. It should be based on the new forms UI. I found an already working implementation in the intial IBM code contribution to the wtp.

Now I'm looking for anybody with specific interest in this view. I'd like to improve it and I'd like to see it integrated into the Eclipse Platform. Any input/discussions/interest?

Cu, Gunnar


Back to the top