-
Type: Improvement
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: None
-
Labels:
-
Affect Type:Userdefined
1. Open the "Configure El-t with External Tool"
2. Add "1" input parameter, "3" output parameter and "2" parameter
Expected state: The command will be "<My tool> $1 $3 -p1 $2"
3. Change the input parameter to "4"
Expected state: The command will be "<My tool> $4 $3 -p1 $2"
Current state: The command will be "<My tool> $1 $3 -p1 $2"