Spencer Lyon
Spencer Lyon
So I think you are on the right track here, but weren't able to come up with the right example because we don't currently support config options per layer. (The...
@dvcrn thanks for the ping. @swt30 it would be great to have this updated!
One concern is that tool-bar is an optional part of juno. I personally don't use it. If we do decide to add it to the layer I think it should...
I agree that uber-juno should not be included in the layer. I don't think I was very clear earlier in my tool-bar comment. What I meant is that the tool-bar...
I like this, but I think that I would like it even more if the numbers were a bit more subtle. Right now the current UI is pretty "slick" and...
Would there be potential issues with co-dependencies (e.g. trying to grab linter-pep8, linter-clojure, and linter all at the same time)?
I have this in my `~/.proton` ```clojure ["editor.tabLength" 2 {:scopeSelector [".source.ruby" ".source.coffee" ".text.tex" ".source.cpp", ".text.html"]}] ``` which ends up like this in my `~/.atom/config.cson` ``` ".coffee.source": editor: tabLength: 2 ".cpp.source":...
docs here: https://github.com/dvcrn/proton/blob/4e84a9c6b172928985b0f9b32aa15bd3e6a21c5c/MANUAL.md#syntax-specific-configuration
Yeah I'm not an SVG expert by any means, but I think you are right -- just xml. I looked around a bit and couldn't find much in the Julia...
Any update on this? Does anyone have a working example of using callbacks to emulate the events functionality of Matlab?