lunapaint / vscode-luna-paint

A raster image editor extension for VS Code
https://marketplace.visualstudio.com/items?itemName=Tyriar.luna-paint
279 stars 25 forks source link

No Text Input #147

Closed SummittDweller closed 2 years ago

SummittDweller commented 2 years ago

I'm using this wonderful extension on two different Mac computers and in both cases when I select the Text input tool I can draw a text box that's populated with "Lorem ipsum", but I'm unable to change that text, presumably because there is no pop-up editing window like the one I saw at the 1:10 mark in https://www.youtube.com/watch?v=UMqwTfrbqxs.

Tyriar commented 2 years ago

I just tested the latest version on my mac and double click is working 🤔

Could you open devtools (Help > Toggle Developer Tools), go to the console and see if there are any logs when you draw the text and double click?

SummittDweller commented 2 years ago

Thanks for the quick reply, Daniel.

I’m seeing this error in the console just after double-clicking the text box…

ERR Error: Cannot back up in this state: Could not backup file as it's too large at Js.backup (mainThreadCustomEditors.ts:720:9) at processTicksAndRejections (node:internal/process/task_queues:96:5) at async workingCopyBackupTracker.ts:188:21

I tried it with a couple of different images but am getting the same thing for each. Looking for a smaller image, or maybe I’ll try with a new/blank image next.

-Mark M.

SummittDweller commented 2 years ago

I tried this again with a smaller image and the same result EXCEPT there’s no “file too large” errors now.

When I try to double-click in the text box the cursor changes to “move text” on the first click, so it’s as though the second click never gets registered?

-Mark M.

SummittDweller commented 2 years ago

OK, I think I have this solved... my double-click speed was set to "full" so apparently I wasn't able to click it fast enough? I followed guidance from https://mcmw.abilitynet.org.uk/how-to-slow-down-the-mouse-and-trackpad-double-click-speed-in-macos-12-monterey and now the text input box appears as it should. Sorry for the trouble. Hope this issue post might help if others run into the same issue.

I believe this can be closed as resolved. Take care.

Tyriar commented 2 years ago

Interesting glad to hear your figured it out đź‘Ť That logged error is expected currently