1406633849

- 活动总数 16
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
已编辑于 How to release an instance of custom class that extends class ‘LocalInspectionTool’ when switch to another project?
已回答Hello, I'm trying to promote the performance of my custom plugin. I developed my own code inspection via the extension point 'localInspection'. When I use visualVM to observe JVM activites, I fou... -
已编辑于 How to control the completion order by custom algorithm instead of arranged by alphabetic order?
已回答Hello, I am trying to use a custom algorithm(not machine learning) to decide the order of completion list. Is there some extension point available? I found the extension point `com.intellij.complet... -
创建于 How to Add Additional Operations to an existing action implemented by Intellij platform when it is performed?
已回答I'm trying to add a additional operation to the exsisting action 'Help->Diagnostic Tools->Debug Log Settings..->OK',But I don't know how to monitor whether this action is triggered, because it is ... -
已编辑于 How to use LocalFileSystem.getInstance().refreshAndFindFileByNIO() method in a thread where only read allowed?
已回答I'm trying to find a file in SDK after the SDK is downloaded. However, I cant get file using the LocalFileSystem.getInstance().FindFileByNioFile(path) method cause the LocalFileSystem is not latest... -
已编辑于 The method deselectNotify() of class FileEditor does not take effect in 'split right' mode in MAC machine
已计划Hello, I am trying to implement a editor with preview by extending com.intellij.openapi.fileEditor.TextEditorWithPreview. The editor window gets tow tabs, one for text and another for preview. The ... -
已编辑于 How to control the execution sequence of parser and completion extension points when modifying a file
已回答Hello, I have implement parserDefinition and CompletionContributor these tow extension point . I found the parser extension point will excute before the completion extension point ,But now I am goi...