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

Enable toggling breakpoints in LSP CEditor #383

Closed
wants to merge 1 commit into from

Conversation

jonahgraham
Copy link
Member

This is an example of where we have somewhat an inversion of dependencies. The existing CDT code assumes it knows about all types of editors at compile time. In this case the LSP C Editor is a new type. However, rather than creating a new extension mechanism here we are simply adding the LSP C Editor to the known list as the LSP C Editor is (or will soon be) part of CDT itself anyway (see #354)

By itself this change doesn't do anything, it needs the change in eclipse-cdt/cdt-lsp#46

Also-by: Gesa HENTSCHKE Gesa.HENTSCHKE@bachmann.info

This is an example of where we have somewhat an inversion of dependencies.
The existing CDT code assumes it knows about all types of editors
at compile time. In this case the LSP C Editor is a new type. However,
rather than creating a new extension mechanism here we are simply
adding the LSP C Editor to the known list as the LSP C Editor
is (or will soon be) part of CDT itself anyway (see #354)

By itself this change doesn't do anything, it needs the
change in eclipse-cdt/cdt-lsp#46

Also-by: Gesa HENTSCHKE <Gesa.HENTSCHKE@bachmann.info>
@jonahgraham
Copy link
Member Author

Pushed to wrong origin. Replaced with #384

@eclipsewebmaster eclipsewebmaster deleted the toggle-breakpoints-in-lsp-c-editor branch April 26, 2023 05:28
@jonahgraham jonahgraham added this to the 11.2.0 milestone Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant