Files
openide/grid
Ivan Shershnev 79c2748c41 [DBE] DBE-23942 Fix undo/redo context for grid cell editor
(cherry picked from commit 3906ef8306ce16cbec6de7479cbc4dd51b52d348)
(approved in IJ-CR-184414)

GitOrigin-RevId: 8d01a176667d3bd8494ffd81703343cbc940415f
2025-12-03 11:43:49 +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