eclipse-cdt / cdt-lsp

Eclipse CDT™ LSP Extensions for CDT
Eclipse Public License 2.0
23 stars 11 forks source link

[#320] prevent possible NPE in isFileOpenedInLspEditor #321

Closed ghentschke closed 1 month ago

ghentschke commented 1 month ago

getEditor can return null.

may be a fix for #320

jonahgraham commented 1 month ago

I am going to contribute the build that contains this change as the contribution to 2024-06 M3 - this will allow consumers to test it as part of the IDE later this week more easily

ghentschke commented 1 month ago

Yes, that's a good idea!