intellij-14

Unable to import maven project in IntelliJ14

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-03 06:32:40
问题 I'm trying to import the Maven projects from IntelliJ button (the one with the arrows in circle), but I get the following message "Unable to import maven project. See logs for details", as shown in the following picture If I go into the log, I see: 2015-06-01 11:16:46,932 [ 89176] ERROR - #org.jetbrains.idea.maven - org/apache/maven/execution/MavenExecutionRequestPopulationException java.lang.NoClassDefFoundError: org/apache/maven/execution/MavenExecutionRequestPopulationException at org

Intellij idea, detach editor window

让人想犯罪 __ 提交于 2019-12-03 05:59:07
I have recently removed tabs from my Intellij setup, because with all the features available to navigate between files, who needs them? The issue is, the normal way of detaching an editor window would be to drag the tab onto another screen (or area). There doesn't appear to be anything in the key mappings for detaching an editor window. Is there a way of doing this via the keyboard? The keyboard shortcut your are looking for is SHIFT + F4 (the action assigned to this shortcut is called Open Source in New Window . When you invoke this action the currently opened tab (file) will be opened in new

Building war with Gradle, Debugging with IntelliJ IDEA

China☆狼群 提交于 2019-12-03 03:31:30
I have JavaEE webapp project(named ProjectA) developed in IntelliJ IDEA.It has build.gradle file that applies war plugin : apply plugin: 'war' I want to debug(or run) gradle generated war file instead of debugging auto generated intellij artifact . It's very important for me that I can update classes changed during debugging without need to restart server. How can I do it? Note that : 1) When click refresh button in gradle plugin tab ( ) Intellij updates all project configurations(for example module dependencies) and generate artifacts.I called it auto generated intellij artifact . For run it

Webpack watch not working on Webstorm on Windows?

守給你的承諾、 提交于 2019-12-03 00:35:25
问题 So basically I have a project using Webpack, if I build using Webpack -w , editing the file with another editor will trigger the watch; however if I edit the file using Webstorm, nothing will happen. I have came across this post, which seems I'm not the only one, however that solution is for Ubuntu, so I was wondering if there is anything similar for Windows? Thanks 回答1: seems Webpack watch doesn't work if the file is not saved directly. Please try turning ' Safe write ' option ( Settings |

Unable to import maven project in IntelliJ14

僤鯓⒐⒋嵵緔 提交于 2019-12-02 20:11:39
I'm trying to import the Maven projects from IntelliJ button (the one with the arrows in circle), but I get the following message "Unable to import maven project. See logs for details", as shown in the following picture If I go into the log, I see: 2015-06-01 11:16:46,932 [ 89176] ERROR - #org.jetbrains.idea.maven - org/apache/maven/execution/MavenExecutionRequestPopulationException java.lang.NoClassDefFoundError: org/apache/maven/execution/MavenExecutionRequestPopulationException at org.jetbrains.idea.maven.server.Maven32ServerImpl.applyProfiles(Maven32ServerImpl.java:81) at sun.reflect

How do I turn on line numbers permanently in IntelliJ 14? [duplicate]

余生长醉 提交于 2019-12-02 20:04:04
This question already has answers here : How can I permanently enable line numbers in IntelliJ? (20 answers) How do I permanently turn on line numbers in IntelliJ IDEA 14? This post is outdated: how-can-i-permanently-have-line-numbers-in-intellij Permanently (Ubuntu): File > Settings > Editor > General > Appearance > Show Line Numbers For just the current editor: View > Active Editor > Show Line Numbers You can do it even faster, using the Search Everywhere tool (press Shift twice): type "Show Line Numbers" (or even "line") and the top hit is the switch for permanent line numbers. There are 2

Disable copying entire line when nothing is selected in Intellij

不羁岁月 提交于 2019-12-02 18:50:19
I have recently started using Intellij and I noticed that by default, when you do ctrl+c for copying something when you have nothing selected, it copies the entire line into the clipboard overriding what I had in there before. This is really annoying yet I cannot seem to figure out how to disable it. I am aware that there is a paste history you can use however this is not what I am after, I just want to disable it like you can do with sublime text. Is there a way to disable this behaviour so that when I press ctrl+c and nothing is selected it just leaves the clipboard alone? Invoke Help | Find

Webpack watch not working on Webstorm on Windows?

梦想与她 提交于 2019-12-02 14:09:33
So basically I have a project using Webpack, if I build using Webpack -w , editing the file with another editor will trigger the watch; however if I edit the file using Webstorm, nothing will happen. I have came across this post , which seems I'm not the only one, however that solution is for Ubuntu, so I was wondering if there is anything similar for Windows? Thanks seems Webpack watch doesn't work if the file is not saved directly. Please try turning ' Safe write ' option ( Settings | Appearance & Behavior | System Settings | Use "safe write" (save changes to temporary file first) ) off Also

How to change the active tab header's color in IntelliJ 14.1.4?

点点圈 提交于 2019-11-30 11:43:17
问题 I'm using a dark theme in IntelliJ 14, the problem is that I have difficulties in distinguish the active tab, because its header's background is not different than the other tabs I have opened (or it is, but very little). I looked all over the place for a method to change the color of the active tab header's background, no luck so far. Please help? 回答1: Please note that this setting has worked for IntelliJ 14 back then, but is no longer applicable for newer versions Find the comments below

IntelliJ Ultimate 14 find usages not working

淺唱寂寞╮ 提交于 2019-11-30 10:43:51
I am using Intellij IDEA 14 Ultimate. When I search find usages, in find view there is a info like Searching for usages in project files" and doesn't return any result. Scope is "whole project". I have also IntelliJ 14 Community Edition. When it try find usages in community edition, it works. Do you have any idea? I had exactly the same problem, so for people looking for the quick answer, try File -> Invalidate Caches / Restart Thanks to user @yole and his comment. If it doesn't solve by File -> Invalidate Caches / Restart then make sure your 'src' folder is marked as 'Sources' in project