I updated cvs.
Next up, some bugreports from Franz, plus I want to switch from DrFrame.homedirectory to the user's homedirectory for the filedialog.
I alos want to play with multiple document views. That would be really useful.
I'll be gone for a bit though.
One small thing for the save all: After saving all, it should jump back to the last active document:
I would: def OnSaveAll(self, event): ->olddocpos = self.docPosition .... [end] ->self.setDocumentTo(olddocpos)
Log in to post a comment.
I updated cvs.
Next up, some bugreports from Franz, plus I want to switch from DrFrame.homedirectory to the user's homedirectory for the filedialog.
I alos want to play with multiple document views.
That would be really useful.
I'll be gone for a bit though.
One small thing for the save all:
After saving all, it should jump back to the last active
document:
I would:
def OnSaveAll(self, event):
->olddocpos = self.docPosition
....
[end]
->self.setDocumentTo(olddocpos)