From 4b7db9f3d2116f7d1da37606ee744d9ca7da2732 Mon Sep 17 00:00:00 2001 From: halw Date: Thu, 6 Jan 2011 20:43:41 +0000 Subject: [PATCH] Author:jfiat Date:2011-01-05T15:43:33.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@726 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-reference/debugger/breakpoints/index.wiki | 2 ++ .../feature-views/feature-formatters-flat-view.wiki | 6 ++++-- .../microsoft-windows/wel/wel-samples/cursors.wiki | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/breakpoints/index.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/breakpoints/index.wiki index a3230f5f..b17f9317 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/breakpoints/index.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/debugger/breakpoints/index.wiki @@ -26,5 +26,7 @@ However, breakpoints can be set in assertions (require and ensure). }} {{tip|You can relocate a breakpoint by '''Ctrl+RightClick''' on a breakpoint [[Image:bp-enabled-conditional-icon]] and '''Ctrl+RightClick''' on an empty breakpoint location [[Image:bp-slot-icon]] }} +{{tip|to go to the line corresponding to a specific breakpoint index, just use Ctrl+G, enter the index, and the corresponding line should appear selected}} + diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-flat-view.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-flat-view.wiki index 45bf478d..2e30272a 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-flat-view.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/formatted-information-about-compiled-classes-and-features/feature-views/feature-formatters-flat-view.wiki @@ -4,8 +4,10 @@ The '''flat''' view [[Image:view-clickable-feature-icon]] displays the feature body as it is seen at run-time (according to ancestor versions, if any). This is why it is possible to add or remove [[Breakpoints|breakpoints]] in this view. -{{seealso|
-[[Class formatters: Flat view|Class flat view]] }} +{{seealso| operations involving breakpoint, please visit the page [[Breakpoints]]}} + + +{{seealso| [[Class formatters: Flat view|Class flat view]] }} diff --git a/documentation/current/platform-specifics/microsoft-windows/wel/wel-samples/cursors.wiki b/documentation/current/platform-specifics/microsoft-windows/wel/wel-samples/cursors.wiki index 7bbf6c39..a292722d 100644 --- a/documentation/current/platform-specifics/microsoft-windows/wel/wel-samples/cursors.wiki +++ b/documentation/current/platform-specifics/microsoft-windows/wel/wel-samples/cursors.wiki @@ -13,6 +13,7 @@ To compile the example: * Choose ''cursors.ecf'' * Choose the location where the project will be compiled, by default the same directory containing the configuration file. * Click '''OK'''. +* After the example compiles, select menu path "Project -> Freeze..." to freeze the project. This is necessary to include the compiled resource (.rc) file. ==Running==