-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to make the build not read-only? #24
Comments
Hey, are you referring to the view that my plugin opens, or the default build panel that sublime shows when you run builds? |
Oh, I didn't know you could do that. I was able to enter text though. What version of sublime are you using? |
Now I am using now |
If I understand your reply correctly, the behaviour described doesn't occur anymore. Hence closing, reopen if I was mistaken. |
Sorry, looks like I posted it on the wrong plugin. It is the https://github.com/aziz/SublimeANSI, which is doing the output panel to be read-only, when I am setting the target build as "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",
},
] |
How to make the build panel {"panel": "output.exec"} not read-only?
Is there a option to accomplish so?
The text was updated successfully, but these errors were encountered: