eclipse-windowbuilder / windowbuilder

Eclipse Windowbuilder
https://projects.eclipse.org/projects/tools.windowbuilder
Eclipse Public License 1.0
78 stars 30 forks source link

Set the "Dictionary" preference as part of the Oomph setup #847

Closed ptziegler closed 1 month ago

ptziegler commented 1 month ago

The dictionary for spell-checking is located in org.eclipse.wb.core. When the workspace is created by the Oomph installer, this file should be used to avoid warnings caused by unknown technical terms.

merks commented 1 month ago

FYI,, not that it really matters so much, but if you use ${git.clone.windowbuilder.location/org.eclipse.wb.core/dictionary.txt} the / will be converted to \ on Windows.

ptziegler commented 1 month ago

FYI,, not that it really matters so much, but if you use ${git.clone.windowbuilder.location/org.eclipse.wb.core/dictionary.txt} the / will be converted to \ on Windows.

I suppose it's always good practice to avoid the chance of weird path-delimiter shenanigans. Thank you for your feedback!

merks commented 1 month ago

It looks perfect now. 👍