Adjusting Text Alignment in emEditor: A Comprehensive Guide

Adjusting Text Alignment in emEditor: A Comprehensive Guide

William Lv8

Adjusting Text Alignment in emEditor: A Comprehensive Guide

Viewing 3 posts - 1 through 3 (of 3 total)

  • Author
    Posts

  • August 3, 2007 at 12:39 pm #4488
    jeremy
    Member
    hi, is there a shortcut key to move a line (or selected lines) up or down ?
    In eclipse, I could do this by clicking alt-up or down arrow to move the line up and down, this is very handy than cut then paste.
    Any idea on this one ? thanks.
    August 4, 2007 at 12:38 am #4491
    Yutaka Emura
    Keymaster
    You can use JavaScript macros:
    Move Up:

    editor.ExecuteCommandByID(4193);
    editor.ExecuteCommandByID(4269);
    document.selection.Paste(eeCopyUnicode);
    editor.ExecuteCommandByID(4269);
    Move Down:

    editor.ExecuteCommandByID(4193);
    editor.ExecuteCommandByID(4268);
    document.selection.Paste(eeCopyUnicode);
    editor.ExecuteCommandByID(4269);
    and you can assign these macros to any key shortcuts.

October 28, 2007 at 8:01 am #4865
Dennica
Participant
How it is possible to shift the selected box to the left or to the right?

  • Author
    Posts

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.

Also read:

https://techidaily.com
  • Title: Adjusting Text Alignment in emEditor: A Comprehensive Guide
  • Author: William
  • Created at : 2024-10-10 11:12:06
  • Updated at : 2024-10-14 06:49:46
  • Link: https://win-premium.techidaily.com/adjusting-text-alignment-in-emeditor-a-comprehensive-guide/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
Adjusting Text Alignment in emEditor: A Comprehensive Guide