#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.