Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Alexander Zolotov
Total activity
721
Last activity
November 01, 2023 08:52
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 (480)
Sort by recent activity
Recent activity
Votes
Created
December 06, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 06, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 05, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 05, 2018 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.
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 05, 2018 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...
Community
IntelliJ IDEA Open API and Plugin Development
Testing through Gradle does not run IntelliJ-platform-specific tests
0 votes
Created
December 05, 2018 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 04, 2018 15:47
I see. Do this: plugins = ['com.jetbrains.php:183.4588.24'] instead of plugins ['com.jetbrains.php:183.4588.24']
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 04, 2018 15:03
up-to-date doesn't say too much, run clean first, please. what if you remove that line? sandboxDirectory = "$project.buildDir/sandbox"
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 04, 2018 14:10
they are in your Run output
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
Created
December 04, 2018 14:05
what about building logs?
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 votes
«
First
‹
Previous
Next
›
Last
»