Hayk Hovhannisyan
- 活动总数 20
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 1
- 订阅数 5
-
Hayk Hovhannisyan 进行了评论, -
Hayk Hovhannisyan 进行了评论, -
-
-
-
Hayk Hovhannisyan 进行了评论, -
Hayk Hovhannisyan 创建了一个帖子, 已回答Building 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 创建了一个帖子, 已回答Error 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 创建了一个帖子, 已回答The 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()...