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 May, 2017 28 commits
-
-
nik authored
Build scripts aren't started often so it makes no sense to use the daemon in them. Disabling the daemon explicitly suppresses annoying "please consider using the Gradle Daemon" message in build outputs (IDEA-CR-21178).
-
nik authored
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Anton Tarasov authored
-
Maxim.Mossienko authored
-
Vladislav.Soroka authored
-
nik authored
Currently there are some rare cases when 'commit' doesn't actually commit and dispose ModuleRootModel (for example, if the containing project is disposed). It's better to fix such cases but until it's done this change will help us to avoid leaks.
-
Alexander Kass authored
-
Anna Kozlova authored
create method from usage: treat polyadic expressions as for completion by containing expression (IDEA-151432)
-
Anna Kozlova authored
-
Tagir Valeev authored
1. DfaFactMap#calcFromVariable: unchecked warning fixed 2. NullnessUtil extracted out of CanBeNullFactType 3. CanBeNullFactType is anonymous now 4. New Nullness methods moved to NullnessUtil
-
Tagir Valeev authored
-
alexey.afanasiev authored
-
Kirill Kirichenko authored
-
Tagir Valeev authored
ObviousNullCheckInspection: improve extraction of side-effect statements when ternary operator or short-circuiting logic is involved.
-
Dmitry Batkovich authored
-
Ekaterina Tuzova authored
-
Ekaterina Tuzova authored
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Anna Kozlova authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
-
Tagir Valeev authored
1. Lambda/method reference creation is pure 2. String concatenation is pure 3. Constructor which only modifies own fields (calls setters, etc.) is pure 4. Exception creation is pure 5. A few hardcoded native methods
-
Tagir Valeev authored
-
- 17 May, 2017 12 commits
-
-
Maxim.Mossienko authored
-
Ilya.Kazakevich authored
When admin user launches Intellij, Windows revokes many user privileges to improve safety for admin users (that is how UAC works). One can't access "Program Files": any attempt to write something there leads on ACCESS_DENIED(5) error even if NTFS reports file is writable The only way to elevate privileges is to launch process as elevated. "Elevator.sln" is Win32API app that launches command as elevated. See its sources for more info.
-
Konstantin Aleev authored
-
Vassiliy.Kudryashov authored
The exception is caught, new logging may help with further investigations
-
Konstantin Kolosovsky authored
-
Konstantin Kolosovsky authored
Affected configurables are already registered using corresponding "ConfigurableProvider" instances
-
Konstantin Kolosovsky authored
Use "Use custom configuration directory" checkbox. So configuration directory browsing control is enabled if and only if checkbox is selected. IDEA-170598
-
Konstantin Kolosovsky authored
IDEA-170598
-
Konstantin Kolosovsky authored
Using common "<projectConfigurable />" approach instead of just overriding "AbstractVcs.getConfigurable()". This will allow creating child configurables under "Subversion" while still preserving lazy approach.
-
Konstantin Kolosovsky authored
Instead of creating custom wrapper for vcs configurables. All vcs configurables are still lazy initialized.
-
Konstantin Kolosovsky authored
-
Egor.Ushakov authored
-