主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Abhaydoshi7
活动总数
95
最后的活动
2021年05月08日 08:44
成员加入日期
2020年02月14日 05:04
关注
0 名用户
关注者数
0 名用户
投票数
9
订阅数
34
活动概览
帖子(31)
评论(21)
按最近的活动排序
最近的活动
投票数
已编辑于
2020年03月11日 12:42
Doesn't seem to work. I just simple have to add <depends>AntSupport</depends>or am I missing some other configuration EDIT:: It works if I add the following line in build.gradle intellij { ver...
社区
IntelliJ IDEA Open API and Plugin Development
How to call ant and show logs
0 票
创建于
2020年03月11日 03:48
Is it not possible to use the bundled ant plugin in intellij. If yes, how do I access it. ?
社区
IntelliJ IDEA Open API and Plugin Development
How to call ant and show logs
0 票
已编辑于
2020年03月08日 05:37
Answered by Yann Cebron on slack for future reference Use this class to get the list of already available JDKs com.intellij.openapi.projectRoots.ProjectJdkTable
社区
IntelliJ IDEA Open API and Plugin Development
How do I get default/pre-installed Java SDK for setting as the project SDK programatically?
0 票
创建于
2020年03月03日 01:58
Sdk jdk = IdeSdks.getInstance().getJdk(); Where do I find this class `IdeSdks` It's not included in the tools.jar FYI: working on IntelliJ IDEA plugin
社区
IntelliJ IDEA Open API and Plugin Development
How do I get default/pre-installed Java SDK for setting as the project SDK programatically?
0 票
创建于
2020年03月03日 01:50
Still waiting for an answer for this Please help me figure out how do I add Jar folders / dependencies. I was able to figure out that we need to use modifiableRootModel.addOrderEntry() But unable ...
社区
IntelliJ IDEA Open API and Plugin Development
How to create the default java module programatically ?
0 票
创建于
2020年02月28日 20:12
Self answering: 1. To create a project for any given folder val projectManager = ProjectManager.getInstance();val project = projectManager.loadAndOpenProject(projectLocation) 2. To create a module...
社区
IntelliJ IDEA Open API and Plugin Development
How to create the default java module programatically ?
0 票
创建于
2020年02月28日 19:25
Yes, you are right. I want to create a module programatically. It's just too difficult to find the right methods that the UI uses.
社区
IntelliJ IDEA Open API and Plugin Development
How to create the default java module programatically ?
0 票
已编辑于
2020年02月27日 16:56
Yeah I had missed that. I'm having difficulties finding the right class to clone a repository that is authenticated. `GitHttpGuiAuthenticator` is of no help. Basically I want this clone method t...
社区
IntelliJ IDEA Open API and Plugin Development
How do I clone git repo using plugin code.
0 票
创建于
2020年02月27日 16:03
I am still getting this same error as before Caused by: java.lang.ClassNotFoundException: git4idea.commands.Git PluginClassLoader[XX, 0.1-SNAPSHOT] com.intellij.ide.plugins.cl.PluginClassLoader@10...
社区
IntelliJ IDEA Open API and Plugin Development
How do I clone git repo using plugin code.
0 票
创建于
2020年02月24日 18:08
1. How do I handle the processing steps, where I can maybe implement `Task.withResult` to show a progress bar while git clone or some other process happens in the background. 2. How do I disable th...
社区
IntelliJ IDEA Open API and Plugin Development
How do I validate fields in ModuleWizardStep/ModuleBuilder like we do in DialogWrapper ?
0 票
«
第一页
‹
上一页
下一页
›
最后
»