Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Throwable: Slow operations are prohibited on EDT when navigating to an include #1517

Closed
sentry-io bot opened this issue Jan 22, 2024 · 1 comment
Closed
Assignees

Comments

@sentry-io
Copy link

sentry-io bot commented Jan 22, 2024

Sentry Issue: ASCIIDOC-INTELLIJ-PLUGIN-6GJ

java.lang.Throwable: Slow operations are prohibited on EDT. See SlowOperations.assertSlowOperationsAreAllowed javadoc.
    at com.intellij.openapi.diagnostic.Logger.error(Logger.java:376)
    at com.intellij.util.SlowOperations.assertSlowOperationsAreAllowed(SlowOperations.java:101)
    at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexDataImpl.ensureIsUpToDate(WorkspaceFileIndexDataImpl.kt:130)
    at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexDataImpl.getFileInfo(WorkspaceFileIndexDataImpl.kt:75)
    at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexImpl.getFileInfo(WorkspaceFileIndexImpl.kt:247)
    at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexImpl.findFileSet(WorkspaceFileIndexImpl.kt:203)
    at com.intellij.workspaceModel.core.fileIndex.impl.WorkspaceFileIndexImpl.isInContent(WorkspaceFileIndexImpl.kt:69)
    at com.intellij.openapi.roots.impl.ProjectFileIndexImpl.isInContent(ProjectFileIndexImpl.java:206)
    at com.intellij.openapi.project.ProjectUtil.guessProjectForContentFile(ProjectUtil.kt:81)
    at com.intellij.openapi.project.ProjectUtil.guessProjectForContentFile$default(ProjectUtil.kt:74)
    at com.intellij.openapi.project.ProjectUtil.guessProjectForContentFile(ProjectUtil.kt)
    at org.asciidoc.intellij.editor.jcef.AsciiDocJCEFHtmlPanel.lambda$handleScrollEditorLine$11(AsciiDocJCEFHtmlPanel.java:436)
    at com.intellij.openapi.application.TransactionGuardImpl.runWithWritingAllowed(TransactionGuardImpl.java:209)
...
(68 additional frame(s) were not displayed)
@ahus1
Copy link
Contributor

ahus1 commented Feb 4, 2024

fixed in current pre-release.

@ahus1 ahus1 closed this as completed Feb 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant