digitalmars.D.dwt - PropertySheet
- Zz (5/5) Dec 05 2013 Hi,
- Jacob Carlborg (10/14) Dec 05 2013 I'm not sure which library/package that is part of. There's a bunch of
- Jay Norwood (16/25) Dec 06 2013 I don't know the history of the properties view, but the eclipse
- Jacob Carlborg (4/19) Dec 09 2013 I'm not sure I understand what EEF is or how it works.
- Zz (6/23) Dec 10 2013 Hi,
- Jacob Carlborg (4/7) Dec 10 2013 Ok, I see. As I said, contributions are always welcome.
Hi, Are there any plans to include PropertySheet's in DWT. http://www.eclipse.org/articles/Article-Properties-View/properties-view.html http://www.eclipse.org/articles/Article-Tabbed-Properties/tabbed_properties_view.html Zz
Dec 05 2013
On 2013-12-06 00:27, Zz wrote:Hi, Are there any plans to include PropertySheet's in DWT. http://www.eclipse.org/articles/Article-Properties-View/properties-view.html http://www.eclipse.org/articles/Article-Tabbed-Properties/tabbed_properties_view.htmlI'm not sure which library/package that is part of. There's a bunch of other Eclipse related repertoires in the d-widget-toolkit github organization[1]. Is it part of any of those? Anyway, I don't have enough time to focus anything that's not strictly DWT. I'm still trying to finish the Mac OS X port. If you want to help, what would be great. Contributions are always welcome. [1] https://github.com/d-widget-toolkit -- /Jacob Carlborg
Dec 05 2013
On Friday, 6 December 2013 at 07:23:45 UTC, Jacob Carlborg wrote:I'm not sure which library/package that is part of. There's a bunch of other Eclipse related repertoires in the d-widget-toolkit github organization[1]. Is it part of any of those? Anyway, I don't have enough time to focus anything that's not strictly DWT. I'm still trying to finish the Mac OS X port. If you want to help, what would be great. Contributions are always welcome. [1] https://github.com/d-widget-toolkitI don't know the history of the properties view, but the eclipse modeling framework enables generation of swt gui model editors that interact both with the properties view and the outline view. There is a project called EEF which creates several enhanced property page widgets that enhance navigation and setting of model properties in the emf model editors... things like check boxes for boolean properties or radio buttons for selection of enum properties. http://wiki.eclipse.org/EEF/User_Guide The current generation of eclipse integrates emf models with the design and persistence of the gui, so it might be worth looking at what they are trying to do and why. It appears to me they are trying to concentrate on manipulating the model rather than the gui api directly. Does that interest you as a direction for the use of DWT?
Dec 06 2013
On 2013-12-07 02:57, Jay Norwood wrote:I don't know the history of the properties view, but the eclipse modeling framework enables generation of swt gui model editors that interact both with the properties view and the outline view. There is a project called EEF which creates several enhanced property page widgets that enhance navigation and setting of model properties in the emf model editors... things like check boxes for boolean properties or radio buttons for selection of enum properties. http://wiki.eclipse.org/EEF/User_Guide The current generation of eclipse integrates emf models with the design and persistence of the gui, so it might be worth looking at what they are trying to do and why. It appears to me they are trying to concentrate on manipulating the model rather than the gui api directly. Does that interest you as a direction for the use of DWT?I'm not sure I understand what EEF is or how it works. -- /Jacob Carlborg
Dec 09 2013
On Friday, 6 December 2013 at 07:23:45 UTC, Jacob Carlborg wrote:On 2013-12-06 00:27, Zz wrote:Hi, Just checked and the path isn't in d-widget-toolkit. The original path is "org.eclipse.ui.views.properties.PropertySheet" ZzHi, Are there any plans to include PropertySheet's in DWT. http://www.eclipse.org/articles/Article-Properties-View/properties-view.html http://www.eclipse.org/articles/Article-Tabbed-Properties/tabbed_properties_view.htmlI'm not sure which library/package that is part of. There's a bunch of other Eclipse related repertoires in the d-widget-toolkit github organization[1]. Is it part of any of those? Anyway, I don't have enough time to focus anything that's not strictly DWT. I'm still trying to finish the Mac OS X port. If you want to help, what would be great. Contributions are always welcome. [1] https://github.com/d-widget-toolkit
Dec 10 2013
On 2013-12-10 19:17, Zz wrote:Hi, Just checked and the path isn't in d-widget-toolkit. The original path is "org.eclipse.ui.views.properties.PropertySheet"Ok, I see. As I said, contributions are always welcome. -- /Jacob Carlborg
Dec 10 2013