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
Location:
trunk/tools/Templates/HeuristicLabViewTemplate
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/Templates/HeuristicLabViewTemplate/DefaultView.cs

    r5388 r5704  
    2222using System;
    2323using System.Windows.Forms;
     24using HeuristicLab.Core.Views;
    2425using HeuristicLab.MainForm;
    2526using HeuristicLab.MainForm.WindowsForms;
     
    2829  [View("$viewName$")]
    2930  [Content(typeof($contentType$), IsDefaultView = $defaultView$)]
    30   public partial class $safeitemname$ : AsynchronousContentView {
     31  public partial class $safeitemname$ : ItemView {
    3132    public new $contentType$ Content {
    3233      get { return ($contentType$)base.Content; }
  • trunk/tools/Templates/HeuristicLabViewTemplate/MyTemplate.vstemplate

    r4176 r5704  
    1414  </TemplateContent>
    1515  <WizardExtension>
    16     <Assembly>HeuristicLab.VS2010Wizards, Version=3.3.0.0, Culture=Neutral, PublicKeyToken=18a43a5d25a3c148</Assembly>
     16    <Assembly>HeuristicLab.VS2010Wizards, Version=3.3.3.1, Culture=Neutral, PublicKeyToken=18a43a5d25a3c148</Assembly>
    1717    <FullClassName>HeuristicLab.VS2010Wizards.ViewWizard</FullClassName>
    1818  </WizardExtension>
Note: See TracChangeset for help on using the changeset viewer.