I´m used to the way PB7 loaded BAS files. It always remembered which files I had opened in the previous session and if I called the editor, it will automatically load of the BAS, INC, RC files I was working on. So far, so good.
I have lots of BAS files which I use dayly and they are not related at all. So when I click on the file, it opens the editor and gets loaded. Only that one file. No other previous or concurrent files are loaded.
The editor automatically erased all the other files I was working on previously. Moreover, if I needed to open another BAS file using yet another instance of the editor, it was loaded alone. No other files loaded.
In PB9 things are quite different. The editor ALLWAYS loads all the files I was or am working on. In no time I end up with a lot files files loaded in the editor, even so I don´t want them up. It does not matter if I load the file by clicking on it or if I load it using a new instance of the editor.
For me this is really annoying and it makes my work harder.
I´ve tried changing the options for the editor to no avail.
If there some configuration am I missing?.
And if not, could this be put as an option in the next update?
--------------------------------
Is there an option to close the output window? It is great to have an option that sends the output to a msgbox, but it is the same information that shows in the output window. It would be great to close it. It gives more space for the code.
I have lots of BAS files which I use dayly and they are not related at all. So when I click on the file, it opens the editor and gets loaded. Only that one file. No other previous or concurrent files are loaded.
The editor automatically erased all the other files I was working on previously. Moreover, if I needed to open another BAS file using yet another instance of the editor, it was loaded alone. No other files loaded.
In PB9 things are quite different. The editor ALLWAYS loads all the files I was or am working on. In no time I end up with a lot files files loaded in the editor, even so I don´t want them up. It does not matter if I load the file by clicking on it or if I load it using a new instance of the editor.
For me this is really annoying and it makes my work harder.
I´ve tried changing the options for the editor to no avail.
If there some configuration am I missing?.
And if not, could this be put as an option in the next update?
--------------------------------
Is there an option to close the output window? It is great to have an option that sends the output to a msgbox, but it is the same information that shows in the output window. It would be great to close it. It gives more space for the code.
Comment