Sayth

Results 13 comments of Sayth

Should we be including the more common methods of using pip easy_install and vitrualenv ?

I would agree. It would be good if elget had a requires options so could choose component set that works. ipython==some_version etc like requirements file.

Yes definitely.

The answer to this is "Run File :set makeprg=python\ % :set autowrite Plus have you considered adding virtualenv to your plugin?

Seems similar to issue 35 https://github.com/senchalabs/cssbeautify/issues/35

My question would be did you start LT from the terminal where an active virtualenv was? LT should then open and use those variables. so if on linux I am...

@kenny-evitt so does that mean that if the next release of LightTable has updated codemirror as was mentioned in the blog that it would still suffer this problem?

@kenny-evitt is this a codemirror error or do we need to define the indentation, I found this answer on SO http://stackoverflow.com/a/15969118/461887 If you want your mode to provide smart indentation...

This is the mode in codemirror http://codemirror.net/mode/python/python.js are the extra codemirror settings defined in LT? http://codemirror.net/doc/manual.html#indentLine

Well indentation works perfectly in LT when typing the code, except for if/else, a lot of editors get that wrong though. It's actually only when running the smart indent does...