intellij-14

How to import Android Studio (1.0) project into Intellij 14 Ultimate

狂风中的少年 提交于 2019-12-23 07:49:41
问题 I have an Android Studio project and I would like to start using Intellij 14 Ultimate to take advantage of some of the cool features it has to offer. When I try to open my project I get a message saying: Gradle Sync Version 1.0.0-rc4 of the Android Gradle plug-in requires Gradle null or newer. A local Gradle distribution was not found .... Click 'OK' to use the Gradle wrapper. I click ok and it tries to Sync, but fails. Here is what the error console says: Gradle version 2.2 is required.

How to group Sonar results by severity (MAJOR, MINOR,CRITICAL) in intellij community edition

柔情痞子 提交于 2019-12-22 10:26:58
问题 I would like to categorize SonarQube results by severity 'major'. I have installed SonarQube plugin in intellij community edition(version 14.1.4). When i try to run the sonar Analyze -> Inspect code, The inspection window shows all the issues by rule but does not categorize the issues by major, minor and critical. I would really appreciate if anyone has achieved this using IntelliJ IDEA Community edition. 回答1: According to this open github request, it looks like it used to be there in v1, but

How to group Sonar results by severity (MAJOR, MINOR,CRITICAL) in intellij community edition

蓝咒 提交于 2019-12-22 10:18:38
问题 I would like to categorize SonarQube results by severity 'major'. I have installed SonarQube plugin in intellij community edition(version 14.1.4). When i try to run the sonar Analyze -> Inspect code, The inspection window shows all the issues by rule but does not categorize the issues by major, minor and critical. I would really appreciate if anyone has achieved this using IntelliJ IDEA Community edition. 回答1: According to this open github request, it looks like it used to be there in v1, but

IntelliJ IDEA can't open projects or add SDK on macOS Catalina

折月煮酒 提交于 2019-12-22 05:05:29
问题 If I open IntelliJ IDEA and try and import any project or open any folder containing a project, nothing happens, I'm just returned to this screen. Earlier on, before I moved my project files around, I tried to set a new JDK for a project and i clicked add SDK and then selected Java 12 home and again it returned to the screen without adding anything. Is there some permission I need to grant to IntelliJ Idea? Seems to have started since installing MacOS Catalina. 回答1: It's a known issue

IntelliJ IDEA can't open projects or add SDK on macOS Catalina

寵の児 提交于 2019-12-22 05:04:00
问题 If I open IntelliJ IDEA and try and import any project or open any folder containing a project, nothing happens, I'm just returned to this screen. Earlier on, before I moved my project files around, I tried to set a new JDK for a project and i clicked add SDK and then selected Java 12 home and again it returned to the screen without adding anything. Is there some permission I need to grant to IntelliJ Idea? Seems to have started since installing MacOS Catalina. 回答1: It's a known issue

java.lang.NoClassDefFoundError: sbt/compiler/IC$Result

久未见 提交于 2019-12-22 01:35:06
问题 Hope someone can help me to get rid of this issue. When I add addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "1.0.0") to plugins.sbt then I get java.lang.NoClassDefFoundError: sbt/compiler/IC$Result plugins.sbt: logLevel := Level.Warn resolvers += "Typesafe repository" at "http://repo.typesafe.com/typesafe/releases/" addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.3") addSbtPlugin("com.typesafe.sbt" % "sbt-play-ebean" % "1.0.0") build.sbt: name := "HelloWorld" version := "1.0"

How to run Java scratch file in IntelliJ IDEA

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-21 03:27:12
问题 I just start using IntelliJ-14 and I want to know about a scratch file. If I create a java scratch can I compile this as a normal Java class. What I Have Already Tried Create a Java class in a scratch file but unable to find any way to compile this. What I am looking for rather than creating a new Java file in an existing project for running some test code I just want to use scratch file and write some test class with the main method and after complete running close the scratch file. Is that

How to run Java scratch file in IntelliJ IDEA

守給你的承諾、 提交于 2019-12-21 03:27:09
问题 I just start using IntelliJ-14 and I want to know about a scratch file. If I create a java scratch can I compile this as a normal Java class. What I Have Already Tried Create a Java class in a scratch file but unable to find any way to compile this. What I am looking for rather than creating a new Java file in an existing project for running some test code I just want to use scratch file and write some test class with the main method and after complete running close the scratch file. Is that

“UML Support” Plugin for IntelliJ

走远了吗. 提交于 2019-12-20 08:53:18
问题 I must be missing something. I am reading this article and it says that there is a plugin called "UML Support" which is enabled by default. I didn't have it, so I went to Preferences > Plugins and see no such plugin. Searching didn't show it as well. This page which is a sub-page of the previous one says I should be able to press CMD Shift Option U and a diagram will come up. That doesn't work, and I also don't see a Diagram > Show Diagram on any context menu for my files in the project. How

Ignore a folder in search results

笑着哭i 提交于 2019-12-20 08:19:25
问题 I'm searching for a string and getting matches in a source folder, and a build folder (file in source gets copied to build during build). I do not need the build folder result. Vim has wildignore which helps filter out results. Is there something similar in intelij? 回答1: Mark your build folder as excluded: File > Project Structure > Modules > Sources > Mark as Excluded (red icon) You can also just right click on your folder and select Mark Directory As > Excluded . Excluded folders (shown as