Fork me on GitHub
#proton
<
2016-02-17
>
dvcrn05:02:38

@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

dvcrn05:02:12

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

dvcrn05:02:36

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

geksilla08:02:18

@dvcrn, will take a look.

geksilla08:02:19

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

dvcrn09:02:27

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

geksilla09:02:41

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

dvcrn09:02:51

but vim-mode plus is our default 😛

geksilla09:02:57

let me ping t9md via issue

geksilla09:02:15

yes and this will break default experience

geksilla09:02:06

are you gonna to release new version today?

dvcrn09:02:57

I wanted to

dvcrn10:02:51

well, without it then

geksilla12:02:23

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

geksilla12:02:41

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

dvcrn12:02:45

I just pushed the release 😞

geksilla12:02:36

anyway we need to add those keybindings to core readme )

geksilla12:02:44

after merge

dvcrn12:02:40

is there something wrong with package collection?

geksilla13:02:13

need to check it

geksilla13:02:27

have no idea why it happens

austincrft13:02:21

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

austincrft13:02:04

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.

austincrft13:02:23

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

lucien.knechtli14:02:28

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

dvcrn14:02:56

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

austincrft15:02:29

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

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

austincrft15:02:02

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

austincrft15:02:40

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

dvcrn22:02:05

@austincrft: when do you usually get it?

dvcrn22:02:23

On start up? On file opening?