Omayevskiy

- Total activity 72
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 21
-
Omayevskiy created a post, Download statistics for Android Studio not working
The plugin download statistics for Android Studio seems not to work. Are there any known issues?Plugin page -> view download statistics -> downloads by products -> Android Studio is not listedYes, ... -
Omayevskiy created a post, Show Jacoco coverage data
using IDEA Ultimate 13.1.6Given the project:https://github.com/DeziderMesko/RobotframeworkCodeCoverageand running:$ mvn clean installthis generates:target/javoco.exectarget/site/jacoco/If I open th... -
-
-
Omayevskiy created a post, Is it possible to add inspection classes dynamically?
Hello,assuming registering inspections like:public class MynspectionToolProvider implements InspectionToolProvider { @Override public Class[] getInspectionClasses() { Collection<Class>... -
Omayevskiy created a post, How to update status of ProgressIndicator from within GlobalInspectionContextExtension
I have source code like:public class MyInspectionContext implements GlobalInspectionContextExtension< MyInspectionContext > { @Override public void performPreRunActivities(...) { ... -
Omayevskiy created a post, How to run a Backgroundable Task in progress and synchronously?
Hello,what I am trying to achieve:Run multiple tasks in a background threads, but synchronously with order each after the other.I have tried to search the forum for the answer, but still have an op... -
-
Omayevskiy created a post, Plugin development for multiple Jetbrains products
Hello,I am developing an open and free plugin for all Intellij, but this plugin should also work for smaller products like webstorm and phpstorm.I have an Ultimate licence and develop currently aga... -