Fork me on GitHub
#proton
<
2016-03-04
>
dvcrn00:03:23

@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.

maksim07:03:25

How can I remap key for reload? I tried

:f {
         :e {
           :R {:title "reload-proton"
             :fx (fn (atom-env/force-reload-package "proton-mode"))
           }
         }
      }  

maksim07:03:43

but I have error is not func

geksilla10:03:08

@maksim: functions not supported currently

geksilla10:03:11

we can register atom command like proton-mode:reload-proton

maksim11:03:25

it will be helpfull, proton should be flexible to customize

maksim12:03:48

@geksilla I checked that problem with html and it is not fixed šŸ˜ž

maksim12:03:11

did you check?

geksilla12:03:22

I've reopened the issue. Will try to figure out

geksilla12:03:02

As I said it works for me. But this is probably because of custom configurations.

geksilla12:03:17

I need to check it on clean install

geksilla12:03:06

are you sure that you use linked version from master?

maksim12:03:51

@geksilla: It is not updated. I removed some bindings from core package locally, then compile and apm install and nothing

maksim12:03:08

-              :R {:title "reload-editor"
-                  :action "window:reload" :dom-target "body"}
-              :c {:title "dev-tools"
-                  :action "window:toggle-dev-tools"}

maksim12:03:22

atom caches package probably

maksim12:03:06

package.json version "0.8.1" and

apm show proton-mode                                                                                                                                                 ī‚² āœ“ ī‚² 14:32:49 04/03/2016
proton-mode
ā”œā”€ā”€ 0.8.0

maksim12:03:57

so, issue may be fixed. I din't test to install from scratch

geksilla15:03:04

Check that package linked

geksilla15:03:24

In ~/.atom/packages

geksilla15:03:32

If you execute apm link from /path/to/cloned/proton/plugin and check packages folder you'll see symlink

geksilla15:03:33

Then reload atom and not proton.

austincrft16:03:38

I'm also getting some linter errors every time I save

austincrft16:03:53

I just disabled the HTML layer right now because of the errors you guys are talking about.