]> O.S.I.I.S - jp/crow.git/commitdiff
some TODO:
authorjpbruyere <jp.bruyere@hotmail.com>
Sun, 21 Aug 2016 07:25:54 +0000 (09:25 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Thu, 1 Sep 2016 10:44:39 +0000 (12:44 +0200)
Tests/BasicTests.cs
src/Configuration.cs
src/GraphicObjects/MenuItem.cs
src/GraphicObjects/TabView.cs

index e8bec2d612361be0d5f90997244573a30f38d7c4..685bda58d0fb9ff886901b6ac8227ddd160123b3 100644 (file)
@@ -127,7 +127,7 @@ namespace Tests
                                w.DataSource = this;
                                return;
                        }else if (e.Key == OpenTK.Input.Key.F6) {
-                               GraphicObject w = CrowInterface.LoadInterface ("Interfaces/Divers/imlEditor.crow");
+                               GraphicObject w = CrowInterface.LoadInterface ("Interfaces/Divers/0.crow");
                                w.DataSource = this;
                                return;
                        } else if (e.Key == OpenTK.Input.Key.F2)
index 775b4c4eb8133012158fd60914f4452fde715706..af52eed45787640aea8cdf8ea4ad6c4fe2fd47cb 100644 (file)
@@ -25,6 +25,7 @@ using System.Collections.Generic;
 
 namespace Crow
 {
+       //TODO:maybe create iterator
        public static class Configuration
        {
                static string configPath, configFileName = "app.config";
index dd39524cc844f377078ef11bedba29670c8427aa..decdf14232e9c9b1db6429eb356f64df2dd71699 100644 (file)
@@ -57,7 +57,7 @@ namespace Crow
                        }
                }
 
-               Menu MenuRoot {
+               [XmlIgnore]Menu MenuRoot {
                        get {
                                ILayoutable tmp = Parent;
                                while (tmp != null) {
index a1d1a093cbd427a4bd8cea88395b42b717d1925c..42bb39c0594fae7c14ab9b77106b72fa8010c432 100644 (file)
@@ -26,6 +26,7 @@ using System.Diagnostics;
 
 namespace Crow
 {
+       //TODO:use TemplatedGroup
        public class TabView : Group
        {
                #region Private fields