proton

https://github.com/dvcrn/proton
dvcrn 2016-02-02T01:24:54.000426Z

That's a big gripe I have with atom as well. The indentation is just not that good yet

dvcrn 2016-02-02T02:40:14.000427Z

All right, nuclide stuff is gone - https://github.com/dvcrn/proton/pull/127

dvcrn 2016-02-02T02:55:38.000429Z

@geksilla: I noticed in the javascript layer it associates .js files automatically with javascript (jsx). When it does this, mode keybindings no longer work. Can we change the mode system so it allows multiple languages ?

geksilla 2016-02-02T08:47:26.000430Z

@dvcrn for mode definition we can specify several :atom-scope and :atom-grammars

geksilla 2016-02-02T08:48:09.000431Z

I will take a look

geksilla 2016-02-02T08:53:03.000432Z

do you mean that mode key bindings are absent or just do nothing when executed?

geksilla 2016-02-02T10:25:38.000434Z

Don't know why, but atom hangs for me on linux on the stage when we sync PATH variable

geksilla 2016-02-02T10:27:47.000435Z

worked as well until today

geksilla 2016-02-02T10:28:16.000436Z

Does anyone have similar issue on master branch? Linux/Mac?

geksilla 2016-02-02T11:57:21.000437Z

definitely need to replace shell-path with custom function. Its synchronous call cause atom to hangs sometimes

meow 2016-02-02T13:53:02.000440Z

@tesseract: https://github.com/dvcrn/proton