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? #35

Open
evandrocoan opened this issue Mar 27, 2017 · 0 comments
Open

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

evandrocoan opened this issue Mar 27, 2017 · 0 comments

Comments

@evandrocoan
Copy link

Originally posted on: rctay/sublime-text-buildview#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:

    "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

1 participant