Bug 1847
| Summary: | 0.82 still small bugs | ||
|---|---|---|---|
| Product: | Edit | Reporter: | fritz mueller <fritz.mueller@mail.com> |
| Component: | core | Assignee: | edit@freedos.org <edit@freedos.org> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | P2 | ||
| Version: | 0.81 | ||
| Hardware: | PC | ||
| OS: | FreeDOS | ||
| Description: | Opened: 2004-10-26 10:45 |
|---|
------- Comment
#1 From
Bernd Blaauw
2004-10-28 03:22:45
-------
Both bugs are confirmed. interesting case would be opening a file on a full disk, then making changes (increase the filesize at least 512 bytes), and finally try to save the file. I just tested that..it corrupts the existing file. fdconfig.sys 2289 bytes, and after enlarging it, and trying to save it (and a message 'no room on disk', the file is 2048 bytes with timestamp of current time/date.
------- Comment
#2 From
Bernd Blaauw
2004-11-27 11:27:01
-------
try to edit a hidden file.. ECHO DUMMY > TEST.TXT ATTRIB +R TEST.TXT EDIT TEST.TXT The contents isn't shown (file not found probably)
------- Comment
#3 From
Bernd Blaauw
2004-11-29 08:27:22
-------
that should be ATTRIB +H TEST.TXT
------- Comment
#4 From
Eric (EA)
2005-05-01 09:25:05
-------
Test results with EDIT 0.7b: Ctrl-F is not supposed to select "find" at all, so no wonder that it does not work. Editing hidden files does work, though. Did not test the "0 byte file created on full disk" issue.
------- Comment
#5 From
Bernd Blaauw
2005-12-06 22:45:11
-------
(In reply to comment #4) > Test results with EDIT 0.7b: Ctrl-F is not supposed > to select "find" at all, so no wonder that it does > not work. Editing hidden files does work, though. > > Did not test the "0 byte file created on full disk" > issue. > 0.7D release of EDIT checks for diskspace. Which means issues solved. CTRL-F does find. cosmetic issue: [C] hotkey used twice