Evan Knowles
- 活动总数 41
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 4
- 订阅数 10
-
创建于 Changing URL of custom plugin repository
已回答We have a Nexus 2 server serving up our plugin XML and our plugin which is working perfectly. We're migrating to Nexus 3 however, so the URL will change.Is there any way I can release a new version... -
已编辑于 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... -
创建于 Adding additional content inside the editor window
已回答I'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... -
创建于 Debugging sandbox IntelliJ very slow
已回答For 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... -
创建于 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... -
创建于 AnAction from Swing component that invokes a Git4Idea call
已回答For 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... -
创建于 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... -
创建于 Providing file references for non-standard resource layouts
已回答Due 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/... -
已编辑于 Plugin no longer working after upgrade to 2019.3
已回答Is 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, ... -
创建于 Custom EL variable marked as unresolved in Ultimate despite PsiReferenceContributor
已回答We 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...