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 .
- 11 Mar, 2019 40 commits
-
-
Viuginov Nickolay authored
IDEA-CR-44805
-
Viuginov Nickolay authored
IDEA-CR-44447
-
Julia Beliaeva authored
When computer was put to sleep during indexing, reported elapsed time could be incorrect and greater that expected. So it should be taken into account when selecting new indexing limit when user presses Resume. The new code tries to select the first number that is greater than elapsed time and is divisible by the limit value from registry. IDEA-191688 (cherry picked from commit a6fc5e13)
-
Julia Beliaeva authored
They are needed to count the total number of users with initialized log and calculate percentages from this number. FUS-97, FUS-102 (cherry picked from commit 8a4e8274)
-
Julia Beliaeva authored
(cherry picked from commit be2a9566)
-
Julia Beliaeva authored
(cherry picked from commit 70b0e51c, f3c2c65a)
-
Julia Beliaeva authored
(cherry picked from commit 0602c884)
-
Julia Beliaeva authored
(cherry picked from commits 3f2a08e0, 0225cc60)
-
Julia Beliaeva authored
(cherry picked from commit 0fce2909)
-
Sergey Simonchik authored
(cherry picked from commit 4b705e45)
-
Vladimir Krivosheev authored
(cherry picked from commit b4958293)
-
Vladimir Krivosheev authored
(cherry picked from commit e2e970da)
-
Dennis Ushakov authored
-
Sergei Vorobyov authored
(cherry picked from commit 3e343989)
-
Sergei Vorobyov authored
(cherry picked from commit bcd2cdf3)
-
Dmitry Jemerov authored
(cherry picked from commit 14976011)
-
Dmitry Jemerov authored
(cherry picked from commit 428074a7)
-
Alexander Zolotov authored
(cherry picked from commit 50c3a323)
-
Bradley Smith authored
provider given by extensions (cherry picked from commit 9d24211d)
-
Mikhail Golubev authored
(cherry picked from commit 33d72307)
-
Mikhail Golubev authored
(cherry picked from commit 4bfc4838)
-
Dennis Ushakov authored
-
Nadya Zabrodina authored
(cherry picked from commit 84302b0c)
-
Vitaliy.Bibaev authored
IDEA-CR-44614: [memory-agent] IDEA-208333 Memory Agent causes strange exceptions in program when running in debug mode https://github.com/JetBrains/debugger-memory-agent/commit/dbfccfd4003dfa36c2e8dcba76734f60fc7c58bd (cherry picked from commit 4ec11a79)
-
Alexander Zolotov authored
+ change mnemonic of `Allow parallel run` to U + replace removing mnemonics from getStartActionText to just calling getActionText The motivation is described in the ticket. Removing mnemonic seems to be safe here as: 1) the mnemonic was assigned to a default button; 2) the mnemonic might be different in the same dialog depending on executor, so habit cannot be strong here. (cherry picked from commit 748587d3)
-
Maxim.Mossienko authored
cleanup from master, 822c6b8e and 28850554
-
Roman Shevchenko authored
(cherry picked from commit f441eaad), IDEA-CR-44530
-
Roman Shevchenko authored
(cherry picked from commit c009cf2f), IDEA-CR-44529
-
Roman Shevchenko authored
(cherry picked from commit 24081110), IDEA-CR-44528
-
Sergei Vorobyov authored
IDEA-CR-44100: IDEA-207396, IDEA-205456 fixed races between test state finalization and termination checks (cherry picked from commit b55cc1ba)
-
Dennis Ushakov authored
-
Dennis Ushakov authored
-
Dennis Ushakov authored
-
nik authored
IDEA-CR-44460: java: register simple AnalyzeStacktraceAction in JavaIdePlugin.xml and override it with UnscrambleAction in JavaActions.xml This is needed to properly register UnscrambleAction in Java plugin in other IDEs (IDEA-195719) because all of them have AnalyzeStacktraceAction registered by the same ID. (cherry picked from commit 07513c67)
-
Alexey Kudravtsev authored
IDEA-CR-44752: avoid rebuilding vfs under read lock to fix EA-137811 - assert: FSRecords$DbConnection.handleError (cherry picked from commit a5901b11)
-
nik authored
Now it checks classes even if they don't have plugin.xml files in their modules, don't report error if an element and its class are declared in different modules included into the same plugin (IDEA-208472), show name of problematic class in error message, check serviceInterfaces attributes unless service is marked with 'overrides'. (cherry picked from commit eaa927cb)
-
Dmitry Batkovich authored
same parameter value inspection should not warn if method is used in method reference expression (IDEA-207552) (follow IDEA-CR-43767)
-