logic: extended CodeView to show locations of edges to the active Token and merge overlapping snippets

This commit is contained in:
Eberhard Graether
2014-07-26 23:07:47 +02:00
parent eeacb92b55
commit 16d49e58cc
18 changed files with 173 additions and 42 deletions
+2 -2
View File
@@ -14,10 +14,10 @@ public:
{
CodeSnippetParams();
int startLineNumber;
std::string code;
TokenLocationFile locationFile;
int startLineNumber;
Id activeTokenId;
std::vector<Id> activeTokenIds;
};
CodeView(ViewLayout* viewLayout);