ui: added description of python errors to error help dialog

This commit is contained in:
mlangkabel
2019-05-20 11:32:34 +02:00
parent cf45e99505
commit bcef315789
+1
View File
@@ -114,6 +114,7 @@ void QtErrorView::initView()
"<ul>"
"<li><b>C/C++</b> error messages are generated by the <b>clang compiler frontend</b>.</li>"
"<li><b>Java</b> error messages are generated by the <b>Eclipse JDT library</b>.</li>"
"<li><b>Python</b> error messages are generated by the <b>Jedi static analysis library</b>.</li>"
"</ul>"
"You should be able to find information about errors you are not familiar with online. <b>Double click</b> "
"an error message in the table to select it for <b>copying</b>.<br />"