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 .
- 24 Oct, 2017 1 commit
-
-
Mikhail Golubev authored
Additionally, check that "Align collections and comprehensions when multiline" setting doesn't affect it as it used to.
-
- 23 Oct, 2017 1 commit
-
-
Mikhail Golubev authored
-
- 16 Oct, 2017 5 commits
-
-
Mikhail Golubev authored
Use ContinuationIndent instead of ContinuationIndentWithoutFirst for its operands and operators instead. This way we don't over-indent a condition in parentheses when the opening bracket is on its own line. Also test that binary expressions in other positions are not over-indented thanks to the use of ContinuationWithoutFirst for them.
-
Mikhail Golubev authored
-
Mikhail Golubev authored
in order to the structure of nested binary expressions during formatting. For instance, "x and y or z" and "x or y and z" should be formatted the same regardless of the precedence of individual operations.
-
Mikhail Golubev authored
-
Mikhail Golubev authored
-
- 13 Oct, 2017 33 commits
-
-
Mikhail Golubev authored
-
Roman Shevchenko authored
-
Anton Tarasov authored
-
Anton Tarasov authored
This reverts commit 1f427466 as it completely breaks UI scale in JRE-HiDPI mode (on OSX by default).
-
alexey.afanasiev authored
-
Dmitry Batrak authored
-
Maxim Kropotov authored
problem with ifs
-
Vasily Romanikhin authored
-
Roman Shevchenko authored
-
Vasily Romanikhin authored
-
Sergey Malenkov authored
-
Egor Ushakov authored
-
Maxim.Mossienko authored
-
kskrygan authored
-
kskrygan authored
-
Vladimir Krivosheev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Alexey Kudravtsev authored
-
Leonid Shalupov authored
not "64-bit launcher", since 64-bit is redundant in this case (reviewed by kb)
-
Aleksey Rostovskiy authored
-
Kirill Kirichenko authored
-
Eugene Zhuravlev authored
-
Eugene Zhuravlev authored
-
nik authored
It's now required to use at least IDEA 2017.2.5 to work on IntelliJ IDEA project, this is needed to allow us excluding transitive dependencies in repository libraries settings (IDEA-178557).
-
kskrygan authored
-
alexey.afanasiev authored
-
Sergey Malenkov authored
-
Sergey Malenkov authored
1. was leaf, now leaf: do nothing 2. was leaf, now not leaf: mark as not a leaf and reload children 3. was not leaf, now leaf: reload children for proper notifications 4. was not leaf, now not leaf: reload only loaded children
-
Ivan Semenov authored
-