主页
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年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 票
创建于
2016年01月15日 14:52
FileBasedIndex.getInstance().getContainingFiles( FileTypeIndex.NAME, JavaFileType.INSTANCE, GlobalSearchScope.allScope(project))
社区
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 票
创建于
2016年01月15日 19:18
Hello Dmitry,let's say we'd like to build cache of Psi elements.if getting a collection of all virtual files is not good, what is the recommended way of accessing all Psi elements in a project?is t...
社区
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 票
创建于
2016年01月15日 19:58
Thank you very much! I was not aware of FileBasedIndexCheers Dmitry
社区
IntelliJ IDEA Open API and Plugin Development
Getting all .java files within a project
0 票
创建于
2016年01月09日 08:44
in Project Structure: add abc.jar to a library (either local or global) then add this library to the module Dependencies.;)
社区
IntelliJ IDEA Open API and Plugin Development
How to add .jar file in libs folder of android studio using plugin
0 票
创建于
2016年01月09日 12:08
eh sorry I misunderstoodI don't know how to add it programmatically.
社区
IntelliJ IDEA Open API and Plugin Development
How to add .jar file in libs folder of android studio using plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»