Coder Social home page Coder Social logo

Comments (6)

lavrton avatar lavrton commented on July 21, 2024

I think we don't need special branch or package for ST2. Master branch now support both of ST2 and ST3. New features and bug fixes should be tested on each version. When ST3 will be available for free using we will remove "ST2 code".

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 21, 2024

There must be something about st3 api that wouldn't be compatible with st2, is there not?

Let's just keep it anyway for now. Maybe something will cause a problem, then we can fix it just for st2 or st3. Otherwise only readme would be different and we would patch st2 up with the changes made for st3.

from sublime-better-coffeescript.

lavrton avatar lavrton commented on July 21, 2024

Yes, st3 api can be different with st2 api. But it happens very seldom.
We can write something like to solve this problem:

if python_version == 2:
    sublime.api2()
else:
    sublime.api3()

I think it will be easy to maintain and use plugin. Right now everything works for both versions for me.

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 21, 2024

Sounds good to me! I've just started using st3 today. What seems to be the best feature you have seen so far? From a users point of view and developers.

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 21, 2024

Use https://github.com/aponxi/grunt-readme-generator to generate the readme... Oh goodie!

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 21, 2024

Going to close this... we will have to re-write readme anyways... for 2.0

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.