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?
Please sign in to leave a comment.
Hello Dane,
FileEditorManager.getInstance().getOpenFiles()
--
Dmitry Jemerov
Software Developer
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"