1406633849
- 活动总数 18
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 7
-
1406633849 创建了一个帖子, 已回答why setting width for table in document will not take effect in suspended doc When using extension point DocumentationProvider?
Hello! I am trying to develop a idea plugin where extension point com.intellij.lang.documentationProvider used for custom displayed doc content.I added styles prop in document text like <style\>th... -
1406633849 创建了一个帖子, 已回答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... -
1406633849 创建了一个帖子, 已回答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... -
1406633849 创建了一个帖子, 已回答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 ... -
-
-
-
1406633849 创建了一个帖子, 已回答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... -
1406633849 创建了一个帖子, 已计划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 ... -