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 .
  1. 10 May, 2024 1 commit
    • Kate Botsman's avatar
      GTW-8455 Fix frame is shown too early when creating a new project · e43268b1
      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
      e43268b1
  2. 09 May, 2024 7 commits
  3. 08 May, 2024 2 commits
    • Alexandr Trushev's avatar
      IJPL-449 IJPL-26873 Sticky lines: skip sticky line highlighter in all editors... · 74688a5d
      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
      74688a5d
    • Vladimir Koshelev's avatar
      PY-72443 fix module => package mapping for some of the popular ml libs · 9a6978b5
      Vladimir Koshelev authored
      (cherry picked from commit 962d57b87333c8c196dbd52bcfd4b5a41ba7317b)
      
      IJ-CR-133691
      
      GitOrigin-RevId: ee44bbefb8ac3faaedfe81e90906043af4c492ae
      9a6978b5
  4. 07 May, 2024 5 commits
  5. 06 May, 2024 6 commits
  6. 04 May, 2024 1 commit
  7. 03 May, 2024 1 commit
  8. 02 May, 2024 9 commits
  9. 30 Apr, 2024 8 commits