CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
### 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....
### 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...
### 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_ ###...
### 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....
### 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...
### 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...
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...
### 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...
### 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....
### 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...