Sublime Forum

Strange screen behaviour

#1

Does this familiar. What could be the problem?

Thanks

0 Likes

#2

Your build system is wrong. In particular the file_regex clause isn’t matching an error message in its 4th field, so the file name is being shown instead, which isn’t very good.

If you can’t be bothered fixing it, or you don’t know how, then you can just turn off the inline errors by putting

"show_errors_inline": false,

in your preferences.

0 Likes

#3

Thank you for the response, I have tried on Build 3126 and 3128. I have a paid licence. How do I correct this without putting a line to fix it? Thanks

0 Likes