主页
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日 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 票
创建于
2015年12月22日 13:51
looks like it is not marked.try:right clickMark Directory AsResources Root.. and redeploy
社区
IntelliJ IDEA Open API and Plugin Development
plugin does not find the png files
0 票
创建于
2015年09月21日 17:56
> IDE can't predict what is the user's intent: to rename module or to rename the directorywell in my case (I met with the same problem) the HandlersChooser pops up when user tries to rename a symbo...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月21日 18:14
it is one bug in this plugin (could be in plugin code, of course) I could not get around so far.
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2015年09月21日 19:13
> VariableInplaceRenameHandler should be disabled if you like to provide your own implementation for itthis gets rid of the chooser popup. Thank you for clarifying this! :)I however enabled isInpla...
社区
IntelliJ IDEA Open API and Plugin Development
Perl5 plugin for Intellij IDEA
0 票
创建于
2016年01月16日 09:32
by "external libraries area" you mean editor project structure treeview (where modules, packages, sources etc appear), not File > Project Structure, right?> I also added a custom library type so wh...
社区
IntelliJ IDEA Open API and Plugin Development
Programmatically add external libraries for custom LibraryKind
0 票
«
第一页
‹
上一页
下一页
›
最后
»