Coder Social home page Coder Social logo

Comments (14)

lavrton avatar lavrton commented on July 2, 2024

Looks like package control is still buggy for ST3.

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 2, 2024

what settings?

from sublime-better-coffeescript.

lavrton avatar lavrton commented on July 2, 2024

All Better CoffeeScript settings. They are not available from menu. Manual installation works good. via Package Control - not.

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 2, 2024

ah, that's weird... I guess I didn't notice it since I installed it via git. I'll try to look for a solution for this.

By the way, to check if it's sublime text 2 or 3 we can check for python version like you said? Or was it a pseudo code?

from sublime-better-coffeescript.

lavrton avatar lavrton commented on July 2, 2024

code:

if sys.version_info[0] == 2:
    # ST2 stuff
else:
    # ST3 stuff

We should check how other plugins works with PC.

from sublime-better-coffeescript.

lavrton avatar lavrton commented on July 2, 2024

#66

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 2, 2024

Are the settings available now? Or was this like a surgical removal? Sort of like getting rid of the diseased part instead of curing it :trollface:

from sublime-better-coffeescript.

lavrton avatar lavrton commented on July 2, 2024

Works for me. Someone should test it too.
Problem was in Main.sublime-menu file location. I moved it.
"Menu/Main.sublime-menu → Main.sublime-menu"

from sublime-better-coffeescript.

zakdances avatar zakdances commented on July 2, 2024

It's opening for me, but I still get an error printed in the console:

Unable to open /Users/zak/Library/Application Support/Sublime Text 3/Packages/Better CoffeeScript/CoffeeScript.sublime-settings

And I'm also not able to edit the file.

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 2, 2024

What I'm wondering is that if it also happens when you install it manually? Or is it a problem with package manager?

from sublime-better-coffeescript.

zakdances avatar zakdances commented on July 2, 2024

I installed it manually (via git clone in the Packages directory) and it seems to be working fine. Which probably means it's a problem with the package manager.

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 2, 2024

Ok thank you for the information :)

from sublime-better-coffeescript.

zakdances avatar zakdances commented on July 2, 2024

I did some investigation and this is indeed a Sublime Text problem. The Sublime Text's settings system has not been updated to use the new .sublime-package format that ST3 uses. more info

from sublime-better-coffeescript.

lavrton avatar lavrton commented on July 2, 2024

For now everything works good.

from sublime-better-coffeescript.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.