Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Abhaydoshi7
Total activity
95
Last activity
May 08, 2021 08:44
Member since
February 14, 2020 05:04
Following
0 users
Followed by
0 users
Votes
9
Subscriptions
34
Activity overview
Posts (31)
Comments (21)
Sort by recent activity
Recent activity
Votes
Created
March 11, 2020 03:48
Is it not possible to use the bundled ant plugin in intellij. If yes, how do I access it. ?
Community
IntelliJ IDEA Open API and Plugin Development
How to call ant and show logs
0 votes
Edited
March 08, 2020 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
Community
IntelliJ IDEA Open API and Plugin Development
How do I get default/pre-installed Java SDK for setting as the project SDK programatically?
0 votes
Created
March 03, 2020 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
Community
IntelliJ IDEA Open API and Plugin Development
How do I get default/pre-installed Java SDK for setting as the project SDK programatically?
0 votes
Created
March 03, 2020 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 ...
Community
IntelliJ IDEA Open API and Plugin Development
How to create the default java module programatically ?
0 votes
Created
February 28, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
How to create the default java module programatically ?
0 votes
Created
February 28, 2020 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.
Community
IntelliJ IDEA Open API and Plugin Development
How to create the default java module programatically ?
0 votes
Edited
February 27, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I clone git repo using plugin code.
0 votes
Created
February 27, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I clone git repo using plugin code.
0 votes
Created
February 24, 2020 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...
Community
IntelliJ IDEA Open API and Plugin Development
How do I validate fields in ModuleWizardStep/ModuleBuilder like we do in DialogWrapper ?
0 votes
Created
February 24, 2020 18:01
Can you provide me with any document on how to use Git API ? As I'm looking not to handle user credentials for my plugin separately.
Community
IntelliJ IDEA Open API and Plugin Development
How do I clone git repo using plugin code.
0 votes
«
First
‹
Previous