Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ui-dev] Roles and activities

There's no guarantee that the UI will be the one to cause the LaunchManager to 
load. But the pattern matching works well now that I'm checking "enabled" 
instead of "active" activities. I updated the bug report too, requesting some 
meat on the JavaDoc associated with these methods.

Thanks for the help. I've now got filtering working in the launch config 
dialog, the "run/debug as..." menus, and our breakpoints view.

- Jared

On Thursday 30 October 2003 05:20 am, Kim Horne wrote:
> What about when you attempt to populate the UI for the first time?  You
> could at that point get the collection of launch types and initialize the
> manager...  Just a thought - if pattern matching is good for you then no
> worries.
>
> I made a comment in the bug report you entered - you should be keying on
> enabled activities, not active activities.



Back to the top