fitnr/SublimeDataConverter

ST3 Support

Closed this issue · 9 comments

Is it possible to use this in ST3?

No, it isn't as of yet. I plan to have it upgraded before ST3 is out of beta.

👍 Can't wait! This is just what I have been looking for. Cheers 🍻!

I've added beta support in the sublimetext3 branch. It's not possible to install it with package control, but manually downloading into your Packages directory should work fine. If you have any problems, please open a new issue.

fnkr commented

It would be possible if you motify your sublime-repo entry like this:

{
    "name": "DataConvertor",
    "details": "https://github.com/fitnr/SublimeDataConverter",
    "releases": [
        {
            "sublime_text": "<3000",
            "details": "https://github.com/fitnr/SublimeDataConverter/tree/master"
        },
        {
            "sublime_text": ">2999",
            "details": "https://github.com/fitnr/SublimeDataConverter/tree/sublimetext3"
        }
    ]
}

@fnkr Yes, that's the plan. Pull requests are always welcome.

fnkr commented

Here, your pull request :)

@fnkr Except ST3 support isn't done yet, so your pull request is giving people a bad download.

fnkr commented

The master branch works just as little, so its not more bad then before.

I completed ST3 support yesterday.