Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Alexander Zolotov
Follow
New articles and posts
New articles, posts, and comments
Total activity
720
Last activity
August 05, 2020 07:18
Member since
April 05, 2011 22:39
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
241
Activity overview
Articles (0)
Posts (0)
Comments (479)
Sort by recent activity
Recent activity
Votes
Created
December 18, 2018 08:45
The error is displayed in the editor: I'll check why it's not shown in the build log. You'd better review the plugin.xml. Besides the error in the description tag, you also do not include any modu...
Community
IntelliJ IDEA Open API and Plugin Development
Error publishing a plugin
0 votes
Created
December 17, 2018 09:50
Cannot recreate. What IDE version you use?
Community
GoLand
How to prevent auto-completion to name return values?
0 votes
Created
December 15, 2018 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 ...
Community
GoLand
formatting tool removes `import "fmt"` before it can be used in subsequent code
0 votes
Created
December 13, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
All library snapshots are added to com.intellij.openapi.roots.libraries.Library source roots.
0 votes
Created
December 13, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
All library snapshots are added to com.intellij.openapi.roots.libraries.Library source roots.
0 votes
Created
December 11, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Building platform specific code for multiple platforms with gradle
0 votes
Created
December 07, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 06, 2018 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
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 06, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 06, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
«
‹
6
7
8
9
10
11
12
13
14
15
16
›
»