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
July 20, 2017 16:33
> Aside from voting for that issue, is there anything I can do to help encourage it to be worked on sooner? I doubt it, sorry about that. `javac2.jar` is still in IDEA distributions, it's located a...
Community
IntelliJ IDEA Users
Which repositories contain recent versions of javac2?
0 votes
Edited
July 04, 2017 06:32
From the initial post: > plugin.xml with 'idea-plugin' root is not found. IntelliJ specific tasks will be unavailable for :GettyPlugin. You must create plugin.xml and it should be under resources r...
Community
IntelliJ IDEA Open API and Plugin Development
Issue of gradle support
0 votes
Edited
July 03, 2017 11:23
Official comment
Looks like you didn't apply 'gradle-intellij-plugin'. Make sure that your build.gradle has apply plugin: 'org.jetbrains.intellij'
Community
IntelliJ IDEA Open API and Plugin Development
Issue of gradle support
0 votes
Created
June 16, 2017 13:57
> Only issue is how to insert new lines "\n" is the new line. "\r" should not be used. Btw, using WriteAction#runWriteCommandAction might be more handy.
Community
IntelliJ IDEA Open API and Plugin Development
Run live template programmatically in another file (and replace variable)
0 votes
Created
June 16, 2017 13:16
Well, the exception says what you should to do: wrap document modification with com.intellij.openapi.application.Application.runWriteAction(). Also CommandProcessor.getInstance.executeCommand would...
Community
IntelliJ IDEA Open API and Plugin Development
Run live template programmatically in another file (and replace variable)
0 votes
Created
June 16, 2017 13:04
Please provide full output. If the document is really in read-only mode, you won't be able to run live template on it as well. Btw, I'd rather use insertString/replaceString method or EditorModif...
Community
IntelliJ IDEA Open API and Plugin Development
Run live template programmatically in another file (and replace variable)
0 votes
Created
June 15, 2017 16:29
Are you sure that AndroidGradleModelException presents in IC-2016.2 or in corresponding android plugin? I cannot find it here: https://github.com/JetBrains/intellij-community/find/162
Community
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError: com.android.tools.idea.gradle.AndroidGradleModel
0 votes
Created
June 15, 2017 16:24
Hi. 1) As soon as you have an editor, you free to add any modification in document, including adding new line at the end of the file and putting caret just before it. 2) There is a com.intellij.c...
Community
IntelliJ IDEA Open API and Plugin Development
Run live template programmatically in another file (and replace variable)
0 votes
Created
May 30, 2017 08:45
You free to set any build number you want. See https://github.com/JetBrains/intellij-community/blob/171.3780/platform/build-scripts/groovy/org/jetbrains/intellij/build/BuildOptions.groovy#L89
Community
IntelliJ IDEA Open API and Plugin Development
Failed to build IDEA .dmg bundle
0 votes
Created
May 29, 2017 18:50
Hi! You can download JBREX distribution from https://bintray.com/jetbrains/intellij-jdk. If you miss a particular version of it there, let me know and I'll upload it there or share it with you.
Community
IntelliJ IDEA Open API and Plugin Development
Failed to build IDEA .dmg bundle
0 votes
«
First
‹
Previous
Next
›
Last
»