Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Evan Knowles
Total activity
41
Last activity
April 24, 2024 08:30
Member since
November 05, 2019 10:49
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
10
Activity overview
Posts (10)
Comments (17)
Sort by recent activity
Recent activity
Votes
Created
May 03, 2022 12:23
For anyone else who's had issues, the extension point is now <javaee.el.implicitVariablesProvider ...
Community
IntelliJ IDEA Open API and Plugin Development
Custom EL variable marked as unresolved in Ultimate despite PsiReferenceContributor
0 votes
Created
April 21, 2021 09:07
Hey - sorry, yes, was being dumb :) I ended up having to execute the action in the EDT, and moved the runProcessWithProgressSynchronously deeper into the action itself, and all seems good now, thanks.
Community
IntelliJ IDEA Open API and Plugin Development
AnAction from Swing component that invokes a Git4Idea call
0 votes
Created
April 21, 2021 09:00
I may need a different way to execute the action then? Executing it as I currently am produces this: Access is allowed from event dispatch thread with IW lock only. com.intellij.openapi.diagnostic....
Community
IntelliJ IDEA Open API and Plugin Development
AnAction from Swing component that invokes a Git4Idea call
0 votes
Edited
April 21, 2021 08:54
Invoking per: ProgressManager.getInstance().executeNonCancelableSection(() -> { DataContext dataContext = ActionToolbar.getDataContextFor(checkBox); SwitchToPRBranchAction action = new SwitchToPR...
Community
IntelliJ IDEA Open API and Plugin Development
AnAction from Swing component that invokes a Git4Idea call
0 votes
Created
April 20, 2021 07:32
My action doesn't have an action ID as it's added to a com.intellij.notification.Notification (in the case where it's working). In the case where it isn't working, I execute it as: openPRList.addMo...
Community
IntelliJ IDEA Open API and Plugin Development
AnAction from Swing component that invokes a Git4Idea call
0 votes
Created
September 01, 2020 16:34
Primarily, the CSS, images and JavaScript on pages. The issue is because the folder structure on disk doesn't match the folder structure on the load balancer, e.g., these imports in a JS file canno...
Community
IntelliJ IDEA Open API and Plugin Development
Providing file references for non-standard resource layouts
0 votes
Created
January 28, 2020 13:03
Yes, sorry, I did mean false. My plugin needs quite a lot of additional plumbing around it, but you could probably simulate the behaviour by adding a non-existent variable, stepping through the loo...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin no longer working after upgrade to 2019.3
0 votes
Edited
January 28, 2020 12:55
I've managed work around this issue and get my plugin working by setting order="first" in the extension point. Still curious as to why this happened.
Community
IntelliJ IDEA Open API and Plugin Development
Plugin no longer working after upgrade to 2019.3
0 votes
Created
January 28, 2020 11:06
I've had the time to delve deeper - it seems that the list of providers in `com.intellij.psi.impl.source.jsp.el.impl.ELResolveUtil#processEmptyContext` is the following, where my provider is number...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin no longer working after upgrade to 2019.3
0 votes
Created
January 06, 2020 10:59
Hey - reconfigured everything to make sure the SDK was correct, everything seems fine. There's not much more code than that, a breakpoint on the first line is never hit (as it was previously). pu...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin no longer working after upgrade to 2019.3
0 votes
«
First
‹
Previous