Dimitar (Mitko) Asenov

Results 28 issues of 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...

refactoring

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...

refactoring

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...

refactoring

The current name does not accurately reflect all the uses of this node

refactoring

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...

bug

Visualizations of references are not refreshed after the references have been resolved, and so the text remains red incorrectly.

bug

During parsing, there are multiple vectors created that hold elements of type `ExpressionTreeBuildInstruction*`, including the one in `ParseResult`. These are not properly deleted.

bug

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...

bug