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

ST3: Adding a "Working with ST3 list" ? #330

Closed
mariozaizar opened this issue Feb 7, 2013 · 24 comments
Closed

ST3: Adding a "Working with ST3 list" ? #330

mariozaizar opened this issue Feb 7, 2013 · 24 comments

Comments

@mariozaizar
Copy link

I think we should provide a list of the current supported packages on ST3.
Maybe a wiki page? This is an small list that I made today.

Updated 07/02/2013

Not working:

  • Advance New File
  • Alignment
  • Change Quotes
  • Gist
  • Git
  • Github Tools
  • Highlight Duplicates
  • Markdown Preview
  • Themr

Working:

  • Case Convertion
  • Loremipsum
  • Rails Migration List
  • RailsCasts Colour Scheme

With issues:

  • Trailing spaces.
  • Theme: Nexus
@zchrykng
Copy link

zchrykng commented Feb 7, 2013

Here are the ones that I have run into so far.

Working:
Color Scheme - Phix
Theme - Nil

Not working:
SublimeCodeIntel
SublimeLinter

@charlesmudy
Copy link

WORKING:
CodeIgniter Snippets
ColorPicker

NOT WORKING:
AutoFileName
BracketHighlighter

@LeonB
Copy link

LeonB commented Feb 10, 2013

Working:
SASS
Theme - Soda

Not working:
emmet

@zchrykng
Copy link

@LeonB emmet has partial support. You have to pull the st3 branch of the plugin and be running Linux or OSX at the moment. Windows support should be in a few days.

@LeonB
Copy link

LeonB commented Feb 10, 2013

@zchrykng nice. I'm using Linux so that should work. Do you know if I install it via git package control will keep it up to date?

@zchrykng
Copy link

@LeonB I am not sure. I think package control will do that.

@Jreen
Copy link

Jreen commented Feb 13, 2013

@charlesmudy BracketHighlighter(pull the BHST3 branch)

@Jreen
Copy link

Jreen commented Feb 13, 2013

Working:
SublimeInsertDatetime
SublimeTmpl
ConvertToUTF8
google-search
BracketHighlighter(pull the BHST3 branch) has partial support
DocBlockr(has partial support,https://github.com/spadgos/sublime-jsdocs/pulls)
HexViewer(pull the ST3 branch)
HighlightWords
Tradsim

Not working:
KeymapManager
Tortoise
Github
Tag

@zchrykng
Copy link

Hi everyone. I have created a gist to track this. Please let me know what need to added, changed, or removed.

https://gist.github.com/zchrykng/4945704

@wbond
Copy link
Owner

wbond commented Feb 15, 2013

I just enabled the Wiki, is someone cares to port the current list there.

@zchrykng
Copy link

@wbond I can do that, but it is not allowing me to open the wiki tab.

@wbond
Copy link
Owner

wbond commented Feb 15, 2013

Maybe try now? I just visited he wiki page and it says something at the bottom about how I just created the initial version now.

@zchrykng
Copy link

@wbond Looks like it worked! Please let me know if you think the formatting should be different, I would be fine with 'curating' the list while it is useful. List

@wbond
Copy link
Owner

wbond commented Feb 15, 2013

https://github.com/wbond/sublime_package_control/wiki/Sublime-Text-3-Compatible-Packages is now the definitive list. Please update it if you have changes.

@wbond wbond closed this as completed Feb 15, 2013
@francodacosta
Copy link

@wbond I've updated a package and now it works with st2 and st3, the new website (https://sublime.wbond.net.) still says it is only compatible with st2. What can I do to change it ?

thanks

nuno

@wbond
Copy link
Owner

wbond commented Aug 11, 2013

The crawler has been hitting a JSON bug in one of the package files that has been stopping it from picking up the new info for some of the packages.

@francodacosta
Copy link

@wbond is this solved? I see no updates on my packages

https://sublime.wbond.net/packages/PHP%20Getters%20and%20Setters

Maybe I'm doing something wrong, can you help me out ?

@FichteFoll
Copy link
Collaborator

Doesn't seem like it. Even though your file https://raw.github.com/francodacosta/sublime-php-getters-setters/master/packages.json shows two packages (for whatever reason) it seems to be cached in the channel.

FYI, do you know that you can have multiple releases per package? This was specifically designed to provide different versions of a package for different OSes or ST versions. Also, using the details key would make 4 of your keys obsolete.

@francodacosta
Copy link

@FichteFoll this was my attempt to provide st2 and st3 versions of the same package

I have an hard time finding documention on this, I only found the example .json.

What would be the best way to have st2 and st3 versions of the same package ?

thanks

Nuno

@FichteFoll
Copy link
Collaborator

A combination of the two examples here.

There should also be some real world examples in the main repository already: https://github.com/wbond/package_control_channel/

@FichteFoll
Copy link
Collaborator

Okay, here's an update: Your repository is invalid.

It lacks date, which must be provided when using explicit versioning and instead provides last_modified which is unused.

Thank you, my tests ❤️.

@FichteFoll
Copy link
Collaborator

Ah no, this doesn't work either. Please take a close look at the example repositories file I linked above (the whole thing).

You either provide details OR version, url and date for a release. This is because Package Control knows how to fetch the latter 3 from github if you provide the tags page or a branch url as details.

And the date key does not belong to the package but to a release.

Since it kinda hard to explain everything, here is what it should look like: http://hastebin.com/gaqafoceki.json.

@francodacosta
Copy link

Thanks!!

I hope it works now!

cheers

Nuno

On 06/09/2013 15:43, FichteFoll wrote:

Ah no, this doesn't work either. Please take a close look at the
example repositories file I linked above (the whole thing).

You either provide |details| OR |version|, |url| and |date| for a
release. This is because Package Control knows how to fetch the latter
3 from github if you provide the tags page or a branch url as |details|.

And the |date| key does not belong to the package but to a release.

Since it kinda hard to explain everything, here is what it should look
like: http://hastebin.com/gaqafoceki.json.


Reply to this email directly or view it on GitHub
#330 (comment).

@francodacosta
Copy link

@FichteFoll thanks for your help, it is working now

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

No branches or pull requests

8 participants