Hacker News new | ask | show | jobs
by i_cannot_hack 5051 days ago
I don't have a github account, but since I noticed the creator reads the comments here I'll report some quick bugs I found:

1. Closing parentheses do not work in table mode, the key combination for ")" on my Swedish keyboard produces a "(" instead. (this has already been reported on github)

2. When I was asked to type in "(+ 4 5)" in the scratch during the tutorial, pressing the spacebar without any modifier keys did not register as a keypress. I had to press shift+spacebar to separate the numbers and complete the task.

3. The window displaying all shortcuts (accessed from the bottom right corner) cannot be closed. I had to restart Light Table for it to disappear so that I could continue coding.

1 comments

1. yeah, I didn't think about international keyboards. I'll have to come up with something there.

2. just pushed a fix for that

3. Click anywhere outside the box and it'll close. I'll make that more explicit :)

Yeah, I realized I had probably missed something when it came to closing the window. Strange how I never managed to click outside the box, considering how much else I tried (pressing esc, clicking inside the box, opening the menu, etc.) :)

But I forgot to say how much I love the editor already. Can't wait for the final version!