EmEditor Text Editor Guide: Configuring Sticky Vertical Mode - Java Macros Tutorial

EmEditor Text Editor Guide: Configuring Sticky Vertical Mode - Java Macros Tutorial

Robert Lv8

EmEditor Text Editor Guide: Configuring Sticky Vertical Mode - Java Macros Tutorial

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

  • Author
    Posts
  • August 27, 2013 at 11:20 am #11308
    ldm
    Participant
    Hi All,
    There is an option to set a keyboard shortcut for the Sticky Vertical Mode… What’s Java command should I use in order to add this action to my macro?
    Thank you!
    August 27, 2013 at 4:56 pm #11311
    Yutaka Emura
    Keymaster
    Please see Command Reference
    http://www.emeditor.com/help/cmd/edit/vertical_mode.htm
    editor.ExecuteCommandByID(4473);
    August 28, 2013 at 9:58 am #11314
    ldm
    Participant
    ok, how can I check whether I’m in the Vertical Mode using a Java Script?
    Is it possible to change a carret or mouse pointer when I’m in the Vertical Mode?
    How can I exit the Vertical Mode using Java scripting?
    Thank you
    August 28, 2013 at 2:28 pm #11317
    Yutaka Emura
    Keymaster
    Hello,
    You can use QueryStatusByID Method to find whether you are in the Vertical Mode.
    http://www.emeditor.com/help/macro/editor/editor_querystatusbyid.htm
    To exit from the vertical mode, you can run this command again.
    There is no way to change a carret or mouse pointer when you are in the Vertical Mode. I will consider that in the future version. Alternatively, you can add the toolbar button. You are in the Vertical Mode if the button is press.
    Thanks!
  • Author
    Posts

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

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

Also read:

https://techidaily.com
  • Title: EmEditor Text Editor Guide: Configuring Sticky Vertical Mode - Java Macros Tutorial
  • Author: Robert
  • Created at : 2024-10-12 16:19:11
  • Updated at : 2024-10-14 16:03:16
  • Link: https://win-superb.techidaily.com/emeditor-text-editor-guide-configuring-sticky-vertical-mode-java-macros-tutorial/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
EmEditor Text Editor Guide: Configuring Sticky Vertical Mode - Java Macros Tutorial