osoco / sublimetext-grails

Grails support for Sublime Text
75 stars 21 forks source link

package for Sublime Text 3 #8

Closed ddcahutton closed 10 years ago

ddcahutton commented 11 years ago

Would it be possible to port this package over so it can work with Sublime Text 3?

gcrick commented 11 years ago

It should already be working in Sublime Text 3. Have you seen any specific problems?

On Wed, Aug 21, 2013 at 6:28 AM, ddcahutton notifications@github.comwrote:

Would it be possible to port this package over so it can work with Sublime Text 3?

— Reply to this email directly or view it on GitHubhttps://github.com/osoco/sublimetext-grails/issues/8 .

kenliu commented 11 years ago

I noticed that GSPs don't get detected properly

ddcahutton commented 11 years ago

Ah, I see. The Installation steps indicate that Package Control can be used, but Package Control only lists this package as Sublime Text 2-compatible.

I will try to install via git clone.

gcrick commented 11 years ago

@kenliu GSP detection seems to work fine for me (on Linux at least, haven't tried elsewhere). Are you trying with a clean installation? If you opened the file in question before installing the plugin, it is possible that Sublime saved a different syntax in your preferences. It is also possible that another plugin you have might be interfering.

gcrick commented 11 years ago

@ddcahutton Last time I checked Package Control, they didn't support sublime 3 yet. Looks like they've completely redone the entire site now, so thanks for pointing this out! I'll look into getting the plugin listed as Sublime Text 3 compatible, and update the installation notes as well.

kenliu commented 11 years ago

@gcrick oops, I double checked and it turned out the Grails plugin wasn't actually installed. I went and installed it using package control and it seems to work fine.

image

gcrick commented 10 years ago

The Grails plugin is now listed correctly in Package Control. We've also started using tagged releases rather than pushing each change to the master branch.

kenliu commented 10 years ago

works great!