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