Hayk Hovhannisyan

- Total activity 20
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 5
-
Hayk Hovhannisyan commented, -
Hayk Hovhannisyan commented, -
-
-
-
Hayk Hovhannisyan commented, -
Hayk Hovhannisyan created a post, AnsweredBuilding plugin through the Gradle Workflow
Dear all, I am developing background plugin for IDEA 2019.2. Following the documentation Building plugins with Gradle. Also as a reference using the examples of plugins. When I am ruining runIde ta... -
-
Hayk Hovhannisyan created a post, AnsweredError in buildPlugin execution time
Dears, added log which I see after running buildPlugin gradle task. Please check and confirm that this is the same what have opened as a bug here: https://youtrack.jetbrains.com/issue/IDEA-219599 ... -
Hayk Hovhannisyan created a post, AnsweredThe best way to refresh Virtual FIles
Hi Dears, before I used for refreshing: Objects.requireNonNull(project.getProjectFile()).refresh(false, true); now changed to: VfsUtil.markDirtyAndRefresh(true, true, true, project.getProjectFile()...