summaryrefslogtreecommitdiff
path: root/Source/ModelViewer/BaseProvider.cs
Commit message (Collapse)AuthorAge
* VCC-BVD: display qualifiers of VCC-generated copies of local variables; hide ↵Gravatar MichalMoskal2011-01-26
| | | | | | | states that do not update "$s" (heap). Fix some bugs in source view. Rename SourceLocation to SourceViewState.
* Right-clicking on a state allows to display the source code for itGravatar MichalMoskal2011-01-26
|
* Rework the namer interface a bitGravatar MichalMoskal2010-12-10
|
* Implement different levels of view (normal, expert, etc).Gravatar MichalMoskal2010-11-09
| | | | Display functions and pointer sets in VCC
* Improve the generic model viewerGravatar MichalMoskal2010-11-06
|
* Improve default provider a bitGravatar MichalMoskal2010-11-06
|
* Simplify languague-specific interfaceGravatar MichalMoskal2010-11-06
|
* Refactor the Namer into two classesGravatar MichalMoskal2010-11-04
|
* Rework canonical name computationGravatar MichalMoskal2010-11-03
| | | | Sort fields inteligently (allow for override as well)
* Introduce distinction between canonical element name and its aliasesGravatar MichalMoskal2010-10-26
|
* Start work on the generic namerGravatar MichalMoskal2010-10-26
|
* Work on keeping the unfolding skeleton when switching between statesGravatar MichalMoskal2010-10-14
|
* Add DisplayNode class with default IDisplayNode implementation. Add ↵Gravatar MichalMoskal2010-10-14
| | | | IDisplayNode.State.
* Add interfaces for langauge providers. Start with VCC provider.Gravatar MichalMoskal2010-10-12