input - how do you make Scite interactive? -
once compile scite, command prompt won't show up. how set can accept inputs , outputs command prompt program using scite?
in scite properties file edit below:
change
command.go.*.c=$(filename)
to
command.go.*.c=start $(filename)
pressing go opens tatget file in new cmd window , interactable can give inputs
if using different language replace *.c corrosponding 1 , put start before command.
Comments
Post a Comment