Great Dmitry, many thanks. And while I have your ear, just one more question... is there a way to detect that the Update Project background process has completed too? I've got as far as finding a reference to a Topic in a class called UpdatedFilesListener in AbstractCommonUpdateAction, but it can't find the source for the class, and it doesn't appear to be in any jars either. Am I on the right track?
UpdatedFilesListener is new in IDEA 11 as far as I can see. I don't think we have a good API for that in 10.5.
Great Dmitry, many thanks.
And while I have your ear, just one more question... is there a way to detect that the Update Project background process has completed too?
I've got as far as finding a reference to a Topic in a class called UpdatedFilesListener in AbstractCommonUpdateAction, but it can't find the source for the class, and it doesn't appear to be in any jars either.
Am I on the right track?
-- Dmitry Jemerov Development Lead JetBrains, Inc. http://www.jetbrains.com/ "Develop with Pleasure!"
Hello Nathan,
See the DumbService class (and the DUMB_MODE topic in particular).
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
Great Dmitry, many thanks.
And while I have your ear, just one more question... is there a way to detect that the Update Project background process has completed too?
I've got as far as finding a reference to a Topic in a class called UpdatedFilesListener in AbstractCommonUpdateAction, but it can't find the source for the class, and it doesn't appear to be in any jars either.
Am I on the right track?
Cheers,
Nathan.
Hello Nathan,
UpdatedFilesListener is new in IDEA 11 as far as I can see. I don't think
we have a good API for that in 10.5.
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"