// 前の秀丸エディタウィンドウを開く Ver 0.10 // // // // // // by Atsushi 2006/12/3 // if (tabmode && tabgrouptotal>=2) { #next=1; while (windowstate[getcurrenttab(1,#next)]==0 || windowstate[getcurrenttab(1,#next)]==2) { #next=(#next+1)%tabgrouptotal; } setactivehidemaru getcurrenttab(1,#next),-1; }