vsch / idea-multimarkdown

Markdown language support for IntelliJ IDEA.
https://plugins.jetbrains.com/plugin/7896-markdown-navigator
Apache License 2.0
814 stars 129 forks source link

Too many element types registered #899

Open batya239 opened 3 years ago

batya239 commented 3 years ago

java.lang.Throwable: Too many element types registered. Out of (short) range. Most of element types (12727) were registered for 'Language: Markdown': psi.MdFile, FILE, NONE, WHITESPACE, BLOCK_QUOTE_WHITESPACE, ASIDE_BLOCK_WHITESPACE, EOL, BLANK_LINE, ABBREVIATION, ABBREVIATION_OPEN, ABBREVIATION_CLOSE, ABBREVIATION_SHORT_TEXT, ABBREVIATION_EXPANDED_TEXT, ABBREVIATED, ABBREVIATED_TEXT, ANCHOR_LINK, BLOCK_QUOTE, BLOCK_QUOTE_MARKER, ASIDE_BLOCK, ASI... at com.intellij.openapi.diagnostic.Logger.error(Logger.java:159) at com.intellij.psi.tree.IElementType.(IElementType.java:119) at com.intellij.psi.tree.IElementType.(IElementType.java:97) at com.intellij.ws.http.request.psi.HttpRequestTokenType.(HttpRequestTokenType.java:11) at com.intellij.ws.http.request.documentation.comments.HttpDocCommentElementTypes.(HttpDocCommentElementTypes.java:25) at com.intellij.ws.http.request.psi.HttpRequestTokenTypeSets.(HttpRequestTokenTypeSets.java:49) at com.intellij.ws.http.request.parser.HttpRequestParserDefinition.getCommentTokens(HttpRequestParserDefinition.java:52) at com.intellij.psi.impl.cache.impl.id.PlatformIdTableBuilding.getTodoIndexer(PlatformIdTableBuilding.java:58) at com.intellij.psi.impl.cache.impl.todo.TodoIndex$4.calculateSubIndexer(TodoIndex.java:81) at com.intellij.psi.impl.cache.impl.todo.TodoIndex$4.calculateSubIndexer(TodoIndex.java:77) at com.intellij.util.indexing.impl.perFileVersion.PersistentSubIndexerRetriever.getVersion(PersistentSubIndexerRetriever.java:104) at com.intellij.util.indexing.impl.perFileVersion.PersistentSubIndexerRetriever.getFileIndexerId(PersistentSubIndexerRetriever.java:97) at com.intellij.util.indexing.impl.perFileVersion.PersistentSubIndexerRetriever.getSubIndexerState(PersistentSubIndexerRetriever.java:89)