ui: show annotation in code snippets for TokenLocations that wrap around the snippet

bug id = #12
This commit is contained in:
Eberhard Graether
2014-07-28 03:27:16 +02:00
parent ecd17c17a0
commit 182e18840e
8 changed files with 37 additions and 18 deletions
+2 -2
View File
@@ -14,8 +14,8 @@ public:
{
CodeSnippetParams();
int startLineNumber;
int endLineNumber;
uint startLineNumber;
uint endLineNumber;
uint lineCount;
std::string code;