thaolt / qscite

Automatically exported from code.google.com/p/qscite
GNU General Public License v2.0
0 stars 0 forks source link

File has wrong filename after a different file is closed #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Open QSciTE.  A new file is automatically created.
2. Open a file.  The file should open in a different tab.
3. Change tabs back to the new document and close it.

What is the expected output? What do you see instead?
Expected: The new file should close, leaving only the opened file.

Actual: The new file is closed, leaving the opened file, however, the name
of the file is now "Untitled" instead of whatever the filename should be.

Original issue reported on code.google.com by jpsut...@gmail.com on 12 Feb 2008 at 7:13

GoogleCodeExporter commented 8 years ago
I noticed that the correct name appeared when I tabbed away from the "Untitled" 
file
and back.
Doing a changeTabs() in closeFile() causes the correct name to appear 
immediately.
Fixed as of Revision 7.

Original comment by bfrobin...@gmail.com on 12 Feb 2008 at 8:55