aravet

- Total activity 64
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 26
-
-
-
aravet commented, -
-
-
aravet created a post, 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... -
aravet created a post, How can a plugin listen to another plugin's events?
Is there an official (openAPI) way for plugins to communicate.Something like -
aravet created a post, How do you "install" a LvcsLabelListener?
I want to plug a behaviour on certain Lvcs events. How can I install this listener? -
aravet created a post, 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... -
aravet created a post, 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...