CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
# Description Exclude About CodeEdit window from Window menu. # Related Issue * #704 # Checklist - [X] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code...
### Description Theme does not sync with system appearance. If I have a dark system appearance, when I first open CodeEdit, I have a light theme. This should not happen...
### Description When a user switches to light theme from a dark theme some text remains dark until reopening file. The opposite is true as well. ### To Reproduce 1....
### Description The branch selector overlay falls off the screen when there is overflow and scroll is not possible. ### To Reproduce 1. In a project with a lot of...
### Description Any sidebar tab panel needs to retain the state it was in before navigating away to a new sidebar tab panel. This applies to both the left navigator...
### Description The dividers in the toolbar show through to the editor background and does not inherit the background of the toolbar. **Xcode** | Dark | Darker | Light |...
# Description Attempted to recreate the Midnight Theme from Xcode in CodeEdit using the color HEX codes provided in Xcode Preferences > Theme. There are some minor character color mismatches...
### Description Open a file, rename it and open it again, then the app crashes. This only happen if you keep the original file opened. ### To Reproduce 1. Open...
# Overview The purpose of the hover provider is to provide tooltip like notifications when the cursor is held over a segment of text in the code editor. Like the...
**Is your feature request related to a problem? Please describe.** https://user-images.githubusercontent.com/20476002/160231556-fc2c16ef-3978-45f9-9097-9602c20313a1.mov You know that XCode has a menu like this, which allows you to run tests and other things as...