Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #19503
    Pangius
    Participant

    In “Tools” Drop-down Menu => Customize “Tab” Tab. For “Close Button” you have the following options:
    * None
    * Right Side of Window
    * On Active Tab
    * On Each Tab

    Is it possible to include the option of both Right Side of Window + On Each Tab?

    As if you have just a few Document open then often the Close Tab on each Tab is easiest to use. However if you are scanning through lots of Documents quickly then often the Close Tab on the Right Side of the Window is easiest to use.

    #19506
    Yutaka Emura
    Keymaster

    Hello Pangius,

    It is possible, but it would use more system resource and make EmEditor a little slower. Therefore, I would be very hesitant to add that kind of redundant features.

    Thanks!

    #19507
    Pangius
    Participant

    Thanks Yutaka,

    I understand.

    As a workaround for some time I’ve been putting the Close Button on each Tab, and made a Macro either:
    * close(); // On Last Tab EmEditor remains Open, creates Blank Text Document
    * document.close(); //On Last Tab Closes EmEditor
    Which simulates the Right Side of Window Close Button.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.