h7qvnk7q001@sneakemail.co Guest
|
Posted: Wed Aug 24, 2005 10:26 pm Post subject: D7 - New Edit Window instance numbering? |
|
|
When I use the IDE of Delphi 7 Pro, I often create another view into
the same source file with the "New Edit Window" function on the
context menu of the files tab in the editor.
The first time I open a new window in a project, it is titled
MyFile.pas:2.
When I close and re-start the IDE, the secondary window is gone. It
is not on the main Window menu. When I re-open the secondary window
with the "New Edit Window" function, it is now MyFile.pas:3.
Every time I start the IDE and open a secondary window, the instance
number is incremented.
This is not a big deal, but it makes me wonder if I'm missing some
technique to bring back the previously opened windows? Obviously, the
IDE is keeping track. Why would they maintain window numbering
between sessions if every IDE session is a "fresh start" as far as
multiple edit windows are concerned?
|
|