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 06, 2018 10:30
But you add your separator group inside zend group, why do you expect to see it in NewGroup?
Community
IntelliJ IDEA Open API and Plugin Development
Create a PHPstorm plugin
0 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
Edited
December 05, 2018 08:26
> I can do it just in IDEA version I set in build.gradle file before building Yes, that's the point. You build different plugin distribution for different IDE major versions. You can upload all the...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin for few IDE versions
1 vote
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
«
‹
7
8
9
10
11
12
13
14
15
16
17
›
»