mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
If it is static then there are multi-threading issues. When indexing multiple threads are running and overwriting the lexer state that the word scanner uses. I copied the SimplePlugin find usages class and spent hours chasing index out range bugs. I also noticed that the SimplePlugin which I have installed in my plugin dev environment would once in a while cause an exception but I did not pay it much attention. The static word scanner is the source.
Description
Mirror of the IntelliJ SDK Docs Code Samples
intellijintellij-ideaintellij-platformintellij-pluginintellij-pluginsintellij-sdkjetbrainsjetbrains-pluginjetbrains-plugins
158 MiB
Languages
Java
98.2%
Lex
0.9%
Kotlin
0.6%
HTML
0.3%