Bugs item #1037579, was opened at 2004-09-30 18:05
Message generated for change (Comment added) made by mhammond
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037579&group_id=78018
Category: pythonwin
Group: None
Status: Open
Resolution: None
>Priority: 5
Submitted By: Robert Kiendl (kxroberto)
Assigned to: Nobody/Anonymous (nobody)
Summary: Often doesn't see absolute identity of path of edited files
Initial Comment:
Often after some programming session I have multiple
instances of an edited file in the windows list with
little differences in file name: Upper/lower case
differences, "programme/xy..." & "progra~1/xy" differences
somehow PythonWin doesn't see the identity of those
files. PyWin should maybe use
os.path.normcase(os.path.normpath(os.path.abspath(x)))
somewhere in the framework code ?
I rare cases edited code gets lost. But most times the
auto-reload feature prevents more severe losses (unless
I disable auto-reaload !)
Robert
----------------------------------------------------------------------
>Comment By: Mark Hammond (mhammond)
Date: 2004-10-08 16:30
Message:
Logged In: YES
user_id=14198
Can you please tell me how to reproduce this - I can not.
Whatever case I use to open the file, I never get the same
file opened twice.
I can reproduce the problem with "progra~1"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1037579&group_id=78018
|