Reply 60 of 65, by Yoghoo
- Rank
- Oldbie
cookertron wrote on Today, 16:11:Unfortunately the conventional memory address space is too small to have multiple files as well as large document support, undo/ […]
Yoghoo wrote on Today, 15:42:Nice to see an update. Did a quick test: […]
Nice to see an update. Did a quick test:
- ALT-X for quit is not working (was mentioned earlier as well).
- The left/right keys are not working in in the confirm boxes (Yes/No)
- The replace function does only work from the cursor position. Not for the whole file (when selecting replace all)
- Think it would be nice to do some extra menus. The Edit menu option should at least be split up in a Edit and Search. Also some extra lines in the menu could make it a bit nicer/cleaner.
You're not going to add an option to edit multiple files? If so it's unfortunately not usable for me as I really want the option to compare and copy/paste between files.
Unfortunately the conventional memory address space is too small to have multiple files as well as large document support, undo/redo, cut, copy and paste especially if there are other TSR programs running too. I wouldn't mind creating a 32-bit version with a DOS extender like DOS/4GW to add multiple documents but I'd like to get the get this real-mode version to a place I can say it's done before I move on.
I'll look into those other points you mentioned. Thank you for the feedback 😀
EDIT: Quit shortcut is ALT+Q not ALT-X. Is ALT-X the standard for applications?
On DOS there were a lot of different standards (F7, /, ALT-X and probably ALT-Q as well 😀). But ALT-X is what I saw the most for editors and programming tools like Borland. Also you implemented it earlier already when it was called Notepad as another user also mentioned it. 😉
I personally am not really interested in big file editing in DOS. I rather have 2 or more max 32KB files to edit than 1 big one. But that is just me. I can imagine this can be nice for big log files or so. But for programming that is (IMO) just bad practice. If your project is that big you should split it up in separate libraries/units files etc.