mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
Refactor the class along the way Merge-request: IJ-MR-192914 Merged-by: Ilya Komolkin <Ilya.Komolkin@jetbrains.com> GitOrigin-RevId: 2e8565d7d6673f7a0b45f08e89078163030e857b
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