主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Marcin R
活动总数
115
最后的活动
2023年07月13日 12:03
成员加入日期
2012年12月10日 15:14
关注
0 名用户
关注者数
0 名用户
投票数
1
订阅数
44
活动概览
帖子(15)
评论(55)
按最近的活动排序
最近的活动
投票数
创建于
2014年07月31日 15:00
Icon probably comes from com.intellij.navigation.NavigationItem#getPresentation -> com.intellij.navigation.ItemPresentation#getIcon (implemented by target of reference). Most likely You need to dec...
社区
IntelliJ IDEA Open API and Plugin Development
PsiReferences and Icons
0 票
创建于
2014年07月31日 07:22
See com.intellij.refactoring.changeSignature.ChangeSignatureDialogBase and subclasses
社区
IntelliJ IDEA Open API and Plugin Development
Dialog for method parameters
0 票
创建于
2014年07月30日 12:37
Maybe completion expects to recieve lookup elements with name starting with "... ?
社区
IntelliJ IDEA Open API and Plugin Development
Compeletion provider not working properly
0 票
创建于
2014年07月30日 11:55
final Module module = ModuleUtil.findModuleForFile(virtualFile, project);If file does not belong to any module in given project, then You will recieve null.
社区
IntelliJ IDEA Open API and Plugin Development
how to find the Module of a VirtualFile?
0 票
创建于
2014年08月19日 09:04
Did You try to register your contributor without language attribute?BTW - remember, language ID is case sensitive.
社区
IntelliJ IDEA Open API and Plugin Development
How to add a PsiReferenceContributor for an existing language?
0 票
创建于
2014年08月25日 10:33
Lately I've added some productivity tips and put some html files with description into tips directory in my plugin - it's working for IDEA 12.1.7 but in 13.1.4 Productivity Guide only says: Unable ...
社区
IntelliJ IDEA Open API and Plugin Development
Productivity Hints?
0 票
创建于
2014年12月05日 13:31
You use TextEditorHighlightingPass for that? If You want to remove highlighting for some text range that is already highlighted, You need to apply text attribute for that range - com.intellij.opena...
社区
IntelliJ IDEA Open API and Plugin Development
How to trigger highlighter in selected parts of a document
0 票
创建于
2014年12月01日 12:12
Try to use this as todoIndexer implementation (just for checking) for your file type:implementationClass="com.intellij.psi.impl.cache.impl.id.PlatformIdTableBuilding$PlainTextTodoIndexer"This shoul...
社区
IntelliJ IDEA Open API and Plugin Development
How to add items to the TODO panel
0 票
创建于
2014年12月03日 10:37
Are You sure that your plugin is up to date while you are debugging it? Did You try to refresh indices (File > Invalidate caches)? I'm pretty sure that this should collect every todo/fixme phrase i...
社区
IntelliJ IDEA Open API and Plugin Development
How to add items to the TODO panel
0 票
创建于
2015年03月13日 14:19
You could use this method:PsiDirectory rootDir = com.intellij.psi.util.ClassUtil.sourceRoot(packageDir);
社区
IntelliJ IDEA Open API and Plugin Development
Package selection and path extraction
0 票
«
第一页
‹
上一页
下一页
›
最后
»