proton

https://github.com/dvcrn/proton
dvcrn 2016-02-17T05:53:38.000217Z

@geksilla: can you take a look at https://github.com/dvcrn/proton/pull/144? I tested it and can't seem to figure out what it's supposed to do

dvcrn 2016-02-17T05:54:12.000220Z

Either the pane package is doing something weird or the keybindings are broken

dvcrn 2016-02-17T05:55:36.000221Z

Once we got that one merged + the theme change, I'll push the next release out :simple_smile:

geksilla 2016-02-17T08:53:18.000222Z

@dvcrn, will take a look.

geksilla 2016-02-17T08:54:19.000223Z

I tried few packages that move panes but all of them had different issues

dvcrn 2016-02-17T09:40:27.000224Z

@geksilla: should we leave it out for this release?

geksilla 2016-02-17T09:41:22.000225Z

not sure

geksilla 2016-02-17T09:41:41.000226Z

as i mentioned in comment on PR it works well with vim-mode but not vim-mode-plus

dvcrn 2016-02-17T09:41:51.000227Z

but vim-mode plus is our default 😛

geksilla 2016-02-17T09:41:57.000228Z

let me ping t9md via issue

geksilla 2016-02-17T09:42:15.000229Z

yes and this will break default experience

geksilla 2016-02-17T09:42:16.000230Z

(((

geksilla 2016-02-17T09:43:06.000231Z

are you gonna to release new version today?

dvcrn 2016-02-17T09:49:57.000233Z

I wanted to

geksilla 2016-02-17T09:55:17.000234Z

https://github.com/t9md/atom-vim-mode-plus/issues/98

dvcrn 2016-02-17T10:29:45.000236Z

hrmm

dvcrn 2016-02-17T10:29:51.000237Z

well, without it then

geksilla 2016-02-17T12:38:23.000238Z

@dvcrn issue caused error vim-mode-plus + move-panes was fixed

geksilla 2016-02-17T12:38:41.000239Z

if you have a chance to test it also it would be great

dvcrn 2016-02-17T12:38:45.000241Z

I just pushed the release 😞

geksilla 2016-02-17T12:40:36.000243Z

anyway we need to add those keybindings to core readme )

geksilla 2016-02-17T12:40:44.000244Z

after merge

dvcrn 2016-02-17T12:45:30.000245Z

https://github.com/dvcrn/proton/issues/140 this one bugs me a lot

dvcrn 2016-02-17T12:45:40.000247Z

is there something wrong with package collection?

geksilla 2016-02-17T13:10:13.000248Z

need to check it

geksilla 2016-02-17T13:10:27.000249Z

have no idea why it happens

2016-02-17T13:33:21.000250Z

just updated my local stream and I'm having trouble compiling

2016-02-17T13:34:04.000251Z

java.io.IOException: Cannot run program "java" (in directory "C:\src\proton"): CreateProcess error=5, Access is denied
Any idea why java wouldn't be able to execute? I can run it from the terminal.

2016-02-17T13:35:23.000252Z

Hm. Seems like it worked in a new terminal session. Maybe something was hanging on to it. Either way, problem solved.

lucien.knechtli 2016-02-17T14:57:28.000253Z

oooh new release! and it includes keybinds that I was too lazy to make a PR for!

dvcrn 2016-02-17T14:57:56.000254Z

@austincrft: maybe clojure linter? It uses java to execute the clojure jar

2016-02-17T15:29:29.000255Z

How would I go about doing this in my .proton:

'file-types':
  'ex_em_el': 'text.xml'
I can't get this to work

2016-02-17T15:32:02.000256Z

["file-types.ex_em_el" "text.xml"] worked. Keep forgetting I can't have a vector for the properties

2016-02-17T15:45:40.000257Z

@dvcrn: I do keep getting that "java" error when compiling. I was able to get past it once, but not since then.

dvcrn 2016-02-17T22:43:05.000258Z

@austincrft: when do you usually get it?

dvcrn 2016-02-17T22:43:23.000259Z

On start up? On file opening?