Fork me on GitHub
#calva
<
2020-08-19
>
pez06:08:07

Dear Calva-friends: @brandon.ringe is on fire, fixing issues, docs, adding features, and generally increasing the quality and value of Calva. Please join me in helping him by installing the VSIX builds he posts and/or puling down his changes and running Calva in dev mode with them. We all benefit from catching mistakes at this stage rather than sending them out for the general user base to find. Thanks in advance! ❤️

9
calva 6
❤️ 6
Maksim Glebov08:08:13

I've tested the VSIX a little bit and it works great for me! Very nice to have this annoying bug finally fixed :thumbsup: My only concern is about new logic behind opening the output window, which was introduced in the last release. Now there is a check in a code if the output window is active already. It works ok most of the time, but sometimes it leads to a strange behaviour. For example, if I have two tabs opened (the output + regular file) and I close the output window first and regular file second, the last value of the outputWindowActive flag is False, so I can use the shortcut to open the output again. But if I close windows in reverse order, the flag becomes True (because the output was the last to close and there was no extra tabs to get focus and overwrite the flag). So in this case the shortcut does not work.

pez10:08:01

Interesting. To me it seems like a check we don't need to do. But I haven't thought it through, actually.

bringe16:08:40

I think we may need to set that context to false in onDidCloseTextDocument if it's the output doc

bringe16:08:34

Thanks for the feedback and trying it out

bringe17:08:56

Actually that event did not fire for some reason, so had to use onDidChangeVisibleTextEditors and check if one is the results doc, and if not set the context to false. Made this change on the branch and merged to dev

👍 3
bringe18:08:58

Hey Calva friends! I've been on the fix train lately 🚅. Just released version 2.0.121 with the following fixes. Also thanks to @glebovmaksim for fixing the backspace issue with the output window. This version contains: • Fix: https://github.com/BetterThanTomorrow/calva/issues/636 • Fix: https://github.com/BetterThanTomorrow/calva/issues/600 • Fix: https://github.com/BetterThanTomorrow/calva/issues/700 • Fix: https://github.com/BetterThanTomorrow/calva/issues/753

aw_yeah 9
👍 12
pez19:08:04

Calva friends: I am proud to be the first Github sponsor of @brandon.ringe’s Calva work! https://github.com/sponsors/bpringe Please join me.

❤️ 3
🎉 6
pez19:08:32

I just realized that this mean we should add me as a sponsor to Calva's README. Haha. I guess I have been a sponsor for a while, so it is about time. 😃

3
dhodnett22:08:22

+1 done

❤️ 6
bringe19:08:48

Thanks so much @pez! I'm excited to continue improving Calva with you and the others who help with testing, issues, and PRs.

hoppy20:08:45

#2

calva 6
💯 6
bringe21:08:59

Thanks so much!

hoppy00:08:55

absolutely keep up the great work.

👍 3