Closed simonsteele closed 9 years ago
Comment #1 originally posted by simonsteele on 2008-03-16T22:13:58.000Z:
Migrated From: http://sourceforge.net/tracker/index.php? func=detail&aid=1844725&group_id=45545&atid=443221
Comment #2 originally posted by simonsteele on 2008-03-24T20:34:54.000Z:
<empty>
Comment #3 originally posted by simonsteele on 2008-06-09T21:46:21.000Z:
Only thing remaining is some UI for caret stuff
Comment #4 originally posted by simonsteele on 2008-07-30T22:14:19.000Z:
Now done, thanks!
Original issue 2 created by simonsteele on 2008-03-10T13:43:47.000Z:
Fixes contributed by Jarek Bartkowiak:
I only managed to do minor modifications that preserve selected file (CMainFrame::WorkspaceChildCloseNotify() method in mainfrm.cpp). To solve this problem one should modify 'pnws' file format (add 'selected file' attribute) and change method that gets open documents list. The problem is that this method call Win32 EnumChildWindows function that enumerates windows in its Z order (not the true order of the document windows).