|
|
|
|
|
by quietbritishjim
1343 days ago
|
|
Notepad opens files using memory mapping, so an alternative might be to open the same file also using memory mapping, and then you have shared memory directly with notepad. Except, that would mean notepad updates the display as the file changes, and I didn't think it did that. So I think I've got something wrong. |
|