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

Move TabFolderLayout into SWT and set it as a default in TabFolder #1317

Comments

@laeubi
Copy link
Contributor

laeubi commented Jul 3, 2024

Today I debugged some issues with TabFolder and noticed that it at least behaves strange if tabs are added dynamically, after investigate a little bit more I tried to fix it with an own Layout as usual layout mangers (like FillLayout) get sometimes confused as TabFolder has more childs than are actually displayed.

Short after that I noticed that there are already some instances of TabFolderLayout in platform:
grafik

They all seem to be copies of each other (more or less) except the license header and when they where added, I therefore wonder if we should simply add that layout to SWT and even set it by default to TabFolder.

deepika-u added a commit to deepika-u/eclipse.platform.swt that referenced this issue Aug 13, 2024
deepika-u added a commit to deepika-u/eclipse.platform.swt that referenced this issue Aug 13, 2024
deepika-u added a commit to deepika-u/eclipse.platform.swt that referenced this issue Aug 16, 2024
deepika-u added a commit to deepika-u/eclipse.platform.swt that referenced this issue Aug 20, 2024
deepika-u added a commit to deepika-u/eclipse.platform.swt that referenced this issue Sep 2, 2024
deepika-u added a commit to deepika-u/eclipse.platform.swt that referenced this issue Sep 16, 2024
laeubi pushed a commit to deepika-u/eclipse.platform.swt that referenced this issue Sep 17, 2024
deepika-u added a commit to deepika-u/eclipse.platform.swt that referenced this issue Sep 18, 2024
deepika-u added a commit to deepika-u/eclipse.platform.swt that referenced this issue Sep 19, 2024
deepika-u added a commit to deepika-u/eclipse.platform.swt that referenced this issue Sep 19, 2024
deepika-u added a commit to deepika-u/eclipse.platform.swt that referenced this issue Sep 20, 2024
akurtakov pushed a commit to deepika-u/eclipse.platform.swt that referenced this issue Oct 4, 2024
deepika-u added a commit to deepika-u/eclipse.platform that referenced this issue Oct 23, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Oct 24, 2024
Fixes eclipse-platform#1317

Moving TabFolderLayout into SWT. Incorporated review comments.

Fixes eclipse-platform/eclipse.platform.swt#1317
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Oct 24, 2024
Fixes eclipse-platform#1317

Moving TabFolderLayout into SWT. Incorporated review comments.

Fixes eclipse-platform/eclipse.platform.swt#1317
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Oct 24, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Oct 24, 2024
deepika-u added a commit to deepika-u/eclipse.platform that referenced this issue Oct 24, 2024
deepika-u added a commit to deepika-u/eclipse.platform that referenced this issue Oct 24, 2024
deepika-u added a commit to deepika-u/eclipse.platform.ui that referenced this issue Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment