主页
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年08月07日 09:45
Maybe try what Dimitry suggests here:http://devnet.jetbrains.com/message/5521245#5521245
社区
IntelliJ IDEA Open API and Plugin Development
Files generation (e.g. java files) to source root folders via an external builder
0 票
创建于
2014年08月12日 12:45
Normally You need only to register your own com.intellij.openapi.module.ModuleType with com.intellij.ide.util.projectWizard.ModuleBuilder. When do You want to create Your module programmatically? O...
社区
IntelliJ IDEA Open API and Plugin Development
Creating new Modules
0 票
创建于
2014年08月12日 13:16
You probably need to use this: com.intellij.ide.util.projectWizard.ModuleBuilder#createModule, but I never used this myself. Refer also com.intellij.openapi.roots.ui.configuration.ModulesConfigurat...
社区
IntelliJ IDEA Open API and Plugin Development
Creating new Modules
0 票
创建于
2014年08月06日 12:41
Use for example New > Action for that - in dialog You have listed groups and actions (see attachments)Attachment(s):scr2.pngscr.png
社区
IntelliJ IDEA Open API and Plugin Development
plugin.xml - <add-to-group .. /> attributes ?
0 票
创建于
2014年08月04日 13:36
Can You post an example of what You are trying to achieve (with expected result)? I'm not sure what do You wan't to receive - classes imported by given file/class?
社区
IntelliJ IDEA Open API and Plugin Development
Get ClassPath Information in Project Window
0 票
创建于
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 票
«
第一页
‹
上一页
下一页
›
最后
»