- Posted by
- Hey Bego, for the KEY_HOME macro: Key HOME IfColNumGt 1 Key HOME EndIf Why does UltraEdit requires two execution of Key HOME to move cursor to beginning of line? Is that a bug or something?Posted in UltraEdit General Discussion
-   Topics
-   Views
- amazonpit
Apr 22, 2006
- Is there a way to tell the macro to check if there's no tabs/spaces left in the first col, don't do the lineleft1? edit: nvm. figured it out. :D thanks anyway though. LINELEFT1 InsertMode ColumnModeOff HexOff ":-:PROCESSING:-:" PlayMacro 1 "KEY_HOME" IfCharIs 9 Key DEL EndIf Find ":-:PROCESSING:-:" ...Posted in UltraEdit General Discussion
-   Topics
-   Views
- amazonpit
Apr 22, 2006
- Wow, you guys are geniuses. :) Thanks a lot, exactly what I wanted. Awesome.Posted in UltraEdit General Discussion
-   Topics
-   Views
- amazonpit
Apr 22, 2006
- Thanks for the prompt reply. Yea, I guess so. That feature is not essential, but it's a nice addition and I thought I asked if it exists already. Thanks for your help, I appreciate it.Posted in UltraEdit General Discussion
-   Topics
-   Views
- amazonpit
Apr 21, 2006
- 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 ...Posted in UltraEdit General Discussion
-   Topics
-   Views
- amazonpit
Apr 21, 2006