Skip to content

Sublime plugin doesn't work with Sublime Text 3 #44

@marlimox

Description

@marlimox

It appears to install on ST3 but the menu says "Bolt (open)" and all the menu items are greyed out.

On the pull request for submitting the plugin to the package control channel, one of the devs mentioned the following:

"since you are using absolute imports in main.py I highly doubt that this package works with ST3. If that's indeed the case, please specify an ST version selector string."

I don't know how helpful that is, my Python skills are rusty. I tried reading up on absolute imports in Python and my understanding is that, in general, you should be using them in preference over relative imports, so I don't know what the guy was talking about.

But in any case, our plugin should be updated to work with ST3.

In the meantime, I've changed our Sublime version string in the channel json be "<3000", so it won't install on Sublime Text 3 or later.

FYI there is a porting guide here too: http://www.sublimetext.com/docs/3/porting_guide.html.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions