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

Update Main Tab for Core Build local launch configurations. #940

Merged
merged 2 commits into from
Nov 27, 2024

Commits on Nov 21, 2024

  1. Updated Main Tab for Core Build local launch configurations.

    A new Main Tab was created for Core Build local projects based on the Main
    Tab used for the classic Managed Build projects. It adds these
    features:
    
    * Option to select a different binary.
    * Option to control launch pre-builds.
    
    The default value for the binary is empty string. With empty string
    the behaviour for binary selection stays the same as it was.
    
    The project name is fixed and cannot be changed. A Core Build launch
    configuration is created with the project and tied to it.
    
    There is no option to select a build configuration, because for Core
    Build projects this is selected via the LaunchBar's Launch Mode.
    
    This change relates to eclipse-cdt#758. It affects all Core Build projects,
    including CMake projects.
    ewaterlander committed Nov 21, 2024
    Configuration menu
    Copy the full SHA
    716d49d View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Restore CoreBuildMainTab

    * Restored class CoreBuildMainTab, because it is used by others.
      Created a new class CoreBuildMainTab2.
    * Initialize CMainTab2.fDontCheckProgram.
    ewaterlander committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    35afca9 View commit details
    Browse the repository at this point in the history