主页
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)
按最近的活动排序
最近的活动
投票数
创建于
2017年07月20日 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...
社区
IntelliJ IDEA Users
Which repositories contain recent versions of javac2?
0 票
已编辑于
2017年07月04日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Issue of gradle support
0 票
已编辑于
2017年07月03日 11:23
正式评论
Looks like you didn't apply 'gradle-intellij-plugin'. Make sure that your build.gradle has apply plugin: 'org.jetbrains.intellij'
社区
IntelliJ IDEA Open API and Plugin Development
Issue of gradle support
0 票
创建于
2017年06月16日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Run live template programmatically in another file (and replace variable)
0 票
创建于
2017年06月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Run live template programmatically in another file (and replace variable)
0 票
创建于
2017年06月16日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Run live template programmatically in another file (and replace variable)
0 票
创建于
2017年06月15日 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
社区
IntelliJ IDEA Open API and Plugin Development
java.lang.NoClassDefFoundError: com.android.tools.idea.gradle.AndroidGradleModel
0 票
创建于
2017年06月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
Run live template programmatically in another file (and replace variable)
0 票
创建于
2017年05月30日 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
社区
IntelliJ IDEA Open API and Plugin Development
Failed to build IDEA .dmg bundle
0 票
创建于
2017年05月29日 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.
社区
IntelliJ IDEA Open API and Plugin Development
Failed to build IDEA .dmg bundle
0 票
«
第一页
‹
上一页
下一页
›
最后
»