UES AutoRun
Posted: Thu Jan 06, 2011 8:27 pm
Hi,
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:
2 - Add this line inside of group [ Settings ]
3 - Add this line inside of group [SettingsReps]
4 - Add for group [Build] above of Cmd0 this line
It's OK now, you save and you can see it in your compiler options:
![Image](http://img828.imageshack.us/img828/816/uesf.png)
Now you can change to YES and when you press shift+f8 will compile and later execute.
![Cool 8)](./images/smilies/icon_cool.gif)
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 | Expand
( C:\Program Files\IDM Computer Solutions\UEStudio\configs\xHarbour\xHarbour )
2 - Add this line inside of group [ Settings ]
Code: Select all | Expand
AutoRun = no|yes
3 - Add this line inside of group [SettingsReps]
Code: Select all | Expand
AutoRun = no=$(NOVALUE)|yes=$T
4 - Add for group [Build] above of Cmd0 this line
Code: Select all | Expand
Cmd1 = $(AutoRun)
It's OK now, you save and you can see it in your compiler options:
![Image](http://img828.imageshack.us/img828/816/uesf.png)
Now you can change to YES and when you press shift+f8 will compile and later execute.
![Cool 8)](./images/smilies/icon_cool.gif)