intellij-arend icon indicating copy to clipboard operation
intellij-arend copied to clipboard

Thread issue

Open ice1000 opened this issue 3 years ago • 1 comments

java.lang.Throwable: 'psi.File' is requested on EDT by SmartSelect#update@keyboard shortcut (com.intellij.ide.actions.SmartSelect). See ActionUpdateThread javadoc.
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:202)
	at com.intellij.openapi.actionSystem.impl.PreCachedDataContext.reportValueProvidedByRulesUsage(PreCachedDataContext.java:245)
	at com.intellij.openapi.actionSystem.impl.PreCachedDataContext.getDataInner(PreCachedDataContext.java:209)
	at com.intellij.openapi.actionSystem.impl.PreCachedDataContext.getData(PreCachedDataContext.java:162)
	at org.arend.actions.ArendSmartSelectProvider.getSource(ArendSmartSelectProvider.kt:80)
	at org.arend.actions.ArendSmartSelectProvider.getSource(ArendSmartSelectProvider.kt:19)
	at com.intellij.openapi.ide.SmartSelectProvider.isEnabled(SmartSelectProvider.java:33)
	at com.intellij.ide.actions.SmartSelect.getProvider(SmartSelect.java:63)
	at com.intellij.ide.actions.SmartSelect.update(SmartSelect.java:44)

ice1000 avatar Oct 13 '22 18:10 ice1000

java.lang.Throwable: 'psi.File' is requested on EDT by SmartUnSelect#update@GoToAction (com.intellij.ide.actions.SmartUnSelect). See ActionUpdateThread javadoc.
	at com.intellij.openapi.diagnostic.Logger.error(Logger.java:202)
	at com.intellij.openapi.actionSystem.impl.PreCachedDataContext.reportValueProvidedByRulesUsage(PreCachedDataContext.java:245)
	at com.intellij.openapi.actionSystem.impl.PreCachedDataContext.getDataInner(PreCachedDataContext.java:209)
	at com.intellij.openapi.actionSystem.impl.PreCachedDataContext.getData(PreCachedDataContext.java:162)
	at org.arend.actions.ArendSmartSelectProvider.getSource(ArendSmartSelectProvider.kt:80)
	at org.arend.actions.ArendSmartSelectProvider.getSource(ArendSmartSelectProvider.kt:19)
	at com.intellij.openapi.ide.SmartSelectProvider.isEnabled(SmartSelectProvider.java:33)

ice1000 avatar Oct 19 '22 17:10 ice1000

Wow, the platform is so thoughtful about the plugins.

knisht avatar Nov 05 '22 20:11 knisht