I posted this demo about 7 years ago, have slightly modernised it and built it with PBWIN10. It will do most of the things you would expect from a plain editor.
1. Will open files in excess of 100 meg.
2. Bi-directions search and replace.
3. Go to line number.
4. Select all.
5. Full drag and drop between instances.
6. A single window interface with multiple instance support (new window opens new instance).
7. Multi-level Undo - Redo.
On the down side, it could do with separate threads for both file load and file save when dealing with very big files. It will not win any beauty contests but its reasonably small and its truly fast.
It is close to pure API code and while its not partitularly consumer friendly, its a reasonable example of writing a small application in API based PB.
1. Will open files in excess of 100 meg.
2. Bi-directions search and replace.
3. Go to line number.
4. Select all.
5. Full drag and drop between instances.
6. A single window interface with multiple instance support (new window opens new instance).
7. Multi-level Undo - Redo.
On the down side, it could do with separate threads for both file load and file save when dealing with very big files. It will not win any beauty contests but its reasonably small and its truly fast.
It is close to pure API code and while its not partitularly consumer friendly, its a reasonable example of writing a small application in API based PB.
Comment