From 44a8bab861fb8280b271810ab1110e9595ff3ebb Mon Sep 17 00:00:00 2001 From: Thomas Bernard Date: Sat, 10 Mar 2018 00:45:48 +0100 Subject: [PATCH] Update online help about the Circles and Ellipses --- src/helpfile.h | 68 +++++++++++++++++++++++++------------------------- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/src/helpfile.h b/src/helpfile.h index 54b54b37..19a891fa 100644 --- a/src/helpfile.h +++ b/src/helpfile.h @@ -1102,43 +1102,45 @@ static const T_Help_table helptable_filled_rectangles[] = }; static const T_Help_table helptable_circles[] = { - HELP_TITLE("CIRCLES") - HELP_TITLE("ELLIPSES") + HELP_TITLE(" CIRCLES AND ELLIPSES") HELP_TEXT ("") HELP_BOLD ("LEFT CLICK") HELP_LINK ("(Key:%s)",0x100+BUTTON_CIRCLES) HELP_TEXT ("") - HELP_TEXT ("Selects the empty circles as the active") - HELP_TEXT ("drawing tool.") - HELP_TEXT ("") - HELP_TEXT ("Position the center of the cercle and") - HELP_TEXT ("maintain the mouse button to select its") - HELP_TEXT ("radius.") + HELP_TEXT ("Selects the empty circles or ellipse as") + HELP_TEXT ("the active drawing tool.") HELP_TEXT ("") HELP_BOLD ("RIGHT CLICK") HELP_LINK ("(Key:%s)",0x200+BUTTON_CIRCLES) HELP_TEXT ("") - HELP_TEXT ("Selects the empty ellipses as the active") - HELP_TEXT ("drawing tool.") + HELP_TEXT ("Select shape and operation mode.") HELP_TEXT ("") + HELP_TEXT ("Center/radius mode :") HELP_TEXT ("Position the center of the cercle and") HELP_TEXT ("maintain the mouse button to select its") - HELP_TEXT ("dimensions.") + HELP_TEXT ("radius.") + HELP_TEXT ("") + HELP_TEXT ("Corners mode :") + HELP_TEXT ("Press the mouse button at a corner and") + HELP_TEXT ("release at the other corner of a rectangle") + HELP_TEXT ("in which the circle or ellipse is inscribed.") }; static const T_Help_table helptable_filled_circles[] = { - HELP_TITLE("FILLED CIRCLES") - HELP_TITLE(" AND ELLIPSES") + HELP_TITLE(" FILLED CIRCLES") + HELP_TITLE(" AND ELLIPSES") HELP_TEXT ("") - HELP_BOLD ("FILLED CIRCLES") + HELP_BOLD ("LEFT CLICK") HELP_LINK ("(Key:%s)",0x100+BUTTON_FILLCIRC) HELP_TEXT ("") - HELP_TEXT ("Works like empty circles.") + HELP_TEXT ("Works like empty circles and ellipses.") HELP_TEXT ("") - HELP_BOLD ("FILLED ELLIPSES") + HELP_BOLD ("RIGHT CLICK") HELP_LINK ("(Key:%s)",0x200+BUTTON_FILLCIRC) HELP_TEXT ("") - HELP_TEXT ("Works like empty ellipses.") + HELP_TEXT ("Select shape and operation mode.") + HELP_TEXT ("Same modes are available as empty circle") + HELP_TEXT ("and ellipses.") }; static const T_Help_table helptable_grad_rect[] = { @@ -1216,32 +1218,30 @@ static const T_Help_table helptable_grad_rect[] = }; static const T_Help_table helptable_spheres[] = { - HELP_TITLE("GRAD SPHERE") + HELP_TITLE(" GRAD SPHERES") + HELP_TITLE(" AND ELLIPSES") HELP_BOLD ("LEFT CLICK") HELP_LINK ("(Key:%s)",0x100+BUTTON_SPHERES) HELP_TEXT ("") - HELP_TEXT ("Selects the spheres as the active drawing") - HELP_TEXT ("tool.") - HELP_TEXT ("") - HELP_TEXT ("Position the center of the sphere and") - HELP_TEXT ("maintain the mouse button to select its") - HELP_TEXT ("radius. Then place the spot-light.") - HELP_TEXT ("") - HELP_BOLD ("RIGHT CLICK") - HELP_LINK ("(Key:%s)",0x200+BUTTON_SPHERES) - HELP_TEXT ("") - HELP_TEXT ("Selects the ellipses with gradation as the") - HELP_TEXT ("active drawing tool.") - HELP_TEXT ("") - HELP_TEXT ("Draw the shape like a normal ellipse, and") - HELP_TEXT ("then position the spot-light and click the") - HELP_TEXT ("left mouse button to finish the shape.") + HELP_TEXT ("Selects the spheres or ellipses with") + HELP_TEXT ("gradation as the active drawing tool.") HELP_TEXT ("") + HELP_TEXT ("Draw the shape like a normal circle or") + HELP_TEXT ("ellipse, and then position the spot-light") + HELP_TEXT ("and click the left mouse button to finish") + HELP_TEXT ("the shape.") HELP_TEXT ("") HELP_TEXT ("If you trace a sphere or an ellipse with") HELP_TEXT ("gradation with the right mouse button, the") HELP_TEXT ("result will be the same figure filled with") HELP_TEXT ("the Back-color.") + HELP_TEXT ("") + HELP_BOLD ("RIGHT CLICK") + HELP_LINK ("(Key:%s)",0x200+BUTTON_SPHERES) + HELP_TEXT ("") + HELP_TEXT ("Select shape and operation mode.") + HELP_TEXT ("Same modes are available as empty circle") + HELP_TEXT ("and ellipses.") }; static const T_Help_table helptable_brush[] = {