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 This WIP PR does the following: - A new file can be created with the contents on the clipboard using menu action. - PTAL and LMK if I...

### Description CodeEdit should save and restore the state of editors when files are opened. Switching between tabs should not lose the user's selection, scroll position, selected indent mode, etc....

enhancement

### Description Editor separators are 3pt thick. Currently they are 1pt thick. ### Screenshots

enhancement

### Description Either default or enabled in the menu bar, a full workspace is opened with the two sidebars hidden. Now the user have acess to terminal. Once they click...

enhancement
workspace
sidebar
terminal

### Description The application crashes when trying to open any file. ### To Reproduce 1. Open a project 2. Try opening any file in project 3. See crash ### Expected...

bug

### Description The "Bracket Pair Highlight" feature breaks the editor when working on Javascript code. All options (Bordered, Flash, Underline) result in the same issue. Tested both within a .js...

bug
settings
Issue

### Description I let my system choose the light/dark mode based on time so I can use my apps in both modes to ensure both look good. But I enforce...

bug
settings
terminal

### Description This PR refactors the Activity Manager to provide a more Swift-like, type-safe API similar to our NotificationManager. It removes the dependency on NotificationCenter and provides a cleaner interface...

help wanted

### Description Add the ability to forward ports to share services over the internet ### Related Issues * #1833 ### Checklist - [x] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md)...

### Description When attempting to clone a repository from the welcome screen on a system where Git is not installed, CodeEdit opens a new empty folder in a new workspace...

bug
good first issue