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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -

node.js - Bad Request - node js ajax post -