主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2015年11月19日 17:53
is PsiClass parentOfType always null?
社区
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 票
创建于
2015年11月21日 11:49
if you work with Java and XML, you need to find out about Java pre-built Element types (which you may already know).You'd also need to find XML element factory to add new elements to the manifest.I...
社区
IntelliJ IDEA Open API and Plugin Development
How to convert a PsiElement to a PsiClass
0 票
创建于
2015年11月20日 08:39
EditorFactory.getInstance().getEventMulticaster().add...Listener() - try available listener implementations, you may find one that works just as you need it.
社区
IntelliJ IDEA Open API and Plugin Development
Getting notified of file navigation events when using Hadi's no tabs method
0 票
创建于
2015年11月19日 16:58
this works too:ModuleUtil.findModuleForFile(VirtualFile, Project);
社区
IntelliJ IDEA Open API and Plugin Development
How to get Module from PsiClass?
0 票
创建于
2015年11月18日 19:50
make it scrollablenot tie this to the editor I do not know how to do this. Please dig into https://github.com/JetBrains/intellij-community. If you find the answer, be kind to post it here.
社区
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 票
创建于
2015年11月19日 00:45
here is another version which looks a bit better: static void formatted(Editor editor, String html, String title, ...
社区
IntelliJ IDEA Open API and Plugin Development
How to render/format output from IDEA plugin
0 票
创建于
2015年11月16日 15:53
Hello Julien,when (not how) would you like to trigger inspection, ideally?
社区
IntelliJ IDEA Open API and Plugin Development
Saving a file no more trigger local inspection in Intellij 15
0 票
创建于
2015年11月16日 16:52
why not trigger inspection manually via a user action?users could assign shortcuts and invoke inspection whenever they like.another possibility is put this in a StartupActivity :VirtualFileManager...
社区
IntelliJ IDEA Open API and Plugin Development
Saving a file no more trigger local inspection in Intellij 15
0 票
创建于
2015年12月21日 13:46
> Icon cannot be found in '/reviewBoardLogo.png'try putting a breakpoint where you call IconLoader.getIcon(...)and evaluate this expression:new java.io.File( "." ).getCanonicalPath();it may help yo...
社区
IntelliJ IDEA Open API and Plugin Development
plugin does not find the png files
0 票
创建于
2015年12月22日 13:27
is your resources folder marked as such (resource folder)?
社区
IntelliJ IDEA Open API and Plugin Development
plugin does not find the png files
0 票
«
第一页
‹
上一页
下一页
›
最后
»