Sublime Forum

"Show Build Results" disabled

#1

I’m using Sublime Text 3, Build 3126. I’m using Latex Tools. I’m not sure what happened, but the option to “Show Build Results” has been permantly disabled, so I can’t toggle my build results window. The window also does not show whenever I build anything.

Any thoughts?

0 Likes

#2

Apparently, in LatexTools there is an option called “hide_build_panel”. It is discussed on https://github.com/SublimeText/LaTeXTools in the section called “Build Panel and Phantoms Settings”. It defaults to “no_bad_boxes” which keeps the build results closed. Changing to “never” solved the issue.

0 Likes

#3

For clarification: You can only view the build results panel if it has content. Thus, if it is disabled, it means there is no content to display.

1 Like

#4

hi
I am running Linux Mint 17
I am using ST 2. Recently I managed to bring it to work with Python 3.6.1.
I don’t now what happened but now ST does not show any Build Result.

When I type into the interactive console of ST the code:
import sys
print (sys.version)

the result is

python 2.6.6

what can be the problem?

0 Likes

#5

ST’s interactive console uses the internal Python version, which is 2.6 for ST2 and 3.3 for ST3. Your system Python is separate.

Doesn’t explain why there is no build result output, but this could have many reasons. Does running python on a terminal work?

0 Likes