Hi!
Does anybody know how to indent a line wherever the cursor is at? For example (note: | is the cursor):
(define abc
(lambda () (+ 1 2 3)) |
Then, pressing a key combination causes that line to be indented by one tab without me moving the cursor to the beginning of the line. (Note: ignore _, just to illustrate empty space cause HTML trims leading white spaces):
(define abc
__(lambda () (+ 1 2 3)) |
And of course the vice versa. Really useful for programming, a feature in emacs I think (but I hate emacs, it's so confusing). Currently on trial version of UltraEdit v12. Thanks in advanced, I hope the example illustrates my question.
Does anybody know how to indent a line wherever the cursor is at? For example (note: | is the cursor):
(define abc
(lambda () (+ 1 2 3)) |
Then, pressing a key combination causes that line to be indented by one tab without me moving the cursor to the beginning of the line. (Note: ignore _, just to illustrate empty space cause HTML trims leading white spaces):
(define abc
__(lambda () (+ 1 2 3)) |
And of course the vice versa. Really useful for programming, a feature in emacs I think (but I hate emacs, it's so confusing). Currently on trial version of UltraEdit v12. Thanks in advanced, I hope the example illustrates my question.