主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Nikolay Chashnikov
活动总数
838
最后的活动
2023年11月23日 11:52
成员加入日期
2007年11月13日 10:36
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
334
活动概览
文章(0)
帖子(1)
评论(503)
按最近的活动排序
最近的活动
投票数
创建于
2018年04月19日 12:46
You need to create your own PluginBundle class, look at YAMLBundle (and its properties file) from yaml plugin for example.
社区
IntelliJ IDEA Open API and Plugin Development
Get I18n Properties from Intellij Resource Bundle
1 票
创建于
2018年04月17日 10:25
Only limited part of IntelliJ API is available inside Kotlin compiler, and the indices are not available indeed. It's better to ask your question at the Kotlin forum then.
社区
IntelliJ IDEA Open API and Plugin Development
How can I get all Kotlin file in a `Project`?
1 票
创建于
2018年04月17日 10:14
What kind of functionality you're going to implement by enumerating all Kotlin files in the project? Maybe there is a better way to do this.
社区
IntelliJ IDEA Open API and Plugin Development
How can I get all Kotlin file in a `Project`?
1 票
创建于
2018年04月17日 09:52
You can get it via FileTypeIndex.getFiles method. But note that there may be hundreds of thousands files in a project, so this call may cause performance and memory issues. Why do you need this?
社区
IntelliJ IDEA Open API and Plugin Development
How can I get all Kotlin file in a `Project`?
1 票
创建于
2018年04月12日 07:03
No, conditions aren't supported in plugin.xml file. However you can fix your case by replacing dependency on 'com.intellij.modules.java' by 'com.intellij.modules.idea'. The latter module is present...
社区
IntelliJ IDEA Open API and Plugin Development
if-else logic in plugin dependencies?
1 票
创建于
2018年03月30日 07:06
Build scripts for IntelliJ platfrom were refactored. See javadoc for org.jetbrains.intellij.build package for details.
社区
IntelliJ IDEA Open API and Plugin Development
Where is dist.gant?
1 票
创建于
2018年03月15日 06:34
There is no need to remove unneeded staff in the sources. Instead you can edit a build scripts to product a smaller IDE. The simplest way is editing IdeaCommunityProperties (and its super-class Bas...
社区
IntelliJ IDEA Open API and Plugin Development
How can I remove all java or python specific codes in an intellij-community release?
1 票
创建于
2018年02月06日 13:12
There is no xsd for files under .idea. It's hard to create such a scheme because many plugins including third-party ones contribute to the content of these files. It's better to consider format of ...
社区
IntelliJ IDEA Open API and Plugin Development
Detailed docs on .idea settings (aka Project Model)
1 票
创建于
2018年01月26日 07:11
You need to make sure that all the repositories use branches with the same name, if 'intellij-community' is on '171' branch, then 'android' and 'android/tools-base' are also need to be on '171' bra...
社区
IntelliJ IDEA Open API and Plugin Development
Issue Building Intellij Community Edition 2017.1 from CLI
1 票
创建于
2018年01月15日 07:13
Looks like the problem is caused by javac bug in an old build of JDK 1.8. Please make sure that '1.8' SDK in Project Structure refers to a modern build of JDK 8 (e.g. the latest 1.8.0_151).
社区
IntelliJ IDEA Open API and Plugin Development
Idea community source fails to build.
1 票
«
第一页
‹
上一页
下一页
›
最后
»