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. 12 May, 2024 2 commits
  2. 10 May, 2024 2 commits
    • Vladislav's avatar
      RUST-14275 Rename `Database Tools and SQL for WebStorm` to `Database Tools and... · be22a130
      Vladislav authored
      RUST-14275 Rename `Database Tools and SQL for WebStorm` to `Database Tools and SQL for WebStorm & RustRover`
      
      (cherry picked from commit b175b0712d515ea4e7abc5a0d0302b332c7e4983)
      (cherry picked from commit 5e00ee7362498aead0141ff00684b8bfe419cf4d)
      
      IJ-MR-134034
      
      GitOrigin-RevId: afb317b1f72c1ef9887483d3330f1099320a3490
      be22a130
    • 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: bf...
      e43268b1
  3. 09 May, 2024 7 commits
  4. 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
  5. 07 May, 2024 5 commits
  6. 06 May, 2024 6 commits
  7. 04 May, 2024 1 commit
  8. 03 May, 2024 1 commit
  9. 02 May, 2024 9 commits
  10. 30 Apr, 2024 5 commits