- AuthorPosts
- October 19, 2014 at 6:54 pm #19503PangiusParticipant
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 TabIs 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.
October 19, 2014 at 11:39 pm #19506Yutaka EmuraKeymasterHello 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!
October 20, 2014 at 12:12 am #19507PangiusParticipantThanks 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. - AuthorPosts
- You must be logged in to reply to this topic.