@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
Either the pane package is doing something weird or the keybindings are broken
Once we got that one merged + the theme change, I'll push the next release out :simple_smile:
@dvcrn, will take a look.
I tried few packages that move panes but all of them had different issues
@geksilla: should we leave it out for this release?
not sure
as i mentioned in comment on PR it works well with vim-mode but not vim-mode-plus
but vim-mode plus is our default 😛
let me ping t9md via issue
yes and this will break default experience
(((
are you gonna to release new version today?
I wanted to
hrmm
well, without it then
@dvcrn issue caused error vim-mode-plus
+ move-panes
was fixed
if you have a chance to test it also it would be great
I just pushed the release 😞
anyway we need to add those keybindings to core readme )
after merge
https://github.com/dvcrn/proton/issues/140 this one bugs me a lot
is there something wrong with package collection?
need to check it
have no idea why it happens
just updated my local stream and I'm having trouble compiling
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.Hm. Seems like it worked in a new terminal session. Maybe something was hanging on to it. Either way, problem solved.
oooh new release! and it includes keybinds that I was too lazy to make a PR for!
@austincrft: maybe clojure linter? It uses java to execute the clojure jar
How would I go about doing this in my .proton
:
'file-types':
'ex_em_el': 'text.xml'
I can't get this to work["file-types.ex_em_el" "text.xml"]
worked. Keep forgetting I can't have a vector for the properties
@dvcrn: I do keep getting that "java" error when compiling. I was able to get past it once, but not since then.
@austincrft: when do you usually get it?
On start up? On file opening?