clemos / haxe-sublime-bundle

Sublime Text bundle for Haxe programming language
Apache License 2.0
237 stars 86 forks source link

Available for Sublime Text 3? #111

Closed fullofcaffeine closed 11 years ago

fullofcaffeine commented 11 years ago

The README says it's available for ST3, but it's listed as ST2-only in Package Control.

clemos commented 11 years ago

Yeah I know. I need to check how to make it available to ST3 in the Package Control docs. If you have any clue ;)

fserb commented 11 years ago

Hey. You ned to update the package repository on json:

https://sublime.wbond.net/docs/developers

and

https://raw.github.com/wbond/sublime_package_control/master/example-repository.json

The relevant lines are:

        // If your package is only compatible with specific builds of
        // Sublime Text, this will cause the package to be hidden from
        // users with incompatible versions.
        {
            "details": "https://github.com/wbond/sublime_alignment",
            "releases": [
                {
                    // Could also be >2999 for ST3. Leaving this out indicates
                    // the package works with both ST2 and ST3.
                    "sublime_text": "<3000",
                    "details": "https://github.com/wbond/sublime_alignment"
                }
            ]
        },
clemos commented 11 years ago

The pull request is on its way ;) https://github.com/wbond/package_control_channel/pull/1928