aravet

- 活动总数 64
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 26
-
创建于 Can we reuse system dialogs: smartCompletion
In the MiniWiki plugin, I want to provide smartcompletion for anchors names.=> I need the same dialog, with the same look and behaviour (Ctrl-Q would be nice), but I would load it with external da... -
创建于 How can a plugin listen to another plugin's events?
Is there an official (openAPI) way for plugins to communicate.Something like -
创建于 How do you "install" a LvcsLabelListener?
I want to plug a behaviour on certain Lvcs events. How can I install this listener? -
创建于 java.lang.ClassNotFoundException:org.jetbrains.idea.tomcat.TomcatManager
I get this error in a project that uses the openAPI, but is not plugin=> I couldn't use the DevKit plugin => I linked every single jar of the IDEA lib directory.(ApplicationImpl.java:375) at com... -
创建于 new Inspection: detect false utils
This inspection could return many false positives, but I think the real ones cannot be found with any other way/tool.Example:-Before: nothing to detect-MyUtil.zero() is accessed from 2 different cl... -
创建于 Missing inspection ?
Is there an inspection that detects that in the code below, boolean doDebug = Level1.DEBUG;could be tightened into: boolean doDebug = Level0.DEBUG; -
创建于 MacOs : jdk = 600M?
(warning: this is a newbie question: I've just purchased my very first Mac. Oh man, what a machine.)AFAIU, the jdk is found on apple developer forum (registration required), BUT you first need to i... -
创建于 junit runner triggers "Import settings.." dialog once.
Has anybody noticed this new - since 1131 ? - behaviour, when testing plugins? It started happening a few builds ago, and I think it started happening at the same time as Note: - it happens only on... -
创建于 does it ring a bell: java.lang.SecurityException: Prohibited package name: java.lang
Starting with 1131, or 1136, I can't run tests that use the openapi, and the testFramework anymore.I now get dozens of failing tests with the stacktrace below. Does it ring a bell to you?AFAIK, not... -
创建于 CaretEvent: how to obtain the typed - special - key ?
While handling public void caretPositionChanged ( CaretEvent i_caretEvent ) , I need to find out the keys, and special keys the user pressed.I checked all around the CaretEvent, the Editor, an...