proton

https://github.com/dvcrn/proton
dvcrn 2016-03-04T00:52:23.000351Z

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

2016-03-04T07:21:07.000352Z

sure

2016-03-04T07:34:25.000353Z

How can I remap key for reload? I tried

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

2016-03-04T07:34:43.000354Z

but I have error is not func

geksilla 2016-03-04T10:10:08.000355Z

@maksim: functions not supported currently

geksilla 2016-03-04T10:11:11.000356Z

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

2016-03-04T11:47:25.000357Z

it will be helpfull, proton should be flexible to customize

2016-03-04T12:00:48.000358Z

@geksilla I checked that problem with html and it is not fixed 😞

2016-03-04T12:01:11.000359Z

did you check?

geksilla 2016-03-04T12:01:22.000360Z

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

geksilla 2016-03-04T12:02:02.000361Z

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

geksilla 2016-03-04T12:02:17.000362Z

I need to check it on clean install

geksilla 2016-03-04T12:03:06.000363Z

are you sure that you use linked version from master?

2016-03-04T12:29:51.000365Z

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

2016-03-04T12:30:08.000366Z

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

2016-03-04T12:30:22.000367Z

atom caches package probably

2016-03-04T12:33:06.000368Z

package.json version "0.8.1" and

apm show proton-mode                                                                                                                                                  ✓  14:32:49 04/03/2016
proton-mode
├── 0.8.0

2016-03-04T12:33:18.000369Z

help me

2016-03-04T12:35:57.000370Z

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

geksilla 2016-03-04T15:10:04.000371Z

Check that package linked

geksilla 2016-03-04T15:10:24.000372Z

In ~/.atom/packages

geksilla 2016-03-04T15:14:32.000373Z

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

geksilla 2016-03-04T15:15:33.000374Z

Then reload atom and not proton.

2016-03-04T16:15:38.000375Z

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

2016-03-04T16:15:53.000376Z

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