Matthew Schweiss
Matthew Schweiss
After much revision, found a way to deal with this that solves the issue. The issue was text is added using `_insert_mode` in `cursor_widget.py` if we are executing . The...
At this point, the issue is solved, and all test cases pass, but I have one last edge case I want to chase down before removing the draft tag.
Added fix for an edge case where switching between printing before the prompt, and printing after the prompt caused the `self._prompt_sep` to be printed in the wrong position. All tests...
So if you run the following code fragment, you can hang the GUI, and it prints the error `QTextCursor::setPosition: Position '429' out of range` This occurs on the main branch...
So I've confirmed this is a separate issue that doesn't require any changes to this PR. I tried a fix for this, but it that fix actually broke like it...
@ccordoba12 Thoughts?
Merged in main and made format changes. None of the changes in main look like they impact this code directly. Appreciate you guys taking a look at this. As for...