Automated Nightly (pre-release) Releases for Today
✨ Feat
- feat: migrate theme system to codemirror (de9721c) by bajrangCoder
- feat: migrate editor settings and remove useless ones (3169276) by bajrangCoder
- feat: add compatibility api (cf8166e) by bajrangCoder
- feat: implement rainbow bracket pair colorizer (cc3e561) by bajrangCoder
- feat(codemirror): use @codemirror/language-data, async mode loading, and plugin API (7854fc1) by bajrangCoder
- feat: use codemirror api on formatter settings page (530df85) by bajrangCoder
- feat(codemirror): migrate openFile thing (695cb94) by bajrangCoder
- feat: apply teardrop color (0c3b517) by bajrangCoder
- feat: use codemirror api for search & replace (f5eb0e2) by bajrangCoder
- feat: integrate custom scrollbar with codemirror (2f68de5) by bajrangCoder
- feat: add prettier formatter (3459744) by bajrangCoder
- feat: reconnect thing (95e107a) by bajrangCoder
- feat: use typescript for codemirror lsp stuff (964925a) by bajrangCoder
- feat: migrate colorview and other cm related to ts (a9634f2) by bajrangCoder
- feat: migrate rainbow brackets to ts (aaf2989) by bajrangCoder
- feat: Add CodeMirror tooltip space constraint (3cea556) by bajrangCoder
- feat: implement LSP status bar for connection and message notifications (72df5f8) by bajrangCoder
- feat: Add LSP progress reporting (a64f988) by bajrangCoder
- feat: Implement LSP handlers for TypeScript version and unhandled notifications (7928440) by bajrangCoder
- feat: Configure detailed initialization options for TypeScript/JavaScript and ESLint language servers, and add new Go and Rust language server definitions. (04a4de1) by bajrangCoder
- feat: add LSP inlay hints support (c917f07) by bajrangCoder
- feat: Update LSP settings icon (6fa04bd) by bajrangCoder
- feat: implement missing workspace op and uri issue when opening (e944570) by bajrangCoder
- feat: Implement CodeMirror 6 DOM event handlers for blur, focus, and keydown (6c9e5f8) by bajrangCoder
- feat: lsp server settings (a1ce0aa) by bajrangCoder
- feat: Add commands to restart and stop LSP servers, enhance LSP client disposal by clearing diagnostics (401fc69) by bajrangCoder
- feat: Add
acode:showWelcomecommand to display the welcome screen. (1179920) by bajrangCoder - feat: Implement Ace API compatibility for editor sessions (3c9b637) by bajrangCoder
- feat: Implement dynamic port discovery and workspace folder support for LSP servers using
axsbridge. (38f7342) by bajrangCoder - feat: Implement configurable indent guides for the editor (fdfa78e) by bajrangCoder
- feat: Add LSP document highlights (c08ac44) by bajrangCoder
- feat: rewrite lsp rename (4c6133f) by bajrangCoder
- feat: Implement "Find All reference" (5aaedfa) by bajrangCoder
- feat: static code highlighting and integrate it on plugin page and ref page (3319e6c) by bajrangCoder
- feat: add codemirror specific tests (ec216b6) by bajrangCoder
- feat: add ace api compatibility tests (6967c06) by bajrangCoder
- feat: lsp document symbol and fix lsp reference (6c2f73a) by bajrangCoder
- feat: by default enable ts, python, html, css, json lsp servers (142ce3d) by bajrangCoder
- feat: Normalize document URIs for LSP clients, converting
content://tofile://for consistent handling. (5d8c8b3) by bajrangCoder - feat: implement LSP info dialog for monitoring and managing language servers, including status, logs, and controls. (02da60c) by bajrangCoder
- feat: custom Codemirror touch selection (2609495) by bajrangCoder
- feat: implement LSP code actions and add a trigger to the selection menu. (d12ed6d) by bajrangCoder
- feat(plugin-themes): object-only register API + safe CM theme fallback/validation (f2a9952) by bajrangCoder
- feat: add startupTimeout setting to lsp settings (7932e39) by bajrangCoder
- feat(editor): soften show-spaces whitespace markers for better readability (0cd3340) by bajrangCoder
🐞 Fix
- fix: rainbow bracket issue with fold widget (9c1b0e9) by bajrangCoder
- fix: readOnly editor thing and folds, cursor , scroll thing (d053597) by bajrangCoder
- fix: persistent states over changing tabs or on startup (c825b5d) by bajrangCoder
- fix: readonly inverted behaviour (08b1568) by bajrangCoder
- fix: select all command (efaee72) by bajrangCoder
- fix: implement clear selection thing (cm) (4373192) by bajrangCoder
- fix: skip color preview for css variables (8079e59) by bajrangCoder
- fix: codemirror folder naming and imports (23feb4a) by bajrangCoder
- fix: emmet issue (112ee1d) by bajrangCoder
- fix: tab key behaviour (503097d) by bajrangCoder
- fix: remove useless ace formatting stuff (5392304) by bajrangCoder
- fix: install prompt (158874c) by bajrangCoder
- fix: race case (13b2a8d) by bajrangCoder
- fix: lint (aca868b) by bajrangCoder
- fix: inlay hints (e0f7e59) by bajrangCoder
- fix: typing and launch things (350d319) by bajrangCoder
- fix: focus/blur thing (b1ed036) by bajrangCoder
- fix: preserve the order of settings on lsp details page (7cbc033) by bajrangCoder
- fix: arg in execCommand for compatibility (d6e7034) by bajrangCoder
- fix: use background executor where it can be and improve cleanup (b4e8382) by bajrangCoder
- fix: issue with syntax highlighting on rename (0edc2ea) by bajrangCoder
- fix: validation for websocket url (b17d62e) by bajrangCoder
- fix: workspace (8ff20f0) by bajrangCoder
- fix: TDZ error on theme settings (155caab) by bajrangCoder
- fix missing ace commands in cm (2e97975) by bajrangCoder
- fix new keybinds and typo (d92b359) by bajrangCoder
- fix: command api (6688fe6) by bajrangCoder
- fix: use brighter color (b922e39) by bajrangCoder
- fix: prettier formatter (7d33563) by bajrangCoder
- fix: use cache file uri as fallback for unrecognised saf uri (a98cf0b) by bajrangCoder
- fix(cm): preserve touch selection menu state across scroll and restore on scroll end (84bc592) by bajrangCoder
- fix(cm-touch-selection): hide stale selection menu and restore menu item actions (ec21408) by bajrangCoder
- fix(lsp): filter noisy progress/workDoneProgress logs from info dialog (c452f15) by bajrangCoder
- fix(keyboard): prevent duplicate modifier shortcut handling in CodeMirror (2a00c09) by bajrangCoder
- fix: scope native context-menu disabling to CodeMirror focus only (2b79ca8) by bajrangCoder
- fix: use lightbulb icon for code action (e751770) by bajrangCoder
- fix: autocompletion box clicking issue (b70b771) by bajrangCoder
- fix: formatting (5019046) by bajrangCoder
- Fix the build (4a72e5e) by bajrangCoder
🔧 Refactor
- refactor: migrate CodeMirror mode management to TypeScript (f2ac88a) by bajrangCoder
- refactor: rename LSP client configuration types, remove LSP server info (f597a2d) by bajrangCoder
- refactor: LSP message and progress display using notifications and an enhanced statusbar (5ce297c) by bajrangCoder
- refactor: rainbow brackets with syntax tree (8f07798) by bajrangCoder
➕ Add
- add upstream command (30fc41f) by bajrangCoder
- add: rspack with babeljs used via API for html-tag-js. (#5) (a46cd27) by UnschooledGamer