cvfosammmm / Setzer

LaTeX editor written in Python with Gtk
https://www.cvfosammmm.org/setzer/
Other
394 stars 37 forks source link

Added dialog for displaying errors #297

Closed Ethran closed 1 year ago

Ethran commented 1 year ago

When there is a problem with unsupported character in the file path Setzer will now show error message: closes #292

image

Unfortunately, I didn't find any solution how to fix it differently than showing an error.

I'm not sure if it will be correctly translated into different languages. (line 47 in display_errors.py needs to be translated).

cvfosammmm commented 1 year ago

Thanks for the effort. I think https://github.com/cvfosammmm/Setzer/pull/302 has fixed the issue.