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 When you have many branches, the dropdown doesn't allow scrolling through them. Also, it doesn't seem to support keyboard navigation (up/down arrows) ### To Reproduce Open the git...

bug
triage needed

### Description This is still a draft, it's (mostly) working but needs polish and bugfixing. Here are the refactors & features: - Refactored terminal state from being spread out over...

### Description - `^` `⌘` `0` now resets the font size to 12 - also makes the font increase and decrease commands into one grouped menu like Xcode, see below...

### Description Currently in our themes we define a hex value and it ends up being a much different shade than what was specified. This may have something to do...

bug
theme

### Description Creates tests for the editor view, ~this is a prerequisite PR for the fix for #1545.~ This also adds back a few tests that were previously removed, ~and...

help wanted

### Description If I adjust the debug panel to its maximum height, then I will not be able to adjust its height again. ⌘⇧Y also doesn't work. Once dragging the...

bug
UI
UX
triage needed
debug

### Description Please consider support for Gitea accounts, in addition to Github and Gitlab see [https://about.gitea.com] ### Alternatives Considered N/A ### Additional Context Many people are now using Gitea, a...

enhancement

### Description We should work towards standardizing our themes more so they fall in line with Textmate and VS Code themes. This will later allow us to import these themes...

enhancement
theme

### Description A new ReorderableTabView, which replaces AreaTabBarAlt. Why? - It's designed to work like a built-in View. No custom protocols, but instead a generic view. Options are provided with...

bug
enhancement

### Description This will make the release drafter run at the end of the pre release script. ### Related Issues ### Checklist - [x] I read and understood the [contributing...