|
227ae89c03
|
feat: add Skeleton component for loading placeholders in the code editor
|
2025-01-11 08:30:27 +08:00 |
|
|
d2ce0acfe5
|
feat: refactor language server connection handling and improve undo/redo functionality in code editor
|
2025-01-11 01:06:34 +08:00 |
|
|
3587cfe009
|
feat: add tooltip, button components and editor utility functions for enhanced code editing experience
|
2025-01-10 22:47:29 +08:00 |
|
|
1aeb472495
|
feat: add theme and language selection to code editor with language server connection support
|
2025-01-10 19:13:52 +08:00 |
|
|
937330ac3d
|
feat: integrate language server support with WebSocket connection for C/C++ languages
|
2025-01-10 18:35:33 +08:00 |
|
|
3cf2cd156a
|
feat: enhance code editor with improved options and multilingual support
|
2025-01-10 15:40:24 +08:00 |
|
|
6a88409a32
|
feat: add onChange handler to post editor content to parent window
|
2025-01-08 16:38:13 +08:00 |
|
|
79cbc92a87
|
refactor: define EditorFile interface for improved type safety in DEFAULT_FILES
|
2025-01-08 16:37:51 +08:00 |
|
|
7ecc17e8a6
|
fix: update highlighter initialization to use async/await for improved performance
|
2025-01-08 15:28:05 +08:00 |
|
|
4476348bcb
|
style: update code editor UI spacing and theme configuration
|
2025-01-07 23:52:42 +08:00 |
|
|
93d8e592cc
|
feat: add support for C, C++, and Java languages with corresponding configurations and UI components
|
2025-01-07 22:18:24 +08:00 |
|
|
2060ffe184
|
chore: initialize code-editor with Vite, Tailwind CSS, and shadcn-ui configuration
|
2025-01-07 02:17:20 +08:00 |
|