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

actionscript repl #28

Open
zwetan opened this issue Jul 2, 2013 · 3 comments
Open

actionscript repl #28

zwetan opened this issue Jul 2, 2013 · 3 comments

Comments

@zwetan
Copy link

zwetan commented Jul 2, 2013

download the avmshell exe
https://code.google.com/p/redtamarin/source/browse/trunk/build/shell/

install it in your /usr/bin/

for ex:
/usr/bin/avmshell

edit the worksheet.sublime-settings

and add at the end

        "ActionScript": {
            "cmd": "avmshell -repl",
            "prompt": ["> "],
            "error": ["[0-9]+Error:"],
            "ignore": [".input"]
        }
@jcartledge
Copy link
Owner

Thanks for that! Are you comfortable submitting it as a pull request? There's one for Racket at #22 which covers the process for doing this.

@zwetan
Copy link
Author

zwetan commented Jul 3, 2013

yes I saw that, I ll try to submit a patch when time allows

I need to make a bit more test, I would like to support multiline scripts ;)

@jcartledge
Copy link
Owner

Great, thanks. Good luck with the multiline thing. There's a similar problem with the coffeescript repl - it's default mode is single line and you have to explicilty switch it in and out of multiline mode.

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

No branches or pull requests

2 participants