Opened 5 years ago
Closed 4 years ago
#2932 closed enhancement (done)
CSV import dialog should choose system values as default
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.16 |
Component: | Problems.Instances | Version: | 3.3.16 |
Keywords: | Cc: |
Description
Currently, the default values for the list and decimal separator are fixed and set to ';' and ',' respectively. This should be changed so that the current culture info from the operating system is respected and chosen as default (if possible).
Change History (6)
comment:1 Changed 5 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 5 years ago by mkommend
- Owner changed from mkommend to gkronber
- Status changed from accepted to reviewing
comment:3 Changed 5 years ago by gkronber
Reviewed r16054.
comment:4 Changed 5 years ago by gkronber
- Status changed from reviewing to readytorelease
comment:5 Changed 5 years ago by gkronber
comment:6 Changed 4 years ago by gkronber
- Resolution set to done
- Status changed from readytorelease to closed
Note: See
TracTickets for help on using
tickets.
r16054: Specified default values based on the current culture for the list and decimal separator in the DataAnalysisImportDialog.