Evan Knowles

- Total activity 38
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 9
-
Edited Plugin menus collapsed since IntelliJ update
Since the most recent IntelliJ update, my plugin menus in the top menu bar have had their contents (specifically, their submenus) collapsed, and the top level actions and menu have disappeared. See... -
Created Adding additional content inside the editor window
AnsweredI've seen some plugins that add additional elements inside the editor window like panels and buttons, where some code is rendered, the panel is rendered, and then the code continues. I can't find a... -
Created Debugging sandbox IntelliJ very slow
AnsweredFor the last couple of months, the debug IntelliJ has been extremely slow to launch (a couple of minutes until it usable), and sluggish to use. This wasn't a gradual thing, it slowed down very sudd... -
Created Configuring JDK in New Project from Existing Sources
I've implemented, per the Gradle samples, a new Project from Existing Sources set of functionality for our custom directory layout. It's primarily working perfectly, except I'm not sure where I sho... -
Created AnAction from Swing component that invokes a Git4Idea call
AnsweredFor reference, I've tried the solution from here and here, without success as the Git4Idea call fails. I have an AnAction (that does some setup when a PR comes in) that I can trigger successfully f... -
Created Executing a fragment of code and getting the result
I'm looking for a method by which I can supply some Java code, execute it against the codebase currently open in the editor, and access the results. Does any functionality exist like this in the In... -
Created Providing file references for non-standard resource layouts
AnsweredDue to the way our load balancers work, we have a directory structure that doesn't match the on-disk structure. Specifically, our applications have a structure of <application name>/static/jscript/... -
Edited Plugin no longer working after upgrade to 2019.3
AnsweredIs there anywhere to view change notes for the Plugin API between versions? In particular, we were using com.intellij.ide.plugins.PluginManager to get the current version of the plugin being used, ... -
Created Custom EL variable marked as unresolved in Ultimate despite PsiReferenceContributor
AnsweredWe have some custom objects that we keep in session for users. Typically we add the @elvariable comment annotation, but some of the pages get quite messy. We're experimenting with a PsiReferenceCon...