> Doyle Whisenant:
> 
> > I guess I'm sorta dense but exactly how does this work? Do you set
> > up 4 different "command.go..." values in the properties (4 seperate
> > commands), cycle through the four commands in the dialog someway or
> > ...?
> 
>    If you think you may need an extra parameter then set
> command.go.*.c=*$(FileName) $(1)
>    Then, pressing Go will display the parameters dialog allowing you
> to set a parameter. If using a parameter is rare then avoid the prompt
> by dropping the "*" and opening Parameters manually when needed
> command.go.*.c=$(FileName) $(1)

I find that the following configuraiton works even if you don't
use parameters.
command.go.*.c=$(FileName) $(1) $(2) $(3) $(4)

Why not make it by default so that the users only need to add
the parameter value from the IDE and don't need to worry modifying
the *.properties file?

Thanks for you and robert's help.

Peter


> 
>    Neil
> 
> _______________________________________________
> Scite-interest mailing list
> [email protected]
> http://mailman.lyra.org/mailman/listinfo/scite-interest
> 
_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to