Suggestion -- Run last compile with F6
Posted: Mon May 31, 2004 9:37 pm
I tend to use a variety includes when developing.
All of which I load up into the IDE ...
PB EDITOR
[main code][gui][constants][subs]
Now, let's suppose I choose [main code] and hit F5 to run.
No problem. If I wish to change something in the subs though I need to click the [subs] tab, edit the code, save modifications, click back to [main code] then F5 to re-test.
As you can imagine, this is a little bit of a chore.
So, how about F6 to 'Run last compiled code' ?
What this would do is simply run the [main code] (that is, the last code lauched with F5) and leave the IDE as is.
So, if I'm ammending the [subs] I can just save and F6 to test.
All of which I load up into the IDE ...
PB EDITOR
[main code][gui][constants][subs]
Now, let's suppose I choose [main code] and hit F5 to run.
No problem. If I wish to change something in the subs though I need to click the [subs] tab, edit the code, save modifications, click back to [main code] then F5 to re-test.
As you can imagine, this is a little bit of a chore.
So, how about F6 to 'Run last compiled code' ?
What this would do is simply run the [main code] (that is, the last code lauched with F5) and leave the IDE as is.
So, if I'm ammending the [subs] I can just save and F6 to test.