Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] CDT Make Target View - Queuing of Make Target calls

That was an unfortunate side effect of allowing saving files during a build. Please, follow and vote on bug 307097

Andrew

On Tue, Sep 21, 2010 at 9:25 AM, Schmidt, Steffen <steffen-schmidt@xxxxxxxxxxx> wrote:
 
Hello everyone,
 
Before CDT 7.0 and Eclipse Helios it was possible to queue calls to make targets in the "Make Target" view by sequentially double-clicking on the make targets to be built.
The targets were then processed one after the other in the order the user has clicked on them. This feature came in very handy when make targets ran very long and you needed them built in background in a certain order.
 
The feature, however, seems to be missing in the current release. The only way to build more than one make target, is to mark several targets and click right -> choose "Build Target" in the context menu of the "Make Target" view. Unfortunately, the make targets selected in this way are built in alphabetical order, not in a user-definable order, which is not desirable in every case.
 
Can anybody tell me, whether this behaviour is intended? Or was the feature somehow lost on the way to CDT 7.0 ?
 
Thanks in advance, Steffen
 
 

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



Back to the top