Closed evandrocoan closed 7 years ago
Hey, are you referring to the view that my plugin opens, or the default build panel that sublime shows when you run builds?
The view sublime opens when is run:
{ "keys": ["f7"], "command": "build" }
If I recall correctly, when I did not have this plugin, that view was editable.
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 3126
x86 Windows 10. I just delete my data and tried to compile something and id worked, I could edit the output panel. This is my full install, if you want to try: https://github.com/evandrocoan/SublimeTextStudio
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 ansi_color_build
on my .sublime-build
file:
"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?