Re: A keyboard controlled code editor, how difficult would that be?
Posted by
philippeback on
Sep 22, 2015; 7:52am
URL: https://forum.world.st/A-keyboard-controlled-code-editor-how-difficult-would-that-be-tp4851368p4851454.html
Hi Stephan,
I made it work nicer with the dark theme.
I used a it to do that, and faced a couple issues:
- there was a MNU popping up for some selected thing, I implemented the missing thing by copying it from workspace and it went smooth, autocompletion working.
- the cards aren't picking up changes done elsewhere, nor are they saving the contents back to the system. Ah, I wanted to use it for a lot of coding already! Peter is right, no more picking around when focusing on one interaction.
- I'd love being able to move to the class of the selected card
There is a lot of good stuff in this thing, please push forward!
I've put the code in:
Phil