Hi,
I used sT3 since 6 month now and it’s a great text editor. I use it on Windows to devolop some embedded firmware in C language for microcontroler. Now, I try to do a Build System to don’t have to switch between ST3 when I develop and my IDE (IAR Embedded Workbench) to compile my code.
I did a little Build System just using “shell_cmd” and I arrive to compile my code but nothing is written on ST3 shell. Just Finished when compile is done.
I use the same command line on Windows shell and informations is written on the shell.
http://image.noelshack.com/minis/2015/43/1445801665-windowsshell.png
http://image.noelshack.com/minis/2015/43/1445801677-st3shell.png
Why don’t have the same informations on sT3 shell ???