Page 3 of 3
Posted: Mon Jun 16, 2008 4:16 pm
by rsts
Raybarg wrote:JCV wrote:Kaeru Gaman wrote:would it be possible to add some "compile but don't run" feature? e.g. Shift-F5
This is definitely helpful if you only intend to check syntax specially on large projects. I sometimes compile my project just to check if there are syntax errors and just imagine how long the compiled program will open and you will just terminate it. This will save time.
Could you just add End in the beginning of your code? It still compiles everything, right?
With a solution this simple, I would prefer Fred and Fr34k work on things other than making this some kind of option.
cheers
Posted: Mon Jun 16, 2008 4:19 pm
by Trond
Why don't you assign a shortcut to the "create executable" menu option instead? It compiles without running, which is basically what was asked for.
Posted: Tue Jun 17, 2008 8:58 am
by Blue
Trond wrote:Why don't you assign a shortcut to the "create executable" menu option instead? It compiles without running, which is basically what was asked for.
Close, but not quite since you then have a selector window opening up and some additional steps to take care of.
The "
End" command at the beginning of the file is more practical and closer to a true "
check syntax" command, plus it works for sources (!!!) that haven't yet been saved.
But that's still a nice workaround.
Many heads are definitely better than my single little one...
