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

Allow to add Customize the UI of Debug.UI's WorkingDirectoryBlock #1579

Open
azoitl opened this issue Oct 4, 2024 · 0 comments
Open

Allow to add Customize the UI of Debug.UI's WorkingDirectoryBlock #1579

azoitl opened this issue Oct 4, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@azoitl
Copy link

azoitl commented Oct 4, 2024

As part of

the WorkingDirectoryBlock was mad public API so that the code in this class does not have to copied around.

The main task of this code is to provide a launch configuration tab for setting the working directory for a launch configuration. This is very handy for many different launch configurations.

However in its current form it will provide a tab with only one main widget for setting the working directory. A typical use case for this abstract base class would be to add more widgets for specific launch configurations. However this is currently not possible as the createControl() is final.

I would like to propose to remove the final from createControl(). As this would give users of that class the flexibility to add widgets before and after the working directory widgets.

If this proposal is accepted I'm happy to provide the according PR for it.

@azoitl azoitl added the enhancement New feature or request label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant