logic: extended CodeView to show locations of edges to the active Token and merge overlapping snippets
This commit is contained in:
@@ -14,10 +14,10 @@ public:
|
||||
{
|
||||
CodeSnippetParams();
|
||||
|
||||
int startLineNumber;
|
||||
std::string code;
|
||||
TokenLocationFile locationFile;
|
||||
int startLineNumber;
|
||||
Id activeTokenId;
|
||||
std::vector<Id> activeTokenIds;
|
||||
};
|
||||
|
||||
CodeView(ViewLayout* viewLayout);
|
||||
|
||||
Reference in New Issue
Block a user