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 .
- 19 Oct, 2019 1 commit
-
-
Kirill.Skrygan authored
GitOrigin-RevId: 9ca9aef2c0415e1e77677eb24e148d4a57ef1bcb
-
- 18 Oct, 2019 2 commits
-
-
Kirill.Skrygan authored
-ESC on the MainFrame's changesBrowser focuses the LOG view -F7 on the commit changes browser selects the editor GitOrigin-RevId: 922330a7d55cd81c750cc148b0366434fc4ca0c0
-
Kirill.Skrygan authored
implement GHPR in editor tabs (live preview to be implemented soon) GitOrigin-RevId: 0b5b402d0273e67f8c2d54e708c736fb4dcf1260
-
- 17 Oct, 2019 10 commits
-
-
nik authored
build scripts: show full name for "TwelveMonkeys ImageIO" library in third-party software list (IDEA-224984) GitOrigin-RevId: 60cc3edf73ef5f74130560892c902978f0872d15
-
Tagir Valeev authored
GitOrigin-RevId: a69adf66817d6e9e23f1777ddef64d8aec0d49c6
-
Anna.Kozlova authored
GitOrigin-RevId: 16ebacb09165a7a8dc48dd2452c85cf3de34b43c
-
Anna.Kozlova authored
GitOrigin-RevId: 2db24c6bbc48392636f42e7ee6095c3e2f7ed73b
-
Tagir Valeev authored
Fixes EA-215007 - [ExtractVar] REWA: VariableExtractor.ensureCodeBlock GitOrigin-RevId: 565611ad29a3ffa42932a1c4e84b7528af26e620
-
Tagir Valeev authored
Disallow creating a fact with an empty range GitOrigin-RevId: 1a8b5186370b59c07021ad029c0044ef5292462c
-
Vladimir Krivosheev authored
GitOrigin-RevId: e468fef248eca1cfe5efabae1530ef317aa9efd7
-
Tagir Valeev authored
Fixes EA-215042 - IAE: FileBasedIndex.getFileId GitOrigin-RevId: f95103dc53ac73a558f93008f1e7d7a2d25370de
-
Tagir Valeev authored
GitOrigin-RevId: f635d3e00449a179143ece835cea01519bc32ea4
-
Konstantin Kolosovsky authored
GitOrigin-RevId: 9b8db78418229a0e869e29500f82b72e40d7b32b
-
- 16 Oct, 2019 27 commits
-
-
Nikita Skvortsov authored
GitOrigin-RevId: 21f9a0d622aeac6505ec070e09c5769c01924756
-
Konstantin Kolosovsky authored
GitOrigin-RevId: aac2e894811cb6e97a2942e7bc5762ec743c1698
-
Nadya Zabrodina authored
* NSEE and wrong LOG notifications were shown GitOrigin-RevId: eeb44fa4d10fd13c6c119eca1bd445d1f9ca734a
-
Anna Kozlova authored
rearrange Java, J2ME inspections -> Java, Performance, Embedded to reflect what inspections are about GitOrigin-RevId: aae7ba9c71147ee1bbc87c10d432e03960b2d5bf
-
Vassiliy.Kudryashov authored
UX rework according to the new design GitOrigin-RevId: a7af246615a51acea3e62f053144e89bf2d5656b
-
Gregory.Shrago authored
GitOrigin-RevId: b3ada2a1a82c8168cfec253f4be5ea9f96856fed
-
Ilya.Kazakevich authored
* Remote process command line must be patched to support debug, profile etc. It is now done with PyRemoteCommandLinePatcher.kt * WSL2 must run with closed stdin because of MS bug. So, we check if we are on WSL2, and close it. * WSL2 uses different approach to connect to host for debug (see PyWSLSocketProvider) * WSL2 needs several commands to run to get list of mappings, so we wrap it with modal dialog. GitOrigin-RevId: 1789afd9832f048d10d972f5e0f23977e92f973f
-
Roman Shevchenko authored
GitOrigin-RevId: e79fc17f2bda6ac1dca99cfcfc8f65e4d5e25d4d
-
Andrey Vlasovskikh authored
GitOrigin-RevId: 4fc61e59a1ddc89696a8e9e315b1dc0a0d3de4a5
-
Andrey Vlasovskikh authored
PY-33254 Complete file paths in string literals assigned to variables that has something about file paths in their names GitOrigin-RevId: 01a4dfc57348608597fbc13ce17fecdaa7c08e38
-
Andrey Vlasovskikh authored
GitOrigin-RevId: bf76612a750b3b2204688ff2580ac993124ee4d6
-
Andrey Vlasovskikh authored
GitOrigin-RevId: 46833d575406b7d88e2118323e450d3cec0f0b4a
-
Andrey Vlasovskikh authored
GitOrigin-RevId: 289dbb39f0313c089c2cb95a3bf8c3b25b89be96
-
Andrey Vlasovskikh authored
PY-33254 Separate console file reference provider that resolves paths relative to console working directory only GitOrigin-RevId: 12a70b5c751d02dded5d92cf419bd3dd08db0221
-
Andrey Vlasovskikh authored
GitOrigin-RevId: 418cef341aad50157bce6a47959651f3ebc9501a
-
Andrey Vlasovskikh authored
GitOrigin-RevId: 1b2459fb77ff1261141c4fc9e48fdd2a3d26156a
-
Andrey Vlasovskikh authored
GitOrigin-RevId: 83caf85d59e4a04aebe2028ffdb878132d835cb6
-
Andrey Vlasovskikh authored
GitOrigin-RevId: ee3411d5f22e2c1e2fcedb4268b4081522dd2689
-
Andrey Vlasovskikh authored
GitOrigin-RevId: 644efad71080f0f4fd9b032918b17fa1a635faea
-
Andrey Vlasovskikh authored
GitOrigin-RevId: 58daa415d93784bda27b55b5e3339c4c8eda83b8
-
peter authored
IDEA-165845 Intention "Remove annotation" does not remove @Nonnull/@Nullable annotation from methods overriddes GitOrigin-RevId: bce0718604b643df12bbc4e4e3e379091a6293aa
-
Lada Gagina authored
TypedDict was introduced in https://www.python.org/dev/peps/pep-0589 GitOrigin-RevId: cca138735c7927302214accde298b2f5aae20b48
-
Alexander Zolotov authored
GitOrigin-RevId: 1712926286a01e571a63b5ccf796082c4e628ade
-
Gregory.Shrago authored
Also always add essential plugins to selected plugins set. GitOrigin-RevId: d38cce846cab199bf2251ac4acfe0781eff4d8b4
-
Nikolay Rykunov authored
GitOrigin-RevId: 6fb60ed87003a79708d94d963ed3f339e0382111
-
Vladislav Shishov authored
GitOrigin-RevId: b8da664de17ed12977f7e1d3e3bbfd7c4f0bc6a1
-
Ivan Semenov authored
GitOrigin-RevId: 025cebdf60355706d5963de3fa49ec0cf3aa3d63
-