88488232

- 活动总数 7
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 3
-
88488232 创建了一个帖子, 已回答Prevent from deleting a PsiFileSystemItem
I have a PsiFileSystemItem class that overrides the ‘delete’ and ‘checkDelete’ method as below. Though it prompt error message, it still be deleted from disk. How to prevent deleting?public class M... -
-
88488232 创建了一个帖子, 已回答Reload and select new created PsiElement
I write an action to create my PSI item (a directory physically). After VirtualFile.createChildDirectory, I call VirtualFile.refresh and IdeView.selectElement, but it neither reload nor select the ... -
88488232 创建了一个帖子, 已回答How to disable build-in actions?
I am writing a plugin to customize the project structure. So I want the build-in actions such as ‘New File’ and ‘New Directory’ are only visible for some specific directories. How to do it?