Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag and drop of a tab to another window doesn't work #784

Open
andylima opened this issue Feb 18, 2018 · 4 comments
Open

Drag and drop of a tab to another window doesn't work #784

andylima opened this issue Feb 18, 2018 · 4 comments
Labels
 matter issues caused by bugs by Apple request feature requests from users

Comments

@andylima
Copy link

andylima commented Feb 18, 2018

Yes, drag and drop of a tab to another window doesn't work… It only works to make the tab become a new window.

…So (it seems) we can't have two windows with tabs. Not easily at least.

I need to have several files open at the same time… This drag & drop to another (existing) window would allow me to have say, 3 windows, with several tabs efficiently organized.

(This drag & drop to another existing window is supported in many tab-based apps.)

@1024jp
Copy link
Member

1024jp commented Feb 21, 2018

I also believe that's a natural behavior.
However, unfortunately, the Apple's tabbing window implementation, which CotEditor depends on, supplies only minimal APIs to 3rd developers; and therefore, it seems impossible at the moment.
I'll look into documents and codes later again, but I'm doubting if it's possible.

The single way, I can currently suggest is to drag tabs into tab area of another window. then you can combine multiple windows into a single with tabs.

@1024jp 1024jp added the request feature requests from users label Feb 21, 2018
@andylima
Copy link
Author

andylima commented Feb 21, 2018

The single way, I can currently suggest is to drag tabs into tab area of another window.
then you can combine multiple windows into a single with tabs.

Oh, so the problem is no tab area in a single-document window?

Then maybe we could have the option of always showing the tab bar?… A new preference setting for this? This would solve the problem.

@1024jp
Copy link
Member

1024jp commented Feb 21, 2018

You can make tab area always visible by setting View > "Show Tab Bar" ("Hide Tab Bar" in the screenshot) in the menu.

screen shot 2018-02-21 at 8 19 16 pm

@andylima
Copy link
Author

View > "Show Tab Bar"

Aha! And new windows get it too. Very good!

Thank you!

@1024jp 1024jp added the  matter issues caused by bugs by Apple label Dec 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
 matter issues caused by bugs by Apple request feature requests from users
Development

No branches or pull requests

2 participants