Dave Schuyler

Results 93 comments of Dave Schuyler

I've been considering alternative UIs. I realize it's common to display a suggestion pop-up, but I'd like to explore whether there's a better way. What about displaying suggestions in a...

Last I checked bookmarks functioned, but the experience using them is poor. I was hoping to make F2 goto next bookmark, shift+F2 goto prior bookmark, ctrl+F2 to set bookmark, and...

It seems like this happens in GUI editors iff the cursor is on the first column. So on the first column it seems like a feature. If the cursor is...

I've got some work-in-progress on a multi-line Find UI, but it lead me into a rabbit hole. I need to revisit it. [Here are some notes from ci_edit/design/find. I'm sorry...

Thanks for asking. Here's what I just tried (to check whether it's working for me) On OSX: 1. `we file_name` 2. type "one" (or any text), ctrl+s, ctrl+q 3. reopen...

I've made some progress in ci_edit/app/unit_test_application.py

The new feature to format python files needs unit tests.

It would be great to get an event when we lose/gain focus in the terminal. I haven't found that yet (don't know if it's available). Help wanted finding how to...

Ah, the blinking happens with the terminal (we don't blink the cursor). I've considered blinking/controlling the cursor more, but haven't done it. The background thread alerts the main thread to...

Something to try (I can't really look into this deeply right now, but I can later tonight): Rather than trying to talk to the main thread, put a message into...