Files
openide/grid
Vladimir Krivosheev a8c525b70b IJPL-215077 fix org.jetbrains.intellij.build.pycharm.PyCharmBuildTest#professionalBuild for remote dev by packaging grid plugin into separate jars (as it should be)
(cherry picked from commit 75e7b3affb69553dac59d8213585baacdf2757db)

IJ-CR-181641

GitOrigin-RevId: 05759af1a8067b34e3a1b14fa66fc1fd9534789b
2025-11-10 17:56:04 +00:00
..

Grid: Table Component

This component is responsible for rendering tables in various contexts in intellij

Module names

Module naming conventions inside this directory are following:

  • All module names start with intellij.grid
  • Module-specific word follows intellij.grid, i.e. images means that this module is about image support inside tables
  • Module-specific word, if any, is followed by core if this module only brings core, not a full support
  • Implementation modules end with impl, API modules don't have this suffix