Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ptp-dev] PTP services questions

Mike,

Will your new design be a general widget that can be used in wizard pages, etc., or will it be specific to property pages?

I think we should definitely coordinate this since we don't want to duplicate work. Mike's bug report is probably a good place to start.

Do we need to set up a meeting?

Greg

On Jul 24, 2009, at 11:27 AM, Dave Wootton wrote:

That looks similar to my understanding of what Greg suggested I look at for a project properties page. I won't do anything with this until I get
clarification from Greg.
Dave



Mike Kucera <mkucera@xxxxxxxxxx>
Sent by: ptp-dev-bounces@xxxxxxxxxxx
07/24/2009 11:07 AM
Please respond to
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>


To
Parallel Tools Platform general developers <ptp-dev@xxxxxxxxxxx>
cc
ptp-dev@xxxxxxxxxxx, ptp-dev-bounces@xxxxxxxxxxx
Subject
Re: [ptp-dev] PTP services questions






Hi Dave,

I'm just wondering if there is any overlap with the view you are talking
about and the service model properties page which we are looking to
redesign:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=284182


Mike Kucera
Software Developer
IBM Eclipse CDT Team
mkucera@xxxxxxxxxx

Dave Wootton ---07/24/2009 07:27:38 AM---Greg


From:

Dave Wootton <dwootton@xxxxxxxxxx>

To:

ptp-dev@xxxxxxxxxxx

Date:

07/24/2009 07:27 AM

Subject:

[ptp-dev] PTP services questions



Greg
I think I have completed the changes to the PE and LL code for service
configurations and have them working with your services test code. Should I commit that code now even though it breaks the existing function or is
there more I need to do before committing?

I started looking at changes for your suggestions about a preference page
showing service configurations and projects as well as the project
properties page showing service configurations. I'm not sure how the user interacts with a preference page that just shows service configurations and projects. Are you thinking the use would modify service configurations

from this page? Some other action? If it's a static display should it just

be a view?

I was looking at where the data for these pages comes from. It looks like the linkage between service configurations and projects is handled by the IServiceModelManager object. Am I looking in the right place? If so, it looks like there is a mapping from IProject (key) to the set of service
configurations referenced by that project. If I need to build a page
showing service configuratuons and projects that use them, then I think I
need to build a mapping with service configuration as key and a set of
projects.

Finally, if I implement a view showing service configurations and
projects, should I implement some sort of change listener in the service model manager so the view can be notified when the map has changed, and
rebuild the view?
Dave
_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev

_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev


_______________________________________________
ptp-dev mailing list
ptp-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/ptp-dev



Back to the top