CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS β Elevate your code editing experience. Open source, free forever.
### Description Minimizing window then clicking on dock icon doesn't restore the window again. ### To Reproduce 1. Minimize the window 2. Click on application icon in the dock ###...
### Description This pull request adds the ability to select multiple files in the project navigator, having the ability to do the following batch actions: - Delete - Duplicate -...
### Description I utilise the readline style text commands supported by macOS such as `Ctrl-f` and `Ctrl-b` to move forward and backwards a character, normally I would be able to...
### Description We would like to add a βJump to Definitionβ feature that will allow users to quickly navigate to the definition or declaration of variables, functions, classes, and other...
### Description When selecting "Close Tabs to the Right" on a tab, all tabs to its right, including the one on which the action was triggered, are closed. **CodeEdit:** https://github.com/user-attachments/assets/c5395d7e-f9dd-440f-a7bf-8f6743223393...
### Description Handling the event where the root of the project is moved or deleted should be handled gracefully. Right now we have a TODO comment in the directory events...
### Description When closing the Duplicate Theme Sheet, the screen flickers weirdly just before the sheet disappears. It's a quick glitch but looks a bit unprofessional. https://github.com/user-attachments/assets/98533f9f-3f01-4236-80e4-6c52537e1e93 ### To Reproduce...
### Description Language servers can send clients (CodeEdit) notifications and events we should respond to. These include logging ([[1]](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#logTrace), [[2]](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_logMessage)), [show messages](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_showMessage), showing [progress](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_workDoneProgress_create), [opening a file](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#window_showDocument) and a lot...
### Description > See commented code in `EditorAreaView.swift` A malloc exception occurs when the following happens: - Open a file - Edit the file, activating the onReceive modifier and marking...
### Description We would like to add functionality to allow users to export all custom themes they have created. Currently, users cannot export their custom themes, which limits the ability...