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

Fixed issue where CodeEdit would show "The 'git' command requires the command line developer tools. Would you like to install the tools now?" popup on every app launch, even when...

### Description In `CurrentUser.getCurrentUser()`, an `UnsafeMutablePointer` is allocated but never explicitly freed. When I added a `deallocate()` call in a defer block, the process crashed saying the pointer was freed...

bug

### Description When I create a new file, and rename it in document window, the path on welcome window will not update. ### To Reproduce 1. Create a new file...

bug

### Description Flashing symbol are misaligned. See screenshots. ### To Reproduce 1. Settings/Text Editing: set font: FiraCode or any other neat font with ligatures and features like `calt`; 2. Play...

bug

### Description Adding live preview could be an amazing enhancement for web development, weather it is Native and or React, Angular or anything else ### Alternatives Considered _No response_ ###...

enhancement

### Description Changing terminal font size in settings does not immediately change the terminal font like changing the editor font size does. After restarting CodeEdit the change is correctly honoured....

bug

### Description The default tab size is set to 4 in settings, but it is actually 3 in the editor window when counted against spaces. Changing the tab size in...

bug

### Description Scrolling through any file (checked different languages, no custom LSPs installed/enabled) produces slow and visible refreshing of syntax highlighting, which presumably causes scrolling to look choppy and not...

bug

### Description Right now, CodeEdit attempts to display image previews at image's native resolution. This is done by restricting the view's size to the image's size. However, the preview view...

### Description When we create a new file or folder, CodeEdit will now automatically focus the renaming field so the user can directly set the file name in one step....

enhancement
navigator