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

Added dynamic tab alignment support in MultiPageEditorPart #2224

Merged

Commits on Oct 31, 2024

  1. Added dynamic tab alignment support in MultiPageEditorPart

    - Added a new preference for multi-page editor tab alignment.
    - Added a preference change listener to MultiPageEditorPart.
    - Updated tab style based on the user's preference.
    praveen-skp authored and BeckerWdf committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    9e0819d View commit details
    Browse the repository at this point in the history
  2. Incorporated the review comments

    - Changed the check box to drop down with Top and Bottom options
    - Made the private methods protected
    - Converted the preference store value from boolean to int and storing
    the SWT value of the selection directly
    praveen-skp authored and BeckerWdf committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    fcc76b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e123d4 View commit details
    Browse the repository at this point in the history