Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/09/10 11:09:37 (13 years ago)
Author:
epitzer
Message:

Show expected parameter values and include type information in tool tip (#47)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DebugEngine/DebugEngineView.Designer.cs

    r4747 r4753  
    141141      this.executionStackTreeView.Location = new System.Drawing.Point(3, 16);
    142142      this.executionStackTreeView.Name = "executionStackTreeView";
     143      this.executionStackTreeView.ShowNodeToolTips = true;
    143144      this.executionStackTreeView.Size = new System.Drawing.Size(252, 143);
    144145      this.executionStackTreeView.TabIndex = 2;
     
    170171      this.scopeTreeView.Location = new System.Drawing.Point(3, 16);
    171172      this.scopeTreeView.Name = "scopeTreeView";
     173      this.scopeTreeView.ShowNodeToolTips = true;
    172174      this.scopeTreeView.Size = new System.Drawing.Size(247, 143);
    173175      this.scopeTreeView.TabIndex = 0;
Note: See TracChangeset for help on using the changeset viewer.