dbx/apps/desktop/src/lib/editor
fuuulstack ed26fc10f5
feat(editor): add semantic selection and match-all cursors
2026-08-03 15:50:43 +08:00
..
__tests__ feat(metadata): persist and lazy-load table structure metadata 2026-07-31 16:27:37 +08:00
codemirrorInsertValueHints.ts
codemirrorSelectionMatches.ts
codemirrorSqlDialect.ts feat(editor): add ClickHouse SQL highlighting 2026-07-29 19:21:56 +08:00
codemirrorSqlSemanticHighlight.ts fix(editor): improve ASE SQL semantic highlighting 2026-07-16 17:00:55 +08:00
codemirrorStatementGutter.ts feat(query): show live statement execution progress 2026-07-30 00:44:10 +08:00
codemirrorTrimmedSelectionLayer.ts
editorSearchQuery.ts feat(editor): add semantic selection and match-all cursors 2026-08-03 15:50:43 +08:00
editorSearchSelection.ts feat(editor): add semantic selection and match-all cursors 2026-08-03 15:50:43 +08:00
editorThemes.ts fix(editor): prioritize SQL completion column names 2026-07-29 00:42:07 +08:00
editorZoom.ts
hoverTableSql.ts feat(metadata): persist and lazy-load table structure metadata 2026-07-31 16:27:37 +08:00
keyboardShortcuts.ts feat(editor): retain multiple query result runs 2026-07-27 15:06:28 +08:00
plainTextSelectionRanges.ts feat(editor): add semantic selection and match-all cursors 2026-08-03 15:50:43 +08:00
queryEditorExtendSelection.ts feat(editor): add semantic selection and match-all cursors 2026-08-03 15:50:43 +08:00
queryEditorFocus.ts feat(editor): focus newly created query editors 2026-07-13 16:19:12 +08:00
queryEditorLargePaste.ts fix(editor): recover truncated large SQL pastes 2026-07-22 12:23:04 +08:00
queryEditorPointerSelection.ts fix(editor): preserve multi-cursor clicks on identifiers 2026-08-02 10:08:48 +08:00
queryEditorSearchKeymap.ts feat(editor): enable search in embedded source views 2026-07-23 21:53:54 +08:00
queryEditorTableDrop.ts
queryEditorTextEdits.ts feat(editor): add query editing utilities 2026-07-17 16:32:50 +08:00
semanticSelectionRanges.ts feat(editor): add semantic selection and match-all cursors 2026-08-03 15:50:43 +08:00
shortcutDisplay.ts
shortcutRegistry.ts feat(editor): add semantic selection and match-all cursors 2026-08-03 15:50:43 +08:00
sqlCompletionInsertion.ts fix(editor): improve SQL completion insertion 2026-07-26 13:10:31 +08:00
sqlCompletionPresentation.ts fix(editor): restore custom snippet trigger matching 2026-07-30 00:08:04 +08:00
sqlSemanticSelectionRanges.ts feat(editor): add semantic selection and match-all cursors 2026-08-03 15:50:43 +08:00
sqlSignatureTooltip.ts feat(sql): add ClickHouse function completion 2026-07-31 14:38:50 +08:00