主页
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月17日 09:50
Cannot recreate. What IDE version you use?
社区
GoLand
How to prevent auto-completion to name return values?
0 票
创建于
2018年12月15日 16:04
Hi, It's supposed that you don't need to manage your imports manually. GoLand does it for you. You can just type `fmtPrintln` and complete the function call, GoLand will import it. Remove the call ...
社区
GoLand
formatting tool removes `import "fmt"` before it can be used in subsequent code
0 票
创建于
2018年12月13日 06:39
> Our test projects import its SNAPSHOT versions. How? How is it related to `com.intellij.openapi.roots.libraries.Library`? From the screenshot and the description, it's unclear what's happening an...
社区
IntelliJ IDEA Open API and Plugin Development
All library snapshots are added to com.intellij.openapi.roots.libraries.Library source roots.
0 票
创建于
2018年12月13日 06:06
I didn’t understand the question. Only those libraries are attached that you import into your project explicitly. Please share your build configuration or sources of the entire project to recreate ...
社区
IntelliJ IDEA Open API and Plugin Development
All library snapshots are added to com.intellij.openapi.roots.libraries.Library source roots.
0 票
创建于
2018年12月11日 12:59
See `intellij.plugins` options here: https://github.com/JetBrains/gradle-intellij-plugin/ And the example with optional dependencies: https://github.com/JetBrains/gradle-intellij-plugin/tree/master...
社区
IntelliJ IDEA Open API and Plugin Development
Building platform specific code for multiple platforms with gradle
0 票
创建于
2018年12月07日 14:09
I believe it's easier to try than wait for my answer. No, PhpIcons is available for you as you added a depends-tag of php plugin.
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月06日 11:54
It’s the same as allicons, just use another class, e.g. phpicons. As for dedicated class for group, look for any class extending DefaultActionGroup
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月06日 11:37
> You tell me to put a group inside other group? For me, it's logical to have a parent group at the top of the popup. You can do this too. But the code you attached still wrong, you add only Zend.N...
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月06日 10:59
I ask questions to let you understand how it works, but you kind of ignore them. Ok, here is the pseudocode for your case: group zendgroup separator add-to-group NewGroup group ZendPopupG...
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
创建于
2018年12月06日 10:30
But you add your separator group inside zend group, why do you expect to see it in NewGroup?
社区
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 票
«
第一页
‹
上一页
下一页
›
最后
»