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 .
- 10 May, 2024 1 commit
-
-
Kate Botsman authored
In the commit below project session creation was moved from `InitProjectActivity` to `ProjectServiceContainerInitializedListener` in order to have the valid project session as early as possible (before any components or services are loaded) https://jetbrains.team/p/ij/repositories/ultimate/revision/8918289b326ae6f5657ed5d8ad1976edb7dfd67d However, in case of new project creation, `ProjectServiceContainerInitializedListener`s are executed before the project is actually opened. In monolith (standalone IDE) it's not noticeable because the frame is created much later. But in split (RD) we create the frame at the same time, we receive new project info from backend. I partially revert changes - `ProjectAttachActivity` becomes `InitProjectActivity` again, so we can be sure that frontend receives project information only when the project is actually opened. (cherry picked from commit be21c03ced8bf0287ec7439ce2c50a2a8e2cdd8b) GitOrigin-RevId: bfcb159a119c6614dc4bd4ca49a00331a135bd46
-
- 09 May, 2024 7 commits
-
-
Sofia Kondirova authored
GitOrigin-RevId: 3c886c3e3b93c46892652e16bed8b29897746e7a
-
Konstantin Hudyakov authored
This information can be very useful during investigation of the issues from users. IJ-CR-130582 (cherry picked from commit 76b550e4f722bfe90158dad83970e15475eef4cd) GitOrigin-RevId: 776f94dc00afa2571f05ebabd3feac315c303e94
-
Konstantin Hudyakov authored
We have to always set `POWERLEVEL9K_INSTANT_PROMPT` in a new terminal, because in `zshenv` we don't know whether it will be installed or not. So, we can't rely on this variable to detect whether P10K is used. IJ-CR-130582 (cherry picked from commit bb5cf395bacc8df2b2bfd8e89b4b4e832b2fe14c) GitOrigin-RevId: f07f8de6e14a051ea88fe75f80da3c14bb0bd108
-
Konstantin Hudyakov authored
IJ-CR-130582 (cherry picked from commit 015e8f59432622f93c6e9a071483701d5d3f8270) GitOrigin-RevId: 5922beb822459a345faf9e1e98e6a94d9baaabcc
-
Konstantin Hudyakov authored
IJ-CR-130582 (cherry picked from commit 4d0a0c882d316f7375522c135697fd6f2c51c281) GitOrigin-RevId: f9136916112a86384ca0cf776e1ac43cc24b249e
-
Konstantin Hudyakov authored
The main purpose is to estimate the number of failing commands. IJ-CR-130582 (cherry picked from commit 507778305e79c9ea85c4b63cd57926bb7a7263a9) GitOrigin-RevId: 8a3041ca4f5d5891f2bb8524e57c446369015a3e
-
Konstantin Hudyakov authored
[terminal] IDEA-350314 Refactor: use TerminalCommandUsageStatistics to get the loggable command data So, we use it as an API of getting the command in the loggable format instead of logging the event in the same place. IJ-CR-130582 (cherry picked from commit 4a500f5969006b7b288facafa7ed36c435c66747) GitOrigin-RevId: 7dd5f86670adf0556e58a63377e4879e16b20898
-
- 08 May, 2024 2 commits
-
-
Alexandr Trushev authored
IJPL-449 IJPL-26873 Sticky lines: skip sticky line highlighter in all editors to avoid incorrect text color Even though the sticky highlighter does not contain text attributes, `highlighter.getTextAttributes(editor.getColorsScheme())` may return non-null attributes. Which means that `IterationState` selects incorrect text color (cherry picked from commit 2b894be0f2498d1db41d894f7ed0837cc33d835f) (cherry picked from commit 5048ab49e66fc21091af37bd32bdf5fe03ba6222) IJ-MR-133741 GitOrigin-RevId: c4751993c024118aa00dd111bb11f2e07cd811e9
-
Vladimir Koshelev authored
(cherry picked from commit 962d57b87333c8c196dbd52bcfd4b5a41ba7317b) IJ-CR-133691 GitOrigin-RevId: ee44bbefb8ac3faaedfe81e90906043af4c492ae
-
- 07 May, 2024 5 commits
-
-
Julia Beliaeva authored
IJPL-148287 (cherry picked from commit d7a71f2563828671f66d16559d2174f56fe52c58) IJ-MR-133571 GitOrigin-RevId: 8029f2c86ebd1064c95f2d16c9323a9e2c47d7a9
-
Julia Beliaeva authored
IJPL-148287 (cherry picked from commit 187384b1a7553e844284d29c27639025171f7b34) IJ-MR-133571 GitOrigin-RevId: 84906c47be6812c919e3eb2a310631e078336385
-
Vladislav Yaroshchuk authored
GitOrigin-RevId: 7ca11bd9113f581e1e33b7e87f8156c954633536
-
Vladislav Yaroshchuk authored
GitOrigin-RevId: 8afc8986f73395a944ebec3acf81cef00329ec60
-
Vladislav Yaroshchuk authored
GitOrigin-RevId: 887aebe6051b5395ef422990d4d5a20e6617997c
-
- 06 May, 2024 6 commits
-
-
Sergey Pak authored
(cherry picked from commit 9dcd923002637203e760975f7e0f16cf55de7452) IJ-CR-133064 GitOrigin-RevId: 0fcd7b8d55715a965dd37cebe839b995efc2ca4f
-
Sergey Pak authored
don't export project templates to settingsSync (fixes IJPL-13086 Project Templates can cause settingsSync archive size to exceed the limit) (cherry picked from commit e34f2b2e96576fcc850901fe01917210c2253043) IJ-CR-133141 GitOrigin-RevId: 7acf099f7a428a90344344802191172fe35789c6
-
Andrey Vokin authored
[IJ-CR-133016] GitOrigin-RevId: 211b80b6db7a004197edc14172bee96d4073c2d9
-
Julia Beliaeva authored
IJPL-148327 (cherry picked from commit ef4f7c5814d101db8ebdd77d4fc4f58ad8889a48) IJ-CR-131629 GitOrigin-RevId: 454143e9bac7ddfd628f9c9314403ff1f2de782c
-
Alexandr Trushev authored
(cherry picked from commit 018ff4a358487f3101beb01c2d4256254b4374ce) IJ-CR-133035 GitOrigin-RevId: baa4fe181b12f2cda7327e599fe4b7ea0ee4e753
-
Alexandr Trushev authored
(cherry picked from commit 31f086107a2f2566e960bc363d20e66b93cb859a) IJ-CR-133035 GitOrigin-RevId: fe60455fea3ad0f4b30ff1c4217284dde2c697a0
-
- 04 May, 2024 1 commit
-
-
Vitaly Provodin authored
GitOrigin-RevId: c783e47dbe5dac21092e32b4a62b2f22100e0b8d
-
- 03 May, 2024 1 commit
-
-
lada.gagina authored
(cherry picked from commit 77028bc8f4dd5ba1689cd379016cf9a7249bb117) GitOrigin-RevId: 0ee4d9b37919f0892e26718a1ec6930d9bb1ba94
-
- 02 May, 2024 9 commits
-
-
Egor Lebedev authored
(cherry picked from commit 30baef0a29a155a793ffee98a83a7ac04c3c0d7b) IJ-CR-132970 GitOrigin-RevId: 30c41ab8ee74aab29f14ddb4b5f5c297f1b1f8fd
-
ssh://`Ilya.Kazakevich authored
Some remote interpreters have `sdk#homePath` starting with `ssh://`. Code all over the monorepo assumes that `homePath` is a local file path and tries to convert it to `Path` throwing the exception effectively. There is a `isCustomPythonSdkHomePath` which must be used to check string before trying to convert it into `Path` The current situation (along with "solution") is a legacy from dark ages and will be rewritten to the workspace model soon (cherry picked from commit 9adc02f312667571a65ff63d4e802aa7d6dbb518) IJ-CR-133086 GitOrigin-RevId: c93bc1ff340dc835ae004306886023d6d55dfb40
-
Elena Shaverdova authored
(cherry picked from commit c385f685e87c95f6dec0e2971bb19e8b0b0af624) IJ-CR-132215 GitOrigin-RevId: db8b9387adaaea9b48f3f50e683006cafb99c50b
-
Elena Shaverdova authored
Minimize nullability of parameters for StubInconsistencyReportUtil.reportStubInconsistency for IDEA-331326 (cherry picked from commit 343e595c2f2eee6adf7ddf0d1a17e9ca10d05abf) IJ-CR-132215 GitOrigin-RevId: 1173b21a7246e1c734023092682d60a7f03ff575
-
Elena Shaverdova authored
Minimize nullability of parameters for StubInconsistencyReportUtil.reportStubTreeAndIndexDoNotMatch for IDEA-331326 (cherry picked from commit 47bb118c811852bcc96453bd03113f7a7b1370c0) IJ-CR-132215 GitOrigin-RevId: 388e25765a387040143fe7f0afe0bbd73ece2113
-
Elena Shaverdova authored
(cherry picked from commit a59d3c32d5c013c091fbfcf8db6b21927707ca4d) IJ-CR-132215 GitOrigin-RevId: 4f506f230f583f5e0c15eb6a987c27e8882f4647
-
Elena Shaverdova authored
Report StubTreeAndIndexUnmatchCoarseException IDEA-331326 Create FUS event for stub index inconsistency (cherry picked from commit ea99fd6d0e110d67559b430a796051c485456c32) IJ-CR-132215 GitOrigin-RevId: 59fbf10d96c5843ab99dfc7942f8ebfef1e66f5d
-
Elena Shaverdova authored
(cherry picked from commit d2491d5328fca047730705549c1f9cb9e26de220) IJ-CR-132215 GitOrigin-RevId: d358b1b38fd10e43eefa36eb15f082201723ff82
-
Vitaly Provodin authored
GitOrigin-RevId: 6bf51b87646f52df1bb5da23763ed179e988ffef
-
- 30 Apr, 2024 8 commits
-
-
Andrey Vokin authored
TextOffset is used to retrieve target element here: TargetElementUtilBase#getNamedElement. (cherry picked from commit 5c9d721e6870079e4bf86ab7e5c8efb0be5810b0) IJ-CR-132893 GitOrigin-RevId: 3d6c231d22e4493ce853f8c66e89c584a0834e56
-
Mikhail Sokolov authored
(cherry picked from commit e1b0e4bc62333508ca1050b8a189f439cc050fdc) (cherry picked from commit 8650857a6ee2dd7970b8341e5ccbeaf9743e856c) IJ-MR-132740 GitOrigin-RevId: 560ec1629fe089c0be66db6ad2d4c4669f1f86d2
-
Mikhail Sokolov authored
(cherry picked from commit 9c34f5fab8df853aec9ea425c1c91a4b1eb72280) IJ-MR-132740 GitOrigin-RevId: 30a3a0edd7701c120b8b67a1dc2bc4eea998730d
-
Mikhail Sokolov authored
(cherry picked from commit 70105a7467d3232c359f2ca23e722c29b1431ba0) (cherry picked from commit 29574b008a42c5a459f8bf8d1abe3067460aeeeb) IJ-MR-132740 GitOrigin-RevId: 263d2a5eb148078ae1f8a1935aecf2b726cafa0c
-
Mikhail Sokolov authored
(cherry picked from commit 6e0903a4969ba28e3544059e44de1d875f2cdaa1) (cherry picked from commit 049a001f9be00d7952426440016d0683776b77e1) IJ-MR-132740 GitOrigin-RevId: d70b150527d223ef402300cedf2bcc639c89588a
-
Mikhail Sokolov authored
(cherry picked from commit ce848668a84936fcb3c2ba20a3a27d7294754dc8) (cherry picked from commit 7258aa867a01dfc549e5661e403904682080a646) IJ-MR-132740 GitOrigin-RevId: 24a9d71466cb5a89bd803d09379ca1b1b4c7ee22
-
Eugene Zhuravlev authored
(cherry picked from commit 7d7fcada17f314c3754532c176021c85b8b4f9d9) IJ-MR-132740 GitOrigin-RevId: 8383d6afd0b40fe0d80736c934debc01c8d7de58
-
Ivan Shakhov authored
(cherry picked from commit 9312a22cd0d648637431292f659c57e3c6f3f8a8) IJ-MR-131689 (cherry picked from commit d724201b1a1a2365dc202f499574413ac9f92b22) (cherry picked from commit 5fc6b0321a3d168b5e17ac59bec7e924d29a7514) IJ-MR-132869 GitOrigin-RevId: b1d8247357a63c9a3550526fdcbf1966ad50c9f5
-