1154598
- 活动总数 8
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 2
-
-
1154598 创建了一个帖子, 已回答How to search class with short name or keywords in project?
I want to search class qualified name with short name or keywords like code completion in project , and I use this code: AllClassesSearch.search(ProjectScope.getAllScope(project),project).filterin... -
-
-
-
1154598 创建了一个帖子, 已回答How to register PsiFile's filetype?
I want use the customer editor open my file , and i defined FileEditor,FileEditorProvider,Language,LanguageFileType , and register in plugin.xml.When i open the file , the virtualfile's file type i...