Details
-
Suggestion
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 1.3.83 (2.0.0-beta)
-
None
-
RedHat 4 based Linux
-
23ba1ea23ecbe0c4bc7cfb2fa31623d67a7d8848
Description
If file changes outside from Qt Creator, Qt Creator shows "File changed" popup window, which contains text
"The file
/a/b/c/d/e/f/g/h/i/j/k/l/m/n/o/p/r/s/t/u/v/w/x/z/file.c
has changed outside Qt Creator. Do you want to reload it?"
Problem is, that when this directory name is very long, you can not see which file it says. Maybe to divide directory to two lines,
"The file
/a/b/c/d/e/f/g/h/i/j/k/l/m/
n/o/p/r/s/t/u/v/w/x/z/file.c
has changed outside Qt Creator. Do you want to reload it?"
Or something like that??