Skip to content
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

Closed
evandrocoan opened this issue Sep 5, 2016 · 6 comments
Closed

How to make the build not read-only? #24

evandrocoan opened this issue Sep 5, 2016 · 6 comments

Comments

@evandrocoan
Copy link
Contributor

How to make the build panel {"panel": "output.exec"} not read-only?

Is there a option to accomplish so?

@rctay
Copy link
Owner

rctay commented Sep 6, 2016

Hey, are you referring to the view that my plugin opens, or the default build panel that sublime shows when you run builds?

@evandrocoan
Copy link
Contributor Author

evandrocoan commented Sep 6, 2016

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.

image

@rctay
Copy link
Owner

rctay commented Sep 27, 2016

Oh, I didn't know you could do that. I was able to enter text though. What version of sublime are you using?

@evandrocoan
Copy link
Contributor Author

evandrocoan commented Sep 27, 2016

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

image

@rctay
Copy link
Owner

rctay commented Mar 27, 2017

If I understand your reply correctly, the behaviour described doesn't occur anymore. Hence closing, reopen if I was mistaken.

@rctay rctay closed this as completed Mar 27, 2017
@evandrocoan
Copy link
Contributor Author

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",
        },
    ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants