Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-ant-dev] Ant view "properties" behavior (question)


I prefer the second solution (prompt if > 1). I believe the most common usage scenario is to have one config per Ant script, so we should streamline this scenario. As well, this mimics the "run" behavior too. That is, if there is more than one config, we prompt.

Darin



Jared Burns <jared-eclipse@xxxxxxxxx>
Sent by: platform-ant-dev-admin@xxxxxxxxxxx

01/29/2003 04:02 PM
Please respond to platform-ant-dev

       
        To:        platform-ant-dev@xxxxxxxxxxx
        cc:        
        Subject:        [platform-ant-dev] Ant view "properties" behavior (question)



Currently, when you right click on a file in the Ant view and choose
"Properties" it will bring up the launch config dialog on the launch config
associated with that file. If more than one config exists, the action does
nothing. We'd like to add support for choosing which config to edit if more
than one exists.

I can think of two ways to do this. We can either make the Properties menu
item expand to the selection of configs available or we can keep the
Properties item as it is and pop up a selection dialog when more than one
config exists.

The submenu option seems more convenient for the multi-config case and the
pop-up seems more convenient for the single config case.

Is there any compelling reason to go one way or the other?

Thanks,
- Jared
_______________________________________________
platform-ant-dev mailing list
platform-ant-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-ant-dev



Back to the top