CodeEdit icon indicating copy to clipboard operation
CodeEdit copied to clipboard

CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.

Results 513 CodeEdit issues
Sort by recently updated
recently updated
newest added

### 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 ###...

bug
triage needed

### 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...

bug
other
P1

### 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...

enhancement
source editor
language server

### 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...

bug
tabs
triage needed

### 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...

enhancement
workspace

### 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...

bug
duplicate
good first issue
settings
triage needed
theme

### 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...

language server

### 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...

bug

### 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...

enhancement
theme
P3