Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/18/15 14:10:12 (8 years ago)
Author:
pfleck
Message:

#2486

  • Added the possibility to add rows or columns by middle-click on a row or column header.
  • Added a rename columns button which shows the new RenameColumnsDialog.
  • Fixed a bug where no input variables where checked after exporting to a DataAnalysisProblemData.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.DataPreprocessing.Views/3.4/HeuristicLab.DataPreprocessing.Views-3.4.csproj

    r12683 r13252  
    120120    <Compile Include="ComparisonFilterView.Designer.cs">
    121121      <DependentUpon>ComparisonFilterView.cs</DependentUpon>
     122    </Compile>
     123    <Compile Include="RenameColumnsDialog.cs">
     124      <SubType>Form</SubType>
     125    </Compile>
     126    <Compile Include="RenameColumnsDialog.Designer.cs">
     127      <DependentUpon>RenameColumnsDialog.cs</DependentUpon>
    122128    </Compile>
    123129    <Compile Include="ScatterPlotSingleView.cs">
Note: See TracChangeset for help on using the changeset viewer.