Author Topic: beta3: window focus "lost" after build command  (Read 2851 times)

IkerAriz

  • Senior Community Member
  • Posts: 159
  • Hero Points: 6
beta3: window focus "lost" after build command
« on: October 24, 2015, 04:42:42 PM »
Hello all,

I use a build command that looks like so:

 
Code: [Select]
./build-script.sh -o- %(prompt prompt-text:%(last-prompt-result))
Every time I run the build (ie, Ctrl-M) the window focus shifts away from the editor window and as a result, I have to click on the editor window to continue typing or to select the next error (ie, Ctrl-Shift-Down). It would be much better if focus returned to the editor so one could edit code, build, check errors and continue without using the mouse.

Regards,
Iker