Opened 15 years ago
Closed 15 years ago
#1416 closed enhancement (done)
Move description from textbox to icon in NamedItemView
| Reported by: | cneumuel | Owned by: | swagner |
|---|---|---|---|
| Priority: | medium | Milestone: | HeuristicLab 3.3.4 |
| Component: | Core.Views | Version: | 3.3.4 |
| Keywords: | Cc: |
Description (last modified by swagner)
Instead of the textbox which takes up a whole line, put an icon right next to the name textbox. The tooltip of the icon should reveal the description and additionally a doubleclick should open the TextDialog showing the description.
Change History (10)
comment:1 Changed 15 years ago by swagner
- Description modified (diff)
- Summary changed from Move `NamedItem` description from textbox to icon to Move description from textbox to icon in NamedItemView
comment:2 Changed 15 years ago by swagner
- Status changed from new to accepted
comment:3 Changed 15 years ago by swagner
Changed NamedItemView and adapted derived views in r5832.
comment:4 Changed 15 years ago by swagner
- Owner changed from swagner to mkommend
- Status changed from accepted to reviewing
comment:5 Changed 15 years ago by mkommend
- Owner changed from mkommend to swagner
- Status changed from reviewing to readytorelease
Thx for implementing this elaborate feature. The only line I don't understand completely is the follwing (NamedItemView.cs):
private readonly string nl = Environment.NewLine;
In my opinion this is redundant and senseless to redefine the NewLine constant.
comment:6 Changed 15 years ago by swagner
- Status changed from readytorelease to assigned
comment:7 Changed 15 years ago by swagner
- Status changed from assigned to accepted
comment:8 Changed 15 years ago by swagner
Thanks for reviewing.
Removed new line string constant in r5833.
comment:9 Changed 15 years ago by swagner
- Status changed from accepted to readytorelease
comment:10 Changed 15 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.3 to 3.3.4



Added additional VS image library icons in r5827.