I don´t like compile (shift+f8) and later(shift=12) to run.
So i did a changes in script compile, maybe other friend can use it.
I will show how do it.
1- Open your script compiler.
My file stay here:
Code: Select all
( C:\Program Files\IDM Computer Solutions\UEStudio\configs\xHarbour\xHarbour )
Code: Select all
AutoRun = no|yes
Code: Select all
AutoRun = no=$(NOVALUE)|yes=$T
Code: Select all
Cmd1 = $(AutoRun)
It's OK now, you save and you can see it in your compiler options:
Now you can change to YES and when you press shift+f8 will compile and later execute.