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 Add syntax highlighting for XML files and other XML-based formats like plist. ### Alternatives Considered _No response_ ### Additional Context _No response_ ### Screenshots _No response_

enhancement
other

### Description Deleting all text from the source editor results in the source editor being replaced by a QuickLook view. ### To Reproduce 1. Open a project 2. Open a...

bug
PRIORITY
source editor

### Description Formats tokens in themes to be bold or italic. ### Related Issues - #1717 ### Checklist - [x] Put UI in place to configure theme tokens to be...

### Description When the "Automatically reveal in project navigator" setting is disabled, "Navigate → Reveal in Project Navigator" does not work, however the tab right-click menu item works. ⇧⌘J does...

bug
navigator
other

### Description We should give theme tokens bold and italic support. Whenever these tokens appear in code, they will be bold and/or italic if the theme creator configured them to...

enhancement
settings
theme

### Description When a git squash is present in the commit history, it throws off all subsequent commits in the history list. ### To Reproduce 1. Open a project that...

bug
inspector
sidebar

### Description File names are dependant on first character, rather than whole value, so order: `1, 2, 11`; will see file `11` come before file `2` ### To Reproduce Create...

bug
triage needed

### Description Either in addition to or instead of the "New File" button, we should have a "Create New Project" button to make a new folder and open in the...

enhancement
triage needed

### Description https://github.com/CodeEditApp/CodeEdit/assets/65467530/76d39141-4ac5-4ee6-a19d-93fd09aa2b26 The Line/Col information doesn't appear in the status bar until the first tab switch. ### To Reproduce 1. Close all workspaces 2. Go to CodeEdit welcome screen...

bug
good first issue
statusbar
source editor

### Description CodeFileView is reevaluated each keystroke, causing a severe lag on large files. On top of being reevaluated it does a string compare on `CodeFileDocument.content`, which causes a hang...

bug
performance
workspace
source editor