mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 06:50:54 +07:00
(cherry picked from commit c40f5254c5a4311c13abe00a9a34c6bcc575eb04) IJ-CR-194981 GitOrigin-RevId: efa58d45e710f913b1a73066be076052d47de23c
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.imagesmeans that this module is about image support inside tables - Module-specific word, if any, is followed by
coreif this module only brings core, not a full support - Implementation modules end with
impl, API modules don't have this suffix