aaxu
aaxu
@dschuyler are we moving away from using the Window.hide() function now? I see that there is now an `assert False` at the beginning of it.
I actually have a question regarding the format of the program. From what I understand, inputWindow is everything we see on the screen when we start up the program. This...
Oh what I meant was just that I thought it would have been better to have all the painting and layering done by the programWindow and not the inputWindow as...
Also, what do you think about making some variables global, or adding a reference to the programWindow to all windows when initialized. I find that if I want to get...
Would we have one inputWindow per file open / per view of a file open? I think this would make supporting multiple files easier since we wouldnt have to worry...
Right, so for right now, should we look towards refactoring a bit to support this paradigm? If we are going to change the hierarchy and relationships between windows, it would...
Yes that's the paradigm I'm following. I'm trying to work a bit on refactoring this. Is a `view` just the name for what an object calls the Window object that...
I found one bug in particular, where if you make a bookmark, then erase enough lines so that the number of lines is less than the position of the bookmark,...
Do you mean something similar to google docs? Is this only going to be sharing one file across multiple people for concurrent edits? If so, it seems like this would...