@maksim: I'm not a ruby guy but added the layer to make ruby work better. That plugin seemed to do a good job in doing that but please feel free to send a pr if you have something better.
sure
How can I remap key for reload? I tried
:f {
:e {
:R {:title "reload-proton"
:fx (fn (atom-env/force-reload-package "proton-mode"))
}
}
}
but I have error is not func
@maksim: functions not supported currently
we can register atom command like proton-mode:reload-proton
it will be helpfull, proton should be flexible to customize
@geksilla I checked that problem with html and it is not fixed 😞
did you check?
I've reopened the issue. Will try to figure out
As I said it works for me. But this is probably because of custom configurations.
I need to check it on clean install
are you sure that you use linked version from master?
@geksilla: It is not updated. I removed some bindings from core package locally, then compile and apm install
and nothing
- :R {:title "reload-editor"
- :action "window:reload" :dom-target "body"}
- :c {:title "dev-tools"
- :action "window:toggle-dev-tools"}
atom caches package probably
package.json version "0.8.1" and
apm show proton-mode  ✓  14:32:49 04/03/2016
proton-mode
├── 0.8.0
help me
so, issue may be fixed. I din't test to install from scratch
Check that package linked
In ~/.atom/packages
If you execute apm link from /path/to/cloned/proton/plugin and check packages folder you'll see symlink
Then reload atom and not proton.
I'm also getting some linter errors every time I save
I just disabled the HTML layer right now because of the errors you guys are talking about.