You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/settings.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,11 +130,11 @@ This section refers to setting that can be found in a platform-specific block fo
130
130
*`build_panel_word_wrap` (`false`): if `true` enable word wrapping in build output panel.
131
131
*`scroll_build_panel_to_top` (`false`): if `true` the build output panel is scrolled to top after build finished.
132
132
*`hide_build_panel` (`"no_badboxes"`): controls whether or not to hide the build panel after a build is finished. Possible values:
133
-
* `"always"`: never show the build panel at all
134
-
* `"no_errors"`: only show the build panel if errors occur
135
-
* `"no_warnings"`: only hide the panel if no warnings occur
136
-
* `"no_badboxes"`: only hide the panel if no warnings or badbox messages occur; this only differs from `no_warnings` if `display_bad_boxes` is set to `true`.
137
-
* `"never"`: never hide the build panel
133
+
* `"always"`: always hide the panel, even if build failed.
134
+
* `"no_errors"`: hide the panel if there are no errors.
135
+
* `"no_warnings"`: hide the panel if there are neither errors nor warnings.
136
+
* `"no_badboxes"`: hide the panel if there are no errors, warnings, or badboxes; differs from `no_warnings` if `display_bad_boxes` is set to `true`.
137
+
* `"never"`: never hide the build panel.
138
138
Any other value will be interpreted as the default.
139
139
*`display_bad_boxes` (`false`): if `true` LaTeXTools will display any bad boxes encountered after a build. Note that this is disabled by default.
140
140
*`show_error_phantoms` (`"warnings"`): **ST3 Build 3118 or newer only** controls which errors are displayed via phantoms. Possible values:
0 commit comments