eclipse-platform / eclipse.platform.ui

Eclipse Platform
https://projects.eclipse.org/projects/eclipse.platform
Eclipse Public License 2.0
78 stars 163 forks source link

Spell checking: exclude (language-specific) escape sequences from spell checking. #885

Open MisterScott opened 2 years ago

MisterScott commented 2 years ago

For spell checking, exclude (language-specific) escape sequences from spell checking.

For an example in 'C', \nallocated is marked as misspelled, when it is a followed by correctly spelled "allocated".

Escape sequences will vary by language.

elsazac commented 8 months ago

Looks like the spell checker is implemented by JDT UI