5 ms·
What were the features that were most important to you in your text editor? Did you try to build it for multiple types of workflows?
by chambored 6mo ago
What were the features that were most important to you in your text editor? Did you try to build it for multiple types of workflows?
- entaloneralie 6mo agoOne of the first thing I added was Leap keys-type search, I didn't want modes. - Leap keys: https://www.youtube.com/watch?v=o_TlE_U_X3c https://www.youtube.com/watch?v=o_TlE_U_X3c The second was pragma-mark navigation, so I can always see a overview of the codebase. - navbar: https://assets.merveilles.town/media_attachments/files/116/211/615/730/667/426/original/0d3c1cb815166fd3.png https://assets.merveilles.town/media_attachments/files/116/2... I also wanted a local copy buffer specific to the project I work on, so I could easily manage multiple copies of the clipboard data(it's part of how I work).
- chambored 6mo agoI've never seen a leap mode like this. It seems pretty intuitive.