From 7ce0ef47ae2a4945cb8eeac254e31b03820724d2 Mon Sep 17 00:00:00 2001 From: Jim Saxton Date: Tue, 3 Nov 2015 22:09:00 -0800 Subject: [PATCH] change curser to cursor --- Documentation/yab-Commands | 2 +- yab-IDE/data/Help_En.dat | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/yab-Commands b/Documentation/yab-Commands index 8d4eeec..bafcdd6 100644 --- a/Documentation/yab-Commands +++ b/Documentation/yab-Commands @@ -633,7 +633,7 @@ TEXTCONTROL SET TextControl$, Option$, Value$ Value$="number" Only allow to characters 0-9 and ".", full stop. Value$=""alphanumeric" allow all characters. Option$="focus" Value$ = "true" / "false" Set the focus of TextControl$. - Option$="Curser", Value$=str$(number) positions the curser, sets the focus to true. + Option$="Cursor", Value$=str$(number) positions the cursor, sets the focus to true. TEXTCONTROL CLEAR TextControl$ Delete the text of the text control. Text$ = TEXTCONTROL GET$ TextControl$ diff --git a/yab-IDE/data/Help_En.dat b/yab-IDE/data/Help_En.dat index d9697af..10196e2 100644 --- a/yab-IDE/data/Help_En.dat +++ b/yab-IDE/data/Help_En.dat @@ -8251,7 +8251,7 @@ Option$="type" Value$="number" Only allow to characters 0-9 and ".", full stop. Value$=""alphanumeric" allow all characters. Option$="focus" Value$ = "true" / "false" Set the focus of TextControl$. -Option$="Curser", Value$=str$(number) positions the curser, sets the focus to true. +Option$="Cursor", Value$=str$(number) positions the cursor, sets the focus to true. Related: textcontrol, textcontrol clear, textcontrol get$ & @@ -8441,7 +8441,7 @@ The textedit will notice when text was changed since the last time the option "c Given three parameters, the following options are valid for the textedit named TextEdit$ when the third parameter Value is a number: Option$ = "autocomplete-start" -- set the number of characters when auto-completion should kick in (default is 4) -Option$ = "Cursor" -- place the curser at the ofset of Value characters from the start. +Option$ = "Cursor" -- place the cursor at the ofset of Value characters from the start. Option$ = "gotoline" -- put the cursor to the line with number Value Option$ = "select" -- select the line with number Value Option$ = "tabwidth" -- set the tab width to Value (in pixel!), default is 28