Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
ANONYMOUS
Total activity
5764
Last activity
January 16, 2016 18:29
Member since
October 04, 2002 06:18
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
1638
Activity overview
Posts (754)
Comments (3372)
Sort by recent activity
Recent activity
Votes
Created
December 22, 2015 08:35
Actually Java 8 is already the standard JRE since IDEA 15.0 release, by default it uses our own patched version of Oracle JRE 8 on Mac OS X. However in IDEA 15.0.x it is possible to switch to Java ...
Community
IntelliJ IDEA Open API and Plugin Development
IntelliJ Platform migrates to Java 8
0 votes
Created
December 22, 2015 08:15
You can use SystemProperties.getJavaHome() method to locate home directory of the JRE under which IDE is running. After that use JavaSdk#createJdk to create an SDK instance and invoke ProjectJdkTab...
Community
IntelliJ IDEA Open API and Plugin Development
Default SDK from bundled JDK?
0 votes
Created
December 17, 2015 08:17
Hi Colin,the bundled JDK is actually JRE + tools.jar, so it cannot be used as a full JDK. I'm not sure whether you need full JDK for Clojure though.-- Nikolay ChashnikovJetBrainshttp://www.jetbrain...
Community
IntelliJ IDEA Open API and Plugin Development
Default SDK from bundled JDK?
0 votes
Created
December 15, 2015 12:34
Hello,if you want to install your plugin to Android Studio you need to make sure that it is compatible. Firstly please refer to http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plu...
Community
IntelliJ IDEA Open API and Plugin Development
Custom data type renderer deployment
0 votes
Created
November 30, 2015 15:18
Hello,if your module is really a Java module you shouldn't set a custom module type for it. IDEA checks module type in many places, and it indeed doesn't show Sources/Paths/Dependencies tabs for no...
Community
IntelliJ IDEA Open API and Plugin Development
Cannot add libraries to custom module from GUI
0 votes
Created
November 23, 2015 11:28
Hello Brent,unfortunately there is no simple way to do this. You would need to remove unnecessary modules and libraries from layouts.gant script, and remove unnecessary components from IdeaPlugin.x...
Community
IntelliJ IDEA Open API and Plugin Development
Minimum intellij-community version
0 votes
Created
November 02, 2015 12:20
Hello,you indeed can populate classpath for external build process dynamically, just provide an implementation of com.intellij.compiler.server.BuildProcessParametersProvider extension and override ...
Community
IntelliJ IDEA Open API and Plugin Development
External builder classpath
0 votes
Created
October 13, 2015 16:01
Use ApplicationManager.invokeAndWait()source code marked as 2 describes how to attach source folder to the moduleOn 10/13/2015 6:43 PM, Daniel Fritsi wrote:Many thanks.>So for "locking" I can eithe...
Community
IntelliJ IDEA Open API and Plugin Development
Modify source folders and resources
0 votes
Created
October 13, 2015 15:51
Add (required) plugin classes to Idea plugin SDK, add required plugin dependency in plugin.xml.On 10/12/2015 5:23 PM, pfu wrote:I want to have my plugin have an underlying facet of another plugin. ...
Community
IntelliJ IDEA Open API and Plugin Development
Plugin facet depend on other facet
0 votes
Created
October 13, 2015 15:46
MockComponentManager.registerService is implemented like following:public serviceImplementation) { myPicoContainer.unregisterComponent(serviceInterface.getName()); myPicoContainer.registerComp...
Community
IntelliJ IDEA Open API and Plugin Development
Install TestDialogManager
0 votes
Next
›
Last
»