How to Manage Plugin Buttons for Automated Scripting in EmEditor Text Editor

How to Manage Plugin Buttons for Automated Scripting in EmEditor Text Editor

James Lv8

How to Manage Plugin Buttons for Automated Scripting in EmEditor Text Editor

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

  • Author
    Posts
  • August 1, 2008 at 5:21 am #6066
    deepbirch
    Participant
    Thanks to emeditor I got great efficiency.
    Now I have one question.
    I ‘d like to press the “at head” button in “insert sequence number plugin” using macro jsee script.
    below command run the “Insert sequence number plugin” in jscript
    editor.ExecuteCommandByID(5646);
    But further I’d like to automatically press the “at head” button in Insert sequence number plugin, using macro.
    Is it possible?
    August 2, 2008 at 1:56 am #6071
    Yutaka Emura
    Keymaster

    deepbirch wrote:
    Thanks to emeditor I got great efficiency.

    Now I have one question.
    I ‘d like to press the “at head” button in “insert sequence number plugin” using macro jsee script.
    below command run the “Insert sequence number plugin” in jscript
    editor.ExecuteCommandByID(5646);
    But further I’d like to automatically press the “at head” button in Insert sequence number plugin, using macro.
    Is it possible?
    I don’t think it is easy. I would write a complete script including the sequence number insert (without using the plug-in).

  • Author
    Posts

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

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

Also read:

  • Title: How to Manage Plugin Buttons for Automated Scripting in EmEditor Text Editor
  • Author: James
  • Created at : 2024-10-12 17:50:43
  • Updated at : 2024-10-14 17:34:31
  • Link: https://win-deluxe.techidaily.com/how-to-manage-plugin-buttons-for-automated-scripting-in-emeditor-text-editor/
  • License: This work is licensed under CC BY-NC-SA 4.0.
On this page
How to Manage Plugin Buttons for Automated Scripting in EmEditor Text Editor