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 workbench running check in ColorManager to prevent SWT errors when headless #1487

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Nov 19, 2024

  1. Move workbench running check in ColorManager to prevent SWT errors wh…

    …en headless
    
    This change adjusts the check added for Eclipze bugzilla 546205 ticket.
    The check for running workbench is now done at the start of ColorManager.initializeDefaults(),
    to prevent the creation of an SWT Display object when in headless mode.
    
    See: https://bugs.eclipse.org/bugs//show_bug.cgi?id=546205
    
    Fixes: eclipse-pde#1486
    trancexpress committed Nov 19, 2024
    Configuration menu
    Copy the full SHA
    7665c9e View commit details
    Browse the repository at this point in the history