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 .
- 07 Apr, 2017 36 commits
-
-
Roman Shevchenko authored
-
Roman Shevchenko authored
-
Vassiliy.Kudryashov authored
-
Kirill Kirichenko authored
-
Kirill Kirichenko authored
-
Egor.Ushakov authored
-
Vladimir.Orlov authored
-
Vladimir.Orlov authored
IDEA-170514 Codesign is broken after AppCode 2016.3.3 -> AppCode 2017.1 patch update
-
Julia Beliaeva authored
-
Julia Beliaeva authored
Git log output can be quite big, either we have a big list of commits or one big commit with many changed files (the former is not a problem, but the latter can be). In order to parse it GitLogParser is used, but unfortunately its methods required a String as an input, while git log output is stored in a StringBuilder. StringBuilder.toString method copies the contents instead of sharing it. This is unnecessary since parsing is done sequentially. So to avoid input copying GitLogParser now accepts CharSequences.
-
Dmitry Batkovich authored
actual parameter is the same value inspection: add option to ignore method by visibility (remove redundant writeSettings)
-
Egor.Ushakov authored
-
Dmitry Batkovich authored
actual parameter is the same value inspection: add option to ignore method by visibility Dmitry Batkovich 7/4/2017, 3:45 PM
-
Anna.Kozlova authored
-
Dmitry Batkovich authored
-
Valentina Kiryushkina authored
-
Elizaveta Shashkova authored
We do it in order to have ability to stop on the next line after the settrace() call
-
Elizaveta Shashkova authored
-
Nicolay Mitropolsky authored
-
Egor.Ushakov authored
-
Valentina Kiryushkina authored
Refactor addNextRecommendation: 1) Check nullity when getting lesson from editor 2) Pass lesson as parameter 3) Minor Do not set lesson in addAsNextTask method because it's already set in task init
-
Alexander Zolotov authored
All usages on TeamCity were migrated to using `gradlew setupJdks` task
-
Dmitry Jemerov authored
-
Ekaterina Tuzova authored
-
nik authored
new Pair<>(...) is shorter than Pair.create so it makes no sense to highlight usages of Pair constructor if language level is 1.7 or newer.
-
Anna.Kozlova authored
intention to extract lambda body to method and convert to method reference: avoid overhead caused by extract method processor
-
Vassiliy.Kudryashov authored
Signed-off-by:
Vassiliy.Kudryashov <Vassiliy.Kudryashov@jetbrains.com>
-
Bas Leijdekkers authored
-
Alexander Lobas authored
-
Anton Tarasov authored
IDEA-170099 [followup] let Swing text components dynamically scale HTML text on user scale factor change
-
Kirill Likhodedov authored
-
Kirill Likhodedov authored
It was introduced in 770b62ad to collect changes under a modal progress, but the sense was lost after changes in 9b28336f.
-
Bas Leijdekkers authored
-
Ivan Bessonov authored
-
Anna.Kozlova authored
-
Anna.Kozlova authored
-
- 06 Apr, 2017 4 commits
-
-
peter authored
-
Alexey Gopachenko authored
(cherry picked from commit 34601b83)
-
Eldar Abusalimov authored
These characters enable extended POSIX globbing on Cygwin. References: https://github.com/mirror/newlib-cygwin/blob/961a6909d950a0423d0e70e8a64187fb7d535c7d/winsup/cygwin/dcrt0.cc#L208-L209 if (*word != '~' && strpbrk (word, "?*[\"\'(){}") == NULL) return 0; Fixes: - IDEA-165122 git stash broken - IDEA-54753 Git: Unstash changes: Apply and pop actions fail.
-
Roman Shevchenko authored
-