Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/03/12 17:59:51 (12 years ago)
Author:
gkronber
Message:

#1773 added ExtLibs plugin for MathJax and implemented a view for symbolic data analysis models rendering the model in mathematical notation using MathJax in a webbrowser control

Location:
trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4
Files:
3 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/GraphicalSymbolicDataAnalysisModelView.cs

    r7259 r7446  
    2626namespace HeuristicLab.Problems.DataAnalysis.Symbolic.Views {
    2727  [View("Graphical Representation")]
    28   [Content(typeof(ISymbolicDataAnalysisModel), true)]
     28  [Content(typeof(ISymbolicDataAnalysisModel))]
    2929  public partial class GraphicalSymbolicDataAnalysisModelView : AsynchronousContentView {
    3030    public GraphicalSymbolicDataAnalysisModelView()
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj

    r7294 r7446  
    114114  </ItemGroup>
    115115  <ItemGroup>
     116    <Compile Include="MathSymbolicDataAnalysisModelView.cs">
     117      <SubType>UserControl</SubType>
     118    </Compile>
     119    <Compile Include="MathSymbolicDataAnalysisModelView.designer.cs">
     120      <DependentUpon>MathSymbolicDataAnalysisModelView.cs</DependentUpon>
     121    </Compile>
    116122    <Compile Include="Plugin.cs" />
    117123    <Compile Include="TextualSymbolicDataAnalysisModelView.cs">
     
    292298      <Install>true</Install>
    293299    </BootstrapperPackage>
     300  </ItemGroup>
     301  <ItemGroup>
     302    <Content Include="displayModelFrame.html">
     303      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
     304    </Content>
    294305  </ItemGroup>
    295306  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic.Views/3.4/Plugin.cs.frame

    r7294 r7446  
    2828  [Plugin("HeuristicLab.Problems.DataAnalysis.Symbolic.Views","Provides views for symbolic data analysis problem classes.", "3.4.2.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.dll", PluginFileType.Assembly)]
     30  [PluginFile("displayModelFrame.html", PluginFileType.Data)]
    3031  [PluginDependency("HeuristicLab.ALGLIB", "3.4")]
    3132  [PluginDependency("HeuristicLab.Collections", "3.3")]
     
    3940  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    4041  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
     42  [PluginDependency("HeuristicLab.MathJax", "1.1")]
    4143  [PluginDependency("HeuristicLab.Optimization","3.3")]
    4244  [PluginDependency("HeuristicLab.Problems.DataAnalysis", "3.4")]
Note: See TracChangeset for help on using the changeset viewer.