Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/25/14 13:55:01 (10 years ago)
Author:
jkarder
Message:

#2136: applied some of the changes suggested in comment:11:ticket:2136

  • change namespaces to HeuristicLab.Scripting.*
  • added extra compile button and registered F6 as a shortcut
  • changed the order of the output window and the error list
  • tabs (output window and error list) are selected automatically
  • thrown exceptions are shown using the PluginInfrastructure
  • removed namespace declaration in the script
  • names in the VariableStore are now conform to C# property names
File:
1 moved

Legend:

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

    r10501 r10506  
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <RootNamespace>HeuristicLab.HLScript.Views</RootNamespace>
    11     <AssemblyName>HeuristicLab.HLScript.Views-3.3</AssemblyName>
     10    <RootNamespace>HeuristicLab.Scripting.Views</RootNamespace>
     11    <AssemblyName>HeuristicLab.Scripting.Views-3.3</AssemblyName>
    1212    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
     
    136136      <Private>False</Private>
    137137    </ProjectReference>
    138     <ProjectReference Include="..\..\HeuristicLab.HLScript\3.3\HeuristicLab.HLScript-3.3.csproj">
     138    <ProjectReference Include="..\..\HeuristicLab.HLScript\3.3\HeuristicLab.Scripting-3.3.csproj">
    139139      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
    140       <Name>HeuristicLab.HLScript-3.3</Name>
     140      <Name>HeuristicLab.Scripting-3.3</Name>
    141141      <Private>False</Private>
    142142    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.