Open evandrocoan opened 7 years ago
Originally posted on: https://github.com/rctay/sublime-text-2-buildview/issues/24
This plugin is doing the output panel to be read-only, when I am setting the target build as ansi_color_build & Packages/ANSIescape/ANSI.tmLanguage on my .sublime-build file.
ansi_color_build
Packages/ANSIescape/ANSI.tmLanguage
.sublime-build
File example:
"build_systems": [ { "working_dir": "$project_path/installers", "name": "Galileo Installer", "cmd": ["galileo.bat", "$project_path/plugins/addons/amxmodx/scripting/galileo.sma", "galileo", "$packages"], "target": "ansi_color_build", "syntax": "Packages/ANSIescape/ANSI.tmLanguage", }, ]
Originally posted on: https://github.com/rctay/sublime-text-2-buildview/issues/24
This plugin is doing the output panel to be read-only, when I am setting the target build as
ansi_color_build
&Packages/ANSIescape/ANSI.tmLanguage
on my.sublime-build
file.File example: