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 Implemented ⌃ Tab and ⌃ ⇧ Tab keyboard shortcuts to let the user navigate back and forth between window tabs. ### Related Issues Closes #1657 ### Checklist -...

enhancement

### Description In Xcode, Quick Actions (aka command palette) reflects the menu items. Currently our commands are separate from our menu items. I propose that we keep the two in...

enhancement

### Description I press shift+command+p, or click View->Show Command Palette from menu bar, but nothing happens. ### To Reproduce 1. Press shift+command+p 2. Click View -> Show Command Palette from...

bug
triage needed

### Description When the header of a blank line is entered, the rest of the text in the document is hidden. ### To Reproduce 1. The cursor moves to the...

bug

### Description The open recent menu in the file menu is never populated and should match the list of recents in the welcome window. ### To Reproduce 1. Open a...

bug
triage needed

### Description When the 'Open Quickly' or 'Quick Actions' modal is open, `cmd`+`w` still works and the TabBar's selected tab background does not dim. `cmd`+`w` also closes the 'Open Quickly'...

bug
triage needed

### Description The "Discard All Changes" functionality isn't quite correct. Right now it just runs `git restore .` which doesn't handle cases. We can make this feature even better by...

bug
source control

### Description If two workspaces are open adding a new terminal tab opens to the wrong directory ### To Reproduce 1. Open two projects 2. Open terminal utility on one...

bug
tabs
other
terminal
utility

### Description When I click ***Open file or folder*** and select a folder containing *.h and *.cpp source files, the file tree is correctly displayed. But when I try to...

bug

### Description As discussed on Discord, the current implementation unnecessarily shows only one notification at a time. We should update it to display multiple notifications simultaneously, improving usability and aligning...

enhancement
triage needed