Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/16/11 11:24:24 (13 years ago)
Author:
abeham
Message:

#567

  • Added item template
  • Adapted problem template
  • Enabled tab key to continue editing the next column in the grid
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Templates/HeuristicLabProblemTemplate/DefaultProblem.cs

    r4541 r5704  
    3737  [Creatable("Problems")]
    3838  [StorableClass]
    39   public sealed class $safeitemname$ : ParameterizedNamedItem, $problemTypeImplementation$ {
     39  public sealed class $safeitemname$ : $problemTypeImplementation$ {
    4040    public override Image ItemImage {
    4141      get { return HeuristicLab.Common.Resources.VS2008ImageLibrary.Type; }
     
    4343
    4444    #region Parameter Properties
    45     $problemSpecificParameterProperties$
    4645    $parameterProperties$
    4746    #endregion
    4847
    4948    #region Properties
    50     $problemSpecificProperties$
    5149    $properties$
    52     public IEnumerable<IOperator> Operators {
    53       get { return operators; }
    54     }
    5550    #endregion
    5651
Note: See TracChangeset for help on using the changeset viewer.