It's something I have considered (no. 207 in my list of nice-to-have features: "command-line compilation utility"), but have never gone so far as to implement it.
There would be issues like how to indicate the location of a compile error, since at present it relies on being able to highlight the problem statement in the editor.
It's certainly not a trivial task, especially if you wanted a genuine console program (for example all the existing 'compilation' code assumes it's OK to display a MessageBox if it's necessary to alert the user).
Richard. |
|