Build​X
🎉 View sublime build output side by side with color!
Details
Installs
- Total 1K
- Win 558
- Mac 205
- Linux 276
Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | Sep 14 | Sep 13 | Sep 12 | Sep 11 | Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 3 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 |
Mac | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 |
Readme
Sublime BuildX
Show build output side by side with color!
Sublime build system is amazing. You can run/build your file/project right in the sulbime. But the annoying thing is that normally we want a side-by-side view of our build result rather than the default bottom view.
This plugin enhances sublime build system to show build output right in your side (of course you need to have two columns: View->Layout:Columns:2) and make it colorful!
Features
- Show build output in a normal view instead of the default bottom panel
- Automatically focus build output view if you have >=2 columns
- Support ANSI colors
- Support
Build Results->Next Result
andBuild Results->Previous Result
Install
Search buildx
in Package Control.
Usage
Add
"show_panel_on_build": false
to your sublime preference to turn off default build panel.Add keybings for whatever keys you want to use to trigger the build.
e.g. If you want to use super+b
to trigger build and super+shift+b
to select the build target, add these key bindings:
{
"keys": ["super+b"],
"command": "build",
"context": [{"key": "for_buildx", "operator":"equal", "operand":true}]
},
{
"keys": ["super+shift+b"],
"command": "build",
"args": {"select": true},
"context": [{"key": "for_buildx", "operator":"equal", "operand":true}]
},
Releases
1.3.0
- Add
clear_output_when_build_starts
setting, closes #4.
MIT License
Released under the MIT license.