I do have an other issue. When IntelliJ is opened ...
# intellij-plugins
t
I do have an other issue. When IntelliJ is opened together with my plugin active (It is a fileEditorProvider -> TextEditorWithPreviewProvider). So a file is already opened from last session. My code is executed before the system is ready. I am not sure exactly what that means. But it is not indexing. It looks like that the project is not finished opening or s.th. like that. So my question is can i get the state of the IDE to be aware of if the project is currently opening?
b
Maybe look around
DumbAware
and related APIs
t
As far as i understand this it is for be aware of indexing. And i do use this smartReadAction already to wait until indexing is finished.