eclipse / chemclipse

ChemClipse Project
Eclipse Public License 1.0
36 stars 18 forks source link

WiP #1796 - Header part shows no data and crashes #1797

Closed eselmeister closed 3 months ago

eselmeister commented 3 months ago

An option has been added to use the rich or plain text editor. Additionally, a check could be added to test if WebKit is available on the system.

Mailaender commented 3 months ago

Instead of yet another checkbox, it might be better to just display the error message of the SWTError in the control or in the feedback tab. Otherwise, you have to default to plain text editor to avoid the crash.

eselmeister commented 3 months ago

By default, a plain text editor displays the data now. If the user likes to activate the RTF editor, then on demand. It's a way to ensure, that the header data is displayed on platforms where WebKit is not available.