Page 1 of 1

Is there a shortcut to move line up/down - line rearrangment

Posted: Tue Nov 23, 2004 4:27 pm
by Serge
Is there a shortcut to move line up/down - line rearrangment?
something like Ctrl+Up/Ctrl+Dn
popup menu has move up/move down but it doesn't move lines, only a cursor

Sample:
3 lines,

~InstallAWARE Clipboard Data~
~Compiler Variable If~
~{AF1B9E50-E920-49FF-B9DE-3DC3EC0714A1}~
~cddd~
~0~
~~
~FALSE~
~InstallAWARE Clipboard Data~
~Compiler Variable If~
~{49D43AEF-2327-427E-9151-E8057DE852E1}~
~ssad~
~0~
~~
~FALSE~

and "Check File version" (Note Ctrl+Ins for this line didn't put code into a copy buffer after a first copy of the line)

Note: compiler if variable does not produce hierarchy for code tree.
It was a visual problem for WIS in a past... is it possible to have it as an option to enable/disable ident for compile if variable?

Posted: Wed Nov 24, 2004 4:29 am
by sinan
Ctrl+Up, Ctrl+Down will work to move up/down text.
If you want Cut/Copy/Paste, Ctrl+X,C,V are also available.

We'll consider your request for code indents on Compiler Vars.

Posted: Thu Nov 25, 2004 12:42 am
by Serge
sinan wrote:Ctrl+Up, Ctrl+Down will work to move up/down text.
If you want Cut/Copy/Paste, Ctrl+X,C,V are also available.

Oh I see now.
  • Open editor
  • Dbl click in command list
  • Fill out parameters of dialog
  • Click OK - item will be added into a list
  • Up/Dn will move selection of the item in command list
  • Ctrl+Up/Dn will move cursor in a script window, but not an item
  • When being clicked in script window, will make a desired action for Ctrl+Up/Dn.

So I guess it is important where cursor is. But cursor bar has the same color which makes it difficult to see difference.