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 #384

Merged

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 eclipse-cdt#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>
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