Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/30/17 17:46:41 (7 years ago)
Author:
pfleck
Message:

#2788

  • Added a dialog for changing the maximum nesting level (Views menu item).
  • For systems that have the creators update installed and a high nesting level, a warning will be displayed with the option to lower the maximum nesting level.
Location:
trunk/sources/HeuristicLab.Optimizer/3.3
Files:
3 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj

    r14204 r15003  
    153153    <EmbeddedResource Include="Documents\SGP_Robocode.hl" />
    154154    <None Include="Plugin.cs.frame" />
     155    <Compile Include="ChangeNestingLevelDialog.cs">
     156      <SubType>Form</SubType>
     157    </Compile>
     158    <Compile Include="ChangeNestingLevelDialog.Designer.cs">
     159      <DependentUpon>ChangeNestingLevelDialog.cs</DependentUpon>
     160    </Compile>
     161    <Compile Include="MenuItems\ChangeNestingLevelMenuItem.cs" />
    155162    <Compile Include="OptimizerSingleDocumentMainForm.cs">
    156163      <SubType>Form</SubType>
Note: See TracChangeset for help on using the changeset viewer.