Page 1 of 1
Text Edit Mode
Posted: Fri Nov 25, 2005 8:38 am
by HelloWorld
Hi Support team,
Isn't it possible to type some text in the code editor by hand, instead of doing everything with the mouse?
Posted: Fri Nov 25, 2005 10:27 am
by sinan
You can. Position the cursor in the line you want to add a command, then start typing on the keyboard. For instance if you want to insert an install files command, start typing "inst..." on the keyboard, and a combo box will automatically appear, suggesting the closest matching commands. Just press ENTER to insert a command, or use the combo box to choose another one using the UP DOWN keys.
Posted: Tue Nov 29, 2005 3:00 pm
by HelloWorld
not exactly what I had in my mind. I want to type a lines like:
[code]
Set Variable HELLOWORLD to True
if Variable HELLOWORLD Equals True
MessageBox: Error, Hello World
end
Posted: Tue Nov 29, 2005 6:34 pm
by sinan
You can do this...just start typing "Set Var" for the first line, for instance, press ENTER, then populate the dialog. Repeat for the other ones. Its faster than dragging-dropping with the mouse, there is no possibility of syntax errors either; of course if you just want to edit the source code manually 100%, its still not the same thing.