How to know if a particular virtual file is opened in the right split

已回答
I opened a file in right split using OpenInRightSplitAction.openInRightSplit(). Now, I want to know if it's already opened in it so that I can avoid calling it. When I don't do this, it opens a third split and opens the same file in it again.
0

`com.intellij.openapi.fileEditor.FileEditorManager#getAllEditors(com.intellij.openapi.vfs.VirtualFile)`

0

请先登录再写评论。