Errors during automatic compilation bring up Messages tab

Issue #20 wontfix
Thijs van Dien created an issue

When TestInsight tries to compile my code while it is in a non compilable state, my IDE (XE3) automatically switches to the Messages tab to describe the compilation error. This is annoying when using continuous compiling (on idle). Practically I can't have any other tabs (e.g. To-Do List) docked in the same section as Messages, because that tab would be hidden every time I pause for a few seconds in a non compilable state. I tried checking the 'Run continuous tests silently' option, hoping that it would stop this from happening, but it doesn't change anything.

Comments (3)

  1. Stefan Glienke repo owner

    Unfortunately this is IDE behavior as I am just using the integrated compiler. I suggest you move the messages panel to some other place and save that in a desktop for unit testing until I figure out a way. This might take a while as it probably requires hacking into the IDE and not just using the OTAPI.

  2. Log in to comment