Text Edit Mode

Got a problem you cannot solve? Try here.
Post Reply
HelloWorld
Posts: 25
Joined: Wed Nov 23, 2005 10:21 am

Text Edit Mode

Post 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?
sinan
Site Admin
Posts: 1035
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Post 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.
HelloWorld
Posts: 25
Joined: Wed Nov 23, 2005 10:21 am

Post by HelloWorld »

not exactly what I had in my mind. I want to type a lines like:

Code: Select all

Set Variable HELLOWORLD to True
if Variable HELLOWORLD Equals True
  MessageBox: Error, Hello World
end
sinan
Site Admin
Posts: 1035
Joined: Sat Nov 13, 2004 8:12 am
Contact:

Post 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.
Post Reply