mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
(cherry picked from commit 8c900895942ae71cd1aafc2937fd596db970512d) IJ-CR-185816 GitOrigin-RevId: b4d4466d878a6f78df3c6632d4c57f15fcbc62f9
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