I can format columns
This commit is contained in:
@@ -1403,6 +1403,8 @@ These warnings would be non-blocking (DSL still parses) but displayed with a dif
|
||||
3. ~~**Translate lark grammar to Lezer**~~ Done (`lark_to_lezer.py`)
|
||||
4. ~~**Build CodeMirror extension**~~ Done (`DslEditor.py` + `initDslEditor()`)
|
||||
5. ~~**Integrate with DataGrid** - connect DSL output to formatting engine~~ Done
|
||||
- `DataGridFormattingEditor.on_content_changed()` dispatches rules to column/row/cell formats
|
||||
- `DataGrid.mk_body_cell_content()` applies formatting via `FormattingEngine`
|
||||
6. ~~**Implement dynamic client-side completions**~~ Done
|
||||
- Engine ID: `DSLDefinition.get_id()` passed via `completionEngineId` in JS config
|
||||
- Trigger: Hybrid (Ctrl+Space + auto after `.` `(` `"` and space)
|
||||
|
||||
Reference in New Issue
Block a user