Plugin that adds tabs to QtCreator
-
Would someone be so kind to compile the tabbed editor plugin for me? QTC not having editor tabs really drives me nuts for years now.. unluckily I don't have any luck compiling it myself.. QtCreator 3.3 and on Windows..
-
Would someone be so kind to compile the tabbed editor plugin for me? QTC not having editor tabs really drives me nuts for years now.. unluckily I don't have any luck compiling it myself.. QtCreator 3.3 and on Windows..
-
@bernhardberg
Sorry, I cannot do that: I have no Windows box.
However, it could be a good idea to specify which Windows version you are using if you expect someone to do this for you :-)
Not sure a XP build would fit in a Windows 8 Qt Creator...Anyways I can certify the tabbed editor plugin is a major plus to Creator. I use it all day long and could not work without it now.
Hope someone will do this for you :-)
-
@bernhardberg
Sorry, I cannot do that: I have no Windows box.
However, it could be a good idea to specify which Windows version you are using if you expect someone to do this for you :-)
Not sure a XP build would fit in a Windows 8 Qt Creator...Anyways I can certify the tabbed editor plugin is a major plus to Creator. I use it all day long and could not work without it now.
Hope someone will do this for you :-)
-
whoops. It should read Windows 8 ;-) Yeah, as I said I'd really appreciate it if someone could give me a hand on this as I'm stuck on some questionable compile errors with Qt Creator and I actually would like to spend my limited free time on developing my OSS project rather than fix compile errors.. Editor Tabs would be just a very handy productivity enhancement as I think we all spend too much time browsing through open files rather than working..
I really don't get why Qt Creator doesn't support this ootb..
-
whoops. It should read Windows 8 ;-) Yeah, as I said I'd really appreciate it if someone could give me a hand on this as I'm stuck on some questionable compile errors with Qt Creator and I actually would like to spend my limited free time on developing my OSS project rather than fix compile errors.. Editor Tabs would be just a very handy productivity enhancement as I think we all spend too much time browsing through open files rather than working..
I really don't get why Qt Creator doesn't support this ootb..
-
The answer to you last question can be found in Qt Creator FAQ.
In short: they do not want!bq. Why does Qt Creator not use tabs for editors?
This question comes up from time to time, so we have considered it carefully. Here are our main reasons for not using tabs:
Tabs do not scale. They work fine if you have 5 to 6 editors open, they become cumbersome with 10, and if you need more horizontal space than the tab bar, the interface does not work at all.
Tabs do not adapt to your working set.
The common solution is to give the user the ability to reorder tabs. Now user has to manage tabs instead of writing code.
Tabs force you to limit the amount of open editors, because otherwise you get confused.
Consider the following use case: Developers want to switch editors.
In fact, developers do not want to switch editors, but might have to do so to accomplish their tasks. We need to figure out what the tasks are to provide developers with better ways to navigate while performing the tasks.I cannot agree with the last sentence "developpers do not want to switch editors" because YES! I want to switch editors :-).
That's why I put some time time implementing the the tabs restoration from the last session in the tabbed editor plugin.
Why not give the choice to the developper?
If you do not want tabs, do not get the plugin
If you want tabs, install the plugin and use itAnd most IDE's I know are tabbed editors, too!
But this is only my own opinion... :-( -
The answer to you last question can be found in Qt Creator FAQ.
In short: they do not want!bq. Why does Qt Creator not use tabs for editors?
This question comes up from time to time, so we have considered it carefully. Here are our main reasons for not using tabs:
Tabs do not scale. They work fine if you have 5 to 6 editors open, they become cumbersome with 10, and if you need more horizontal space than the tab bar, the interface does not work at all.
Tabs do not adapt to your working set.
The common solution is to give the user the ability to reorder tabs. Now user has to manage tabs instead of writing code.
Tabs force you to limit the amount of open editors, because otherwise you get confused.
Consider the following use case: Developers want to switch editors.
In fact, developers do not want to switch editors, but might have to do so to accomplish their tasks. We need to figure out what the tasks are to provide developers with better ways to navigate while performing the tasks.I cannot agree with the last sentence "developpers do not want to switch editors" because YES! I want to switch editors :-).
That's why I put some time time implementing the the tabs restoration from the last session in the tabbed editor plugin.
Why not give the choice to the developper?
If you do not want tabs, do not get the plugin
If you want tabs, install the plugin and use itAnd most IDE's I know are tabbed editors, too!
But this is only my own opinion... :-( -
Hi, this is old thread but i've been working with another tabbed editor plugin for several months and it does help and is very useful. Having such an option for those who prefer it is not a bad thing, IMHO.
-
@tobias.hunger Absolutely agree with Tobias. I usually arrange Windows' taskbar vertically on the left, so that more of the currently running programs ("tabs") could be visible at a time. So the already existing Qt creator opened documents viewer is far more convenient and as Tobias said space saving.
-
Also I would prefer to have an option to show tabbar only above editor (right side of the projects/outline/etc sidebar).Plugin does not work properly with spitted views. It shows several tabs for the same files in different splits which is confusing, but I don't know a proper solution.
I just wanted to try this, but apparently it no longer works. Upon startup I get an error that dependencies couldn't be resolved: "Core(3.0.0)" and "TextEditor(3.0.0)". Sounds like it just needs to be brought up to date?
Thanks
My Expertise - NFS server provisioning Kubernetes -
@mariakatosvich
it most likely need to be compiled with VS 2013.