Files
openide/grid
Alexander Kuznetsov f0377b7ff9 IJPL-210194 [debugger] Enable visualizer actions in Split mode
GitOrigin-RevId: 4cfddd060657561a9c524d42f841f9e6d0faaba7
2025-09-29 12:41:11 +00:00
..
2025-09-29 00:11:15 +00:00
2025-09-29 00:11:15 +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