{"id":17791236,"url":"https://github.com/schell/sublime-as3","last_synced_at":"2025-04-02T01:47:24.989Z","repository":{"id":3749930,"uuid":"4825135","full_name":"schell/Sublime-AS3","owner":"schell","description":"I've moved on to vim, so this project most likely will not be updated...A project building package for Sublime Text 2","archived":false,"fork":false,"pushed_at":"2012-08-06T23:21:06.000Z","size":232,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-07T16:45:04.297Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/schell.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-06-28T20:17:45.000Z","updated_at":"2019-06-19T10:28:56.000Z","dependencies_parsed_at":"2022-09-02T14:22:51.165Z","dependency_job_id":null,"html_url":"https://github.com/schell/Sublime-AS3","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schell%2FSublime-AS3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schell%2FSublime-AS3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schell%2FSublime-AS3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/schell%2FSublime-AS3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/schell","download_url":"https://codeload.github.com/schell/Sublime-AS3/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246741182,"owners_count":20826063,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-27T10:50:21.182Z","updated_at":"2025-04-02T01:47:24.972Z","avatar_url":"https://github.com/schell.png","language":"Python","readme":"AS3\n===\n\nA Sublime Text 2 package for writing pure AS3 projects. The language definition file was taken from Simon Gregory's awesome TextMate bundle. (https://github.com/simongregory/actionscript3-tmbundle)\n\nInstallation\n------------\nJust clone this repo in your packages folder: \n \n    git clone git@github.com:schell/Sublime-AS3.git 'AS3'\n    \nUsage\n-----\nYou may want to use mxmlc or fcsh or some custom build script you've written, so AS3Build.py (the\nscript that builds your projects) looks in your current settings for a command template called as3_build_cmd.\nThis should be a python format string. By default as3_build_cmd is \"mxmlc %(input)s -o %(output)\". My\ncopy of mxmlc isn't in my path, so I've changed this in my User settings to be \"/SDKs/Flex/bin/mxmlc %(input)s -o %(output)\".\n\nIn order to build your project's main .as file, add the relative path (relative to your sublime-project file) of the main\n.as and the path to the target output swf to your project's sublime-project file:\n\n```json\n\"settings\" : {\n    \"input\" : \"relative/path/to/entrypoint.as\", // relative to your project directory...\n    \"output\" : \"relative/path/to/deploy.swf\"\n}\n```\n\nAs3Build.py will grab these values and prefix them with the project directory, stick them into the build command\nand then run them like any other build command.\n\nWhy?\n----\nAfter moving from TextMate I needed to build my AS3 projects, while still allowing my teammates to build it on their machines, hence all the relative path and command string stuff. I also wanted to learn about packages and syntax definition in Sublime Text 2.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschell%2Fsublime-as3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fschell%2Fsublime-as3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fschell%2Fsublime-as3/lists"}