「タグジャンプ」の版間の差分

Ks (トーク | 投稿記録)
複数エディタ(あるいはタブ無効状態)に対応
Ks (トーク | 投稿記録)
タブ無効化時にタブが閉じられてしまうのを修正
46行目: 46行目:
// まだ開いてないなら開く
// まだ開いてないなら開く
Editor.NewFile();
Editor.NewFile();
Editor.OpenFile( path );
if( Editor.EnableTab ){
Editor.OpenFile( path );
} else {
Editors.Item(Editors.Count-1).OpenFile( path );
}
doc = FindDocument( path );
doc = FindDocument( path );
}
}
スポンサーリンク