Coder Social home page Coder Social logo

Comments (9)

aponxi avatar aponxi commented on July 21, 2024

sustained/CoffeeScript-Sublime-Plugin#27 got the fix from there

from sublime-better-coffeescript.

tiye avatar tiye commented on July 21, 2024

I found there's an upgrade on Sublime, but I didn't see any change after upgrading.
Like this:

f = ->
  console.log @a

I suppose it couldn't be that quick.. How can I check the fixed version?

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 21, 2024

Maybe I misunderstood you. I don't know what it was like before but right now what I see is this image below. How do you want it to be like?

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 21, 2024

Also two questions:

  1. Are you on Sublime Text 3?
  2. Are you using version 0.7?

from sublime-better-coffeescript.

tiye avatar tiye commented on July 21, 2024

Sublime Text version: 2.0.1 Build 2217
I found there's a package.json file in the Sublime Package I installed.
Seems it's the latest version.. But, looks strange here.
I did removed the CoffeeScript Package and installed BetterCoffeeScript here,
but my highlights looks really different from yours:
screenshot from 2013-06-01 21 49 14

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 21, 2024

I use pastels on dark color scheme, it is exactly the same as yours when I use the default scheme (monokai)


The code is this:

jsdom = require "jsdom"
fs = require("fs");
html = fs.readFileSync("./test_subjects/chrome_bookmark.html").toString();
# RESULTS = new Array()

jsdom.env
  html: html
  scripts: ["./req/jquery.min.js"]
  done: (errors, window) ->
    $ = window.$
    itemdoubleclick = ""
    results = new Array()
    # console.log $("html").html()
    anchors = $("dl").find("a")
    #console.log $
    #
   class Box2DUtility
    constructor: (s) -> @s = s
    m: () -> alert "instance method called: #{@s}"
    @drawWorld: (s) -> new @ s

  Box2DUtility.drawWorld('pancakes').m()


    # console.log(anchors);
    anchors.each (i, e) ->
      url = $(e).attr("href")
      name = $(e).text()
      add_date = $(e).attr("add_date")
      tags = new Array()
      # console.dir $(e).attr("href")
      $(e).parents("dl").each (ii, ee) ->
        folder = $(ee).prev()
        # console.dir folder.text()
        tag = folder.text()
        tags.push tag

      result =
        url: url
        name: name
        add_date: add_date
        tags: tags

      results.push result
    RESULTS = results;
    console.dir results

# console.log RESULTS

from sublime-better-coffeescript.

tiye avatar tiye commented on July 21, 2024

Oh. much better with Pastel Dark Theme now. Thanks.
https://github.com/jdiehl/dark-pastel
So it's the problem the Monokai Theme introduced..

May I asked what font you are using in Sublime Text. It looks slightly clearer than Monaco on my screen.

from sublime-better-coffeescript.

aponxi avatar aponxi commented on July 21, 2024

Monospace is what I use. By the way Twilight is my favorite color scheme. Be sure to try it out!

from sublime-better-coffeescript.

tiye avatar tiye commented on July 21, 2024

@aponxi Yeah, Twilight is much cooler than Monokai, I'm switching to it.

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.