Skip to content

Commit 05d70cc

Browse files
committed
Adjust hide_build_panel documentation
1 parent 522401f commit 05d70cc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/settings.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ This section refers to setting that can be found in a platform-specific block fo
130130
* `build_panel_word_wrap` (`false`): if `true` enable word wrapping in build output panel.
131131
* `scroll_build_panel_to_top` (`false`): if `true` the build output panel is scrolled to top after build finished.
132132
* `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.
138138
Any other value will be interpreted as the default.
139139
* `display_bad_boxes` (`false`): if `true` LaTeXTools will display any bad boxes encountered after a build. Note that this is disabled by default.
140140
* `show_error_phantoms` (`"warnings"`): **ST3 Build 3118 or newer only** controls which errors are displayed via phantoms. Possible values:

0 commit comments

Comments
 (0)