Sublime Forum

Prev/Next Result shortcuts don't work while build is running

#1

Hello,

I have a C++ project that uses make. Now let’s say I run the build and there is a compilation error in one of the source files. The build still keeps running, compiling other files (possibly producing more errors). Now I’d like to jump to the first error immediately after it appears in the Build Results window, while the build is still running in the background. Problem is, when I press F4 (Next result), nothing happens. Only after the build finishes, I can use the F4 / Shift + F4 shortcuts again. Double-clicking in the results window on a line with error seems to work even when a build is in progress - only the shortcuts don’t work. I don’t know if this problem exists in other build systems.

This bug makes me less productive and is just annoying. Can it be fixed?

0 Likes

#2

It seems this is fixed in sublime text 3.

0 Likes