ui: Show error in errors table when clicked in code view

bug id = 323
This commit is contained in:
Eberhard Graether
2017-01-27 14:04:55 +01:00
parent 7ee9624217
commit b659b2ac34
3 changed files with 31 additions and 8 deletions
+1
View File
@@ -145,6 +145,7 @@ private:
std::vector<const Annotation*> getInteractiveAnnotationsForPosition(int pos) const;
void activateTokenLocations(const std::vector<const Annotation*>& annotations);
void activateLocalSymbols(const std::vector<const Annotation*>& annotations);
void activateErrors(const std::vector<const Annotation*>& annotations);
void createAnnotations(std::shared_ptr<TokenLocationFile> locationFile);
void annotateText();