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 Fixes tab state restoration and adds window size and position restoration. Adds `Codable` conformance to `TabGroup`, `TabGroupData`, and `SplitViewData` and stores them in the workspace state on window...

### Description Apple has recently released Xcode 15 which has a new Welcome window design. We should refactor our own welcome window UI to adopt this new design. ### Additional...

enhancement

### Description When I want to close a tab using command + w, it's not the closed tab but the closed code editor. ### To Reproduce 1. Open file 2....

bug

### Description Made the project README more concise.

### Description The themes settings displays light and both dark appearances in the light appearances section and vice versa. ### To Reproduce 1. Open CodeEdit 2. Open settings 3. Open...

bug

### Description this adds support for clearing the terminal output using the `clear` command ### Related Issues * close #1143 ### Checklist - [x] I read and understood the [contributing...

### Description Added a new button at the bottom of the DebugAreaTerminalView for clearing the terminal, with the clear icon. The terminal can also be cleared with the command +...

### Description When opening the attached header file, syntax highlighting fails on many occasions of the keyword `double`. The color switches between bright and dark blue. ### Download source file...

bug

This PR adds simple search and replace functions. The first one, `searchAndReplace`, can replace all occurrences of a search term across the workspace. The second, `replaceRange`, lets you replace text...

enhancement

### Description When making changes to a file and having autosave enabled, the edits will be saved. ### Related Issues * #1557 ### Checklist - [x] I read and understood...