ui: added description of python errors to error help dialog
This commit is contained in:
@@ -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 />"
|
||||
|
||||
Reference in New Issue
Block a user