主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
简体中文
English (United States)
登录
Alexander Zolotov
活动总数
721
最后的活动
2023年11月01日 08:52
成员加入日期
2011年04月05日 22:39
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
241
活动概览
文章(0)
帖子(0)
评论(480)
按最近的活动排序
最近的活动
投票数
创建于
2018年12月06日 10:01
I don’t see any separators in your code. Also you have a pop up group and define separator inside it, why it should appear on the parent New file popup? > what about custom icon See previous comm...
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月06日 08:17
> Small question here, how to get the PHP Class native icon used by IntelliJ or PHPStorm in the "NewGroup"? <group id="Zend.NewGroup" text="Zend Generator" popup="true" icon="AllIcons.RunConfigura...
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月05日 14:07
> It's possible to add an item to NewGroup group-id? <actions> <action id="Custom.NewCustomFile" class="your.class.Action" text="Custom File" description="Create new Custom file"> <add...
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月05日 08:36
Code is the best resources for this. Most of group-ids you can find in PlatformActions.xml, RishPlatformActions.xml and LangAction.xml files.
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月05日 08:31
It sounds unrelated to IntelliJ platform and more like a question to Gradle itself. If you can recreate the same behavior on a sample project with JUnit3 and JUnit5 tests in it and without gradle-i...
社区
IntelliJ IDEA Open API and Plugin Development
Testing through Gradle does not run IntelliJ-platform-specific tests
0 票
创建于
2018年12月05日 08:29
Good to hear it works. You can find all available versions here: https://www.jetbrains.com/intellij-repository/releases and here: https://www.jetbrains.com/intellij-repository/snapshots. > PS: All ...
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月04日 15:47
I see. Do this: plugins = ['com.jetbrains.php:183.4588.24'] instead of plugins ['com.jetbrains.php:183.4588.24']
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月04日 15:03
up-to-date doesn't say too much, run clean first, please. what if you remove that line? sandboxDirectory = "$project.buildDir/sandbox"
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月04日 14:10
they are in your Run output
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月04日 14:05
what about building logs?
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»