主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Imants Cekusins
活动总数
410
最后的活动
2024年06月25日 06:27
成员加入日期
2015年07月30日 11:35
关注
0 名用户
关注者数
0 名用户
投票数
15
订阅数
108
活动概览
帖子(12)
评论(275)
按最近的活动排序
最近的活动
投票数
创建于
2016年03月05日 22:06
Hello Igor, you could implement a VirtualFileAdapter and override its public void fileMoved(@NotNull VirtualFileMoveEvent event) register this listener with VirtualFileManager.getInstance().addV...
社区
IntelliJ IDEA Open API and Plugin Development
reference to file in dragged folder
1 票
创建于
2016年02月14日 18:36
Hello Jihui, override this method to collapse symbols by default: public abstract boolean isCollapsedByDefault(@NotNull ASTNode node); the shortcut should work ok on both collapsed (by default or t...
社区
IntelliJ IDEA Open API and Plugin Development
[Question] how can i replace identifer with other symbols
1 票
创建于
2016年02月18日 18:46
Hello Brian, > method or methods that will return a list of classes, members and methods of a package what language is your plugin for? > what method returns the current contents if you are askin...
社区
IntelliJ IDEA Open API and Plugin Development
Completion list APIs
1 票
创建于
2016年03月18日 18:48
Hello Mikhail, Hopefully this is ok to suggest on forum too. The ideal support level may be: code obfuscation & copy protection prevent (or at least monitor) unlicensed use help distribute free tr...
社区
IntelliJ IDEA Open API and Plugin Development
Distribute and Monetize IntelliJ/WebStorm Plugins
1 票
已编辑于
2016年03月29日 09:01
Hello Shai, Did you check Project Settings > Platform Settings > SDKs ? is SDK configured there? did you put a breakpoint right after Sdk[] s and check if the array is empty?
社区
IntelliJ IDEA Open API and Plugin Development
Setting up an SDK and Language Version for new Project
1 票
创建于
2016年03月29日 10:34
take a look at this code it may be relevant.
社区
IntelliJ IDEA Open API and Plugin Development
Setting up an SDK and Language Version for new Project
1 票
创建于
2016年03月29日 11:29
maybe implement custom ModuleBuilder and register it as moduleBuilder EP?
社区
IntelliJ IDEA Open API and Plugin Development
Setting up an SDK and Language Version for new Project
1 票
创建于
2020年12月13日 10:55
the new java (version "15.0.1" 2020-10-20)does not understand -XX:+UseConcMarkSweepGC specified on Linux in ~/.config/JetBrains/IntelliJIdea2020.3/idea64.vmoptions needed to remove -XX:+UseConcMa...
社区
IntelliJ IDEA EAP Users
unsupported Java Version
0 票
已编辑于
2020年04月06日 09:12
In my case (using gradle) these steps helped resolve this issue: make sure the source files are in {project root - build.gradle folder}/src/main/java/{top package e.g. com}
社区
IntelliJ IDEA Users
Intellij can't find classes in same package
0 票
已编辑于
2018年07月28日 13:07
Thank you very much Alexander, Any hints: how can the build version be specified in the build.gradle? I think I found it: intellij { version '182.3911.6' // see https://www.jetbrains.com/intell...
社区
IntelliJ IDEA Open API and Plugin Development
Plugin gradle config: building downloads the same version
0 票
«
第一页
‹
上一页
下一页
›
最后
»