How to detect which files are currently opened in the IDE.

Hello all,

I'm trying to write a plugin that adds a new custom scope. The custom scope would be all the files are are currently opened in the IDE. I think I've figured out how to add the custom scope, but I'm not sure where I go to figure out which files are currently open. Anybody know?

0
1 comment
Avatar
Permanently deleted user

Hello Dane,

I'm trying to write a plugin that adds a new custom scope. The custom
scope would be all the files are are currently opened in the IDE. I
think I've figured out how to add the custom scope, but I'm not sure
where I go to figure out which files are currently open. Anybody know?


FileEditorManager.getInstance().getOpenFiles()

--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"


0

Please sign in to leave a comment.