HotKey for Testing Source in IDE

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

HotKey for Testing Source in IDE

Post by Tranquil »

Hi All!

Sometimes I just want to check my source for any syntax-errors and valid variables without start building an executable file.

It would be nice to have such a feature. (eg. pressing shift+f5) for just doing a syntax check and so on....

Thanks for reading,

Mike
Tranquil
Trond
Always Here
Always Here
Posts: 7446
Joined: Mon Sep 22, 2003 6:45 pm
Location: Norway

Post by Trond »

A syntax check only would have to be implemented in the compiler. But you can of course write your own tool which compiles to a dummy exe file and displays the compiler output.
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

Hi,

i'm totally agree about such hotkey because i have already requested this some month ago :P

http://www.purebasic.fr/english/viewtopic.php?t=24587
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Tranquil
Addict
Addict
Posts: 952
Joined: Mon Apr 28, 2003 2:22 pm
Location: Europe

Post by Tranquil »

Flype wrote:Hi,

i'm totally agree about such hotkey because i have already requested this some month ago :P

http://www.purebasic.fr/english/viewtopic.php?t=24587
huuppss :oops: okay, next time I will first use the search function!
Tranquil
User avatar
Flype
Addict
Addict
Posts: 1542
Joined: Tue Jul 22, 2003 5:02 pm
Location: In a long distant galaxy

Post by Flype »

no problem, it's just the proof that this feature is useful. :)
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Post Reply