Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15003 for trunk/sources


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
Files:
3 added
3 edited

Legend:

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

    r14995 r15003  
    336336    </Compile>
    337337    <None Include="Properties\Settings.settings">
    338       <Generator>SettingsSingleFileGenerator</Generator>
     338      <Generator>PublicSettingsSingleFileGenerator</Generator>
    339339      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    340340    </None>
  • trunk/sources/HeuristicLab.Core.Views/3.3/Properties/Settings.Designer.cs

    r14995 r15003  
    1 //------------------------------------------------------------------------------
     1//------------------------------------------------------------------------------
    22// <auto-generated>
    33//     This code was generated by a tool.
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.1.0.0")]
    16     internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
     16    public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
    1818        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
  • 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.