From cb4437be3c48c220336b377b1f927d30dfa946b7 Mon Sep 17 00:00:00 2001 From: jfiat Date: Wed, 16 Nov 2011 12:14:57 +0000 Subject: [PATCH] Author:halw Date:2011-11-16T05:04:17.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1013 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../running-and-debugging/tracing.wiki | 2 +- .../eiffelribbon/eiffelribbon-design-tool.wiki | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-how-tos/running-and-debugging/tracing.wiki b/documentation/current/eiffelstudio/eiffelstudio-how-tos/running-and-debugging/tracing.wiki index 20d2922a..62275dd7 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-how-tos/running-and-debugging/tracing.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-how-tos/running-and-debugging/tracing.wiki @@ -14,7 +14,7 @@ The '''tracing facility''' allows you to see a structured log of the flow of con You can make tracing usable for a particular cluster by setting the '''Trace''' setting to '''True''' in your project settings for a particular cluster. To do this: -* Open the [[Group Options|Project Settings]] dialog. +* Open the [[Group Options|Project Settings]] dialog. * Under '''Clusters''' select the cluster you want to see traced. * Set the value of '''Trace''' to '''True'''. * Click '''Apply''' or '''OK'''. diff --git a/documentation/current/platform-specifics/microsoft-windows/eiffelribbon/eiffelribbon-design-tool.wiki b/documentation/current/platform-specifics/microsoft-windows/eiffelribbon/eiffelribbon-design-tool.wiki index 524aabe8..b611e71d 100644 --- a/documentation/current/platform-specifics/microsoft-windows/eiffelribbon/eiffelribbon-design-tool.wiki +++ b/documentation/current/platform-specifics/microsoft-windows/eiffelribbon/eiffelribbon-design-tool.wiki @@ -63,9 +63,14 @@ Once a custom size definition has been designed, it can be named, saved, and use Figure 5. The Size Definition Editor naming field and '''Save''' button. +When you generate code which uses a custom size definition, the EiffelRibbon Design Tool generates the (XML) representation for your size definition and then invoke the Microsoft Ribbon Framework's User Interface Command Compiler (UICC.exe) to validate the generated size definition code. This process can result in [http://msdn.microsoft.com/en-us/library/windows/desktop/dd316918(v=VS.85).aspx certain types of errors]. + +User Interface Command Compiler errors will appear in the Ouput pane of the EiffelRibbon Design Tool. + + ==Scaling policy== -The notion of adaptive layout includes the ability to specify preferred sizes for elements of a group and a scaling policy that can influence how the group reacts to resizing. More detail on size definition and scaling policy is available in Microsoft's '''[http://msdn.microsoft.com/en-us/library/windows/desktop/dd316927(v=vs.85).aspx ribbon documentation]'''. +The notion of adaptive layout includes the ability to specify preferred sizes for elements of a group and a scaling policy that can influence how the group reacts to resizing. More detail on size definition and scaling policy is available in Microsoft's [http://msdn.microsoft.com/en-us/library/windows/desktop/dd316927(v=vs.85).aspx ribbon documentation]. The EiffelRibbon tool allows you to specify ideal sizes and scale policy for a groups elements through the '''Ideal sizes''' radio buttons and the '''Scale''' checkboxes, as shown in Figure 6 below.