From 57f94308df1d6c5ac4b4c94df47ba57a955b365d Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jean-Philippe=20Bruy=C3=A8re?= Date: Mon, 26 Feb 2018 02:30:11 +0100 Subject: [PATCH] design mode, crowide wip, style parser (nok) --- Crow.csproj | 2 +- Templates/ContextMenu.template | 4 +-- Tests/Showcase.cs | 4 +-- src/GraphicObjects/GraphicObject.cs | 7 +++++ src/GraphicObjects/TabView.cs | 3 ++ src/IML/IMLContext.cs | 3 +- src/Instantiator.cs | 49 +++++++++++++++++++++++++---- 7 files changed, 60 insertions(+), 12 deletions(-) diff --git a/Crow.csproj b/Crow.csproj index 6a4c56b3..41e556f8 100644 --- a/Crow.csproj +++ b/Crow.csproj @@ -32,7 +32,7 @@ true false $(SolutionDir)build\Debug - DEBUG_UPDATE0;DEBUG_FOCUS0;DEBUG_DISPOSE0;DEBUG_LAYOUTING0;TRACE0;DEBUG;MEASURE_TIME;DEBUG_LOAD;DEBUG_BINDING0;DEBUG_CLIP_RECTANGLE0 + DESIGN_MODE;DEBUG_UPDATE0;DEBUG_FOCUS0;DEBUG_DISPOSE0;DEBUG_LAYOUTING0;TRACE0;DEBUG;MEASURE_TIME;DEBUG_LOAD0;DEBUG_BINDING0;DEBUG_CLIP_RECTANGLE0 true diff --git a/Templates/ContextMenu.template b/Templates/ContextMenu.template index 58e71b7c..45244442 100644 --- a/Templates/ContextMenu.template +++ b/Templates/ContextMenu.template @@ -1,5 +1,5 @@  - - +