aaxu
aaxu
Working on this. Should have a working implementation done sometime this week.
What do you think about making bookmarks part of history? I'm thinking that it will be saved when user history is saved (so when the user saves the file with...
We could also just say that the cursor was technically on that line, so our implementation just thinks that that line is part of the bookmark. The only issue we...
Currently working on this.
Wow that's a lot of options. It sounds complicated and I'm not sure if it'll make the bar really convoluted and cause a steep learning curve, but it's nice if...
Working on this by creating a background thread that will periodically poll. Not too sure about how often I should let it poll.. I was thinking maybe 2-3 seconds since...
I've been playing around with a few different tools. There is a python library called `watchdog` that creates an object and will fire a callback function if it detects a...
So I got a quick implementation done, but I ran into some issues. It seems that all the windows (TopInfo, StatusLine, MessageLine, etc.) are managed by the main thread. My...
How does the program make the cursor blink? I'm trying to find it in the code, but I can't seem to find it. From what I can tell, the background...
Hmm.. then do you know of a way to refresh the screen? My background thread is trying to re-render it, (tried calling the CiProgram and InputWindow's `render` method, and topInfo's...