logic: random fixes and improvements
* added new logos to setup ui * changed wording in status messages and bundle nodes * removed ununsed Vector.h * save NameHierarchy to SearchMatch * fixed NameHierarchyElement retrieval for name elements without parent * fixed match weight to score last letters higher
This commit is contained in:
@@ -31,10 +31,11 @@ struct SearchMatch
|
||||
|
||||
void print(std::ostream& ostream) const;
|
||||
|
||||
std::string getFullName() const;
|
||||
std::string getNodeTypeAsString() const;
|
||||
std::string getSearchTypeName() const;
|
||||
|
||||
std::string fullName;
|
||||
NameHierarchy nameHierarchy;
|
||||
std::string typeName;
|
||||
|
||||
Node::NodeType nodeType;
|
||||
|
||||
Reference in New Issue
Block a user