Dimitar (Mitko) Asenov
Dimitar (Mitko) Asenov
For example, for make all visualizations inherit from a configuration template, which in turn directly inherits from `Super`. The template is a thin wrapper on top that just exports the...
At the moment there are a number of classes used to define operators for expressions and many of these classes share a lot of functionality which should be unified. This...
The current name of this class is somewhat ambiguous. Perhaps better names are: - `SymbolName` - `SymbolReference` - `SymbolBinding` This will also have an effect on other Nodes/Visualizations that derive...
The current name does not accurately reflect all the uses of this node
In some cases, a Qt item will gain focus even though the Envision even handling functions were not called or did not properly handle the focus. For example: - Start...
Visualizations of references are not refreshed after the references have been resolved, and so the text remains red incorrectly.
During parsing, there are multiple vectors created that hold elements of type `ExpressionTreeBuildInstruction*`, including the one in `ParseResult`. These are not properly deleted.
In some situations it is possible to perform an automatic merge and get inconsistent results. For example, if two methods have been added to the same class at the same...