Opened 13 years ago
Closed 12 years ago
#1790 closed enhancement (done)
The GrammarEditor should open a new view when symbols are double clicked
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.7 |
Component: | Encodings.SymbolicExpressionTreeEncoding.Views | Version: | 3.3.7 |
Keywords: | Cc: |
Description
Currently the GrammarEditor does not open a new view if a symbol is double clicked in the tree view on the left side. This is inconsistent with the default look & feel of HeuristicLab and should be changed.
Change History (6)
comment:1 Changed 13 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 13 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 13 years ago by gkronber
r7733: added statement to reset the grammar readonly state when the grammar is initialized (on algorithm prepare)
comment:4 Changed 12 years ago by gkronber
Reviewed r7581
comment:5 Changed 12 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:6 Changed 12 years ago by mkommend
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.6 to 3.3.7
Note: See
TracTickets for help on using
tickets.
r7581: Opened a new symbol view on double click in the GrammarEditor and set the SymbolView as default view for ISymbols.