Opened 9 years ago
Closed 9 years ago
#593 closed defect (fixed)
Padre handles directory seperator different in the recent files dialog
Reported by: | getty | Owned by: | getty |
---|---|---|---|
Priority: | trivial | Milestone: | |
Component: | editor | Version: | 0.46 |
Keywords: | Cc: |
Description
I dont know how exactly i made it possible, but i got a specific files 2 times in the recent files dialog, one time with "/" and one time with "\" directory seperator, under windows. I used the padre windows installer.
Attachments (2)
Change History (10)
Changed 9 years ago by getty
comment:1 Changed 9 years ago by Sewi
- Owner set to Sewi
- Status changed from new to accepted
They are two different filenames (they are not equal) even if windows let them point to the same file.
Probably the same: Open a file once with all lowercase and the second time with some uppercase letters - I guess that you'll also see it twice.
comment:2 Changed 9 years ago by Sewi
comment:3 Changed 9 years ago by getty
- Owner changed from Sewi to getty
- Status changed from accepted to assigned
i made a fix for that problem, i will assign a patch next or find someone for the commit bit ;)
comment:4 Changed 9 years ago by getty
- Status changed from assigned to accepted
comment:5 Changed 9 years ago by getty
- Resolution set to fixed
- Status changed from accepted to closed
the attached patch fixes the case problem
comment:6 Changed 9 years ago by azawawi
- Resolution fixed deleted
- Status changed from closed to reopened
comment:7 Changed 9 years ago by azawawi
Thanks for your patch. Getty++
We will use 'Win32::API' instead of 'Win32' to avoid an extra dependency.
comment:8 Changed 9 years ago by azawawi
- Resolution set to fixed
- Status changed from reopened to closed
Fixed in r8138
here you can see both files