CodeEdit
CodeEdit copied to clipboard
CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
### Description Implemented ⌃ Tab and ⌃ ⇧ Tab keyboard shortcuts to let the user navigate back and forth between window tabs. ### Related Issues Closes #1657 ### Checklist -...
### 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...
### 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...
### 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...
### 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...
### 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'...
### 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...
### 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...
### 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...
### 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...