This project is mirrored from https://gitee.com/mirrors/intellij-community.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer.
Last successful update .
- 18 Mar, 2019 1 commit
-
-
Dmitry Batkovich authored
-
- 15 Mar, 2019 39 commits
-
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
file based indices: remove redundant isContentPhysical check (because it's equivalent to in memory mode flag)
-
Dmitry Batkovich authored
-
Egor Ushakov authored
-
Vladimir.Orlov authored
This reverts commit 33877b0b Info.plist is required for building macOS Launcher by the TC configuration: https://buildserver.labs.intellij.net/viewLog.html?buildId=43643072&buildTypeId=ijplatform_master_Idea_MacLauncher&tab=buildLog&_focus=441
-
Nicolay Mitropolsky authored
-
Nicolay Mitropolsky authored
because it is a top-level module where Kotlin is allowed
-
Kirill Kirichenko authored
-
Vladimir Krivosheev authored
-
Daniil Ovchinnikov authored
-
Vladimir Krivosheev authored
-
Vladimir Krivosheev authored
idea.prepare.app.start.parallel is true by default only on macOS until HiDPI issue is not fixed on Linux
-
Vladimir Krivosheev authored
-
Daniil Ovchinnikov authored
-
Sergey Simonchik authored
https://buildserver.labs.intellij.net/viewLog.html?buildId=43504729&tab=buildResultsDiv&buildTypeId=ijplatform_master_WebStorm_JavaScriptDebuggerTests_MacOS#testNameId-6648540928441028875 Found leaked class com.intellij.openapi.project.impl.ProjectImpl: Project (Disposed) express-generator; hash: 1725098648; place: Project (Disposed) express-generator via 'com.intellij.terminal.JBTerminalWidget.myProject'; Value: 'Project (Disposed) express-generator' of class com.intellij.openapi.project.impl.ProjectImpl via 'com.jediterm.terminal.ui.JediTermWidget$EmulatorTask.this$0'; Value: 'com.intellij.terminal.TerminalExecutionConsole$ConsoleTerminalWidget[terminal,0,0,0x0,invalid,layout=java.awt.BorderLayout,alignmentX=0.0,alignmentY=0.0,border=,flags=9,maximumSize=,minimumSize=,prefe...' of class com.intellij.terminal.TerminalExecutionConsole$ConsoleTerminalWidget via 'java.lang.Thread.target'; Value: 'com.jediterm.terminal.ui.JediTermWidget$EmulatorTask@18137d5' of class com.jediterm.terminal.ui.JediTermWidget$EmulatorTask via '?'; Value: 'Thread[Connector-TtyConnector:/opt/buildAgent/temp/buildTmp/NodeJsTest_8.12.0/node-v8.12.0-darwin-x64/bin/node /opt/buildAgent/temp/buildTmp/NodeJsTest_8.12.0/node-v8.12.0-darwin-x64/lib/node_modules/...' of class java.lang.Thread via 'java.lang.ThreadGroup.threads'; Value: '[Ljava.lang.Thread;@5508c719' of class [Ljava.lang.Thread; via 'java.awt.EventQueue.threadGroup'; Value: 'java.lang.ThreadGroup[name=main,maxpri=10]' of class java.lang.ThreadGroup via '?'; Value: 'com.intellij.ide.IdeEventQueue@7555782c' of class com.intellij.ide.IdeEventQueue (from IdeEventQueue.getInstance())
-
Alexander Lobas authored
-
Pavel Dolgov authored
Java: Intention that wraps list/set/map with Collections.unmodifiable - don't suggest on the left-hand side of assignment (IDEA-208885)
-
Roman Shevchenko authored
-
Daniil Ovchinnikov authored
-
Egor Ushakov authored
-
nik authored
util: move suspicious rethrow and rethrowAllAsUnchecked back from ExceptionUtilRt to ExceptionUtil (IDEA-CR-35889)
-
Konstantin Aleev authored
-
Daniil Ovchinnikov authored
-
peter authored
-
Vladislav.Soroka authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Dennis Ushakov authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Dmitry Batrak authored
-
Daniil Ovchinnikov authored
-
Daniil Ovchinnikov authored
-
Florian Gamböck authored
With maven-build-helper, one can define multiple executions that can each add source or resource folders to the project. With the current implementation, IntelliJ only considers the very first execution that matches the given maven goal, like add-sources. However, it is perfectly fine with Maven to define multiple executions with the same goal. This also happens automatically, for example when multiple Maven profiles are defined and active, that each call add-source of the maven-build-helper. With this commit, I changed the folder importing strategy, so that not only the first matching execution is considered, but all executions that call the appropriate Maven goal. I also added a test case that fails on current master, but passes with this commit. It simulates a project structure with multiple additional sources and resources folders, with each of them added in different executions of the maven-build-helper. This can be a common scenario if one extensively uses Maven profiles to trigger specific actions.
-
Dmitry Batkovich authored
-
Dmitry Batkovich authored
-