ui: scope names in snippet titles

* added title for snippets
* title displays name of parent scope.
* when new TokenLocationFiles are created in the storage they are now returned as shared_ptr to ensure correct linking in the contained data.
* Storage::getTokenLocationsForLinesInFile() now always returns pairs of start and end locations.
* Adjusted code snippet view to regard the change described above.
This commit is contained in:
malte_langkabel
2015-05-11 12:34:27 +02:00
parent 7d48a873f7
commit 97345cc72f
22 changed files with 667 additions and 556 deletions
+2 -1
View File
@@ -24,8 +24,9 @@ public:
void addCodeSnippet(
uint startLineNumber,
const std::string& title,
const std::string& code,
const TokenLocationFile& locationFile
std::shared_ptr<TokenLocationFile> locationFile
);
void clearCodeSnippets();