intellij-13

How to manually install IntelliJ IDEA patch update?

心已入冬 提交于 2020-08-22 05:53:07
问题 I get the following connection error while updating IntelliJ behind proxy (the proxy ping in IntelliJ is working though): Connection Error: Failed to prepare an update: Cannot download 'http://download.jetbrains.com/idea/IU-xxx-patch-win.jar': Connection closed at byte 17920. Expected 20941088 bytes. , response: 200 OK Open download page. Solution? I was able to download the file ...patch-win.jar via a browser. How can I now install this patch manually for IntelliJ in a Windows environment?

Where does IntelliJ put .class files when it compiles during typing

只谈情不闲聊 提交于 2020-07-15 07:50:14
问题 Is IntelliJ compiling all the time since it tells me with red squiggly lines when there is an error? (in addition to the autocomplete features) Or is it doing some sort of psuedo compiling? If it is doing legit compiling, where does it put these compiled classes? I'de like to point my JRebel to that directory instead of the individual module target folders. 回答1: Meo is right, from what I learned when I developed plugins for custom languages, IntelliJ does not compile anything until you

Where does IntelliJ put .class files when it compiles during typing

微笑、不失礼 提交于 2020-07-15 07:48:14
问题 Is IntelliJ compiling all the time since it tells me with red squiggly lines when there is an error? (in addition to the autocomplete features) Or is it doing some sort of psuedo compiling? If it is doing legit compiling, where does it put these compiled classes? I'de like to point my JRebel to that directory instead of the individual module target folders. 回答1: Meo is right, from what I learned when I developed plugins for custom languages, IntelliJ does not compile anything until you

Google OR-Tools in Intellij: UnsatisfiedLinkError

放肆的年华 提交于 2020-06-28 05:58:59
问题 I am setting up a java framework that should use the Google OR-Tools. The code below compiles successfully, but throws an exception at runtime: Exception in thread "main" java.lang.UnsatisfiedLinkError: com.google.ortools.linearsolver.operations_research_linear_solverJNI.MPSolver_CLP_LINEAR_PROGRAMMING_get()I at com.google.ortools.linearsolver.operations_research_linear_solverJNI.MPSolver_CLP_LINEAR_PROGRAMMING_get(Native Method) at com.google.ortools.linearsolver.MPSolver

Intellij: add space after double slashes in line comment

和自甴很熟 提交于 2020-01-12 02:50:11
问题 Is there a way in Intellij IDEA (I'm using version 13) to automatically add a space to line comments between the two slashes and the text: If I enter : //This is a comment I'd like to get the following when I run a code reformat (Ctrl-Alt-L on Windows) // This is a comment It's for Javascript files but should be working for other file types. 回答1: If you press CTRL / or CMD / it will put // at the beginning of the line and the comment will be properly indented. // comment with two indents For

Intellij IDEA and Maven, disable reading pom.xml on every small change, even without a save

大城市里の小女人 提交于 2020-01-11 09:47:06
问题 This is causing intellij to become slow and freeze up which is annoying as ****. It appears as if it analyses other files similar to pom.xml causing freezes on other places as well. Can this be disabled? 回答1: In Windows Operating system, Press Ctrl + Alt + S , or File\Settings\ Project Settings section. in section Maven : * Uncheck: Import Maven project automatically . * Section Generated sources folder: , Choose Don't Detect . * Section Runner : Uncheck Run in background . 回答2: You can

Intellij IDEA: Pinned tabs, close will close. How to disable?

谁说我不能喝 提交于 2020-01-04 09:09:12
问题 I have a hotkey for closing tabs, CTRL + W but it closes even pinned tabs. So does the [X] on the tabs. And so does the right click -> close tab. Is this a bug? It didn't use to be like this. I am on intellij 13 回答1: Pinning a tab in IntelliJ simply means it will not automatically close when you have exceeded the maximum number of allowed open tabs (the value of which you can edit, but is 10 by default). It has nothing to do with your own actions to close it (except for the Close All but

Intellij maven imports have broken classpath

杀马特。学长 韩版系。学妹 提交于 2020-01-02 02:30:08
问题 I'm using Intellij 13, I've been using Maven quite happily for awhile now to manage the JAR dependencies. But the last few I've imported are causing a broken classpath issue, and they're not being installed to the repository. I though it might be just the JSONPath library, but when I tried to install Selenium drivers it also happened with those libs. I checked the local repository and the directories exist, but the JARs haven't downloaded. This only started happening recently, and a lot of

Intellij - Cannot start maven service - ExecutionException

本小妞迷上赌 提交于 2019-12-22 11:17:28
问题 I'm using Intellij 13.1.5 on Ubuntu 14.0.4 (amd64), Maven 3.0.5, Java Oracle 1.7.0_72 I noticed some irregularities with maven whilst using Intellij namely dependencies added and removed where not reflected in the module or in the External Libaries listing. Then when I ran Intellij from the shell I saw this exception: [ 14649] WARN - #org.jetbrains.idea.maven - Cannot open index /home/sbotting/.IntelliJIdea13/system/Maven/Indices/Index0 org.jetbrains.idea.maven.indices.MavenIndexException:

How to disable Maven auto import automatically in IntelliJ IDEA?

怎甘沉沦 提交于 2019-12-19 12:23:27
问题 I believe this setting might be causing IntelliJ IDEA to behave slowly. I used to get a popup and finally clicked 'do this automatically', and now it is on, but I want to turn it off again. How can I disable Maven 'auto import'? 回答1: Uncheck Project Settings | Maven | Importing | Import Maven projects automatically . For IDEA 14+ it's under Settings | Build, Execution, Deployment | Build Tools | Maven | Importing | Import Maven projects automatically . 回答2: Go to Intellij's Settings and