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 We need a log service that can support multiple providers for logging output. This log service will serve as the foundation for the logging implementation in the application....

enhancement
clarification needed
output
architecture

### Description Create a git service that interfaces with git. It should support multiple providers for local and remote git communication. This git service will also help separate the git...

enhancement
other
architecture

### Description We require a dependency injection system to allow us to scale our services across the application efficiently. ### Alternatives Considered _No response_ ### Additional Context _No response_ ###...

enhancement
architecture

### Description When I search for a term in the Find navigator, then change to the Project navigator, then go back to then Find navigator, my search term is gone....

bug
navigator
find

### Description Provide an option to **hide the interface**, similar to how Sketch and Xcode handle UI minimization. This would live under **View → Hide Interface** (or **Show Interface** if...

enhancement
good first issue

### Description Utility area show and hide animation should push it's content down out of view when hiding and pull it's content up in view when showing. Currently it just...

bug
good first issue
utility
debug

I am using xonsh which will source zshrc from its own rc file. However, I found the current shell integration injection (the code below) breaks the zsh grammar. https://github.com/CodeEditApp/CodeEdit/blob/8f26014ee26597b2def50601a8c07452142bee8b/CodeEdit/Features/TerminalEmulator/TerminalEmulatorView.swift#L171C2-L182C14 This...

enhancement
terminal
utility

### Description Users should be able to create a new window of an already open workspace. This will create a duplicate of the workspace and will start off at the...

enhancement
good first issue
UI
navigator
inspector
workspace
tabs
utility

### Description It seems the page up and page down keys don't do anything. ### To Reproduce 1. Open a text file, longer than what fits in the view 2....

bug
settings

### Description > [!WARNING] > Draft for now, there are still some mayor decisions that have to made about how tasks are going to be handled. Displays the Activity Viewer...