Would it be possible to enable us to be able to reposition the tabs in the editor?
If I have a number of code windows open at the same time, it would be really useful to be able to drag them into a different order. See the text editor "NoteTab" for an example of this
Is this being implemented? It would be a great, useful feature
Especially if you are managing multiple projects in PureBasic, I'd like to open a file and then position over where related files are.
That would be a great feature too But still not the same. I'd like to have similar program files next to eachother. Or what about a project option and then have a dropdown box. Depending on what project you select from the dropdown the respective files are shown.
The standard API does not provide a way to do this (at least on Windows), and implementing it manually is quite some work especially if it should work properly on the range of Windows versions that PB supports with themes on/of etc etc. The bottom line is, we have our hands full and this feature simply isn't enough of a priority to be worth the hassle.
>> The standard API does not provide a way to do this
if not by drag'n'drop, you could at least have two menu entries for "shift current source right" and "...left", so one can put two icons in the toolbar that do the same as the "up" and "down" buttons in the dialog but are quicker to access.