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 When running the app and opening a file in a project, hundreds of runtime errors (purple) are generated on - `var selectionState` in `WorkspaceDocument.swift::31` - https://github.com/CodeEditApp/CodeEdit/blob/a0848b9f6385a8bb0fab05e01f0daf3b4a3c4d25/CodeEdit/Documents/WorkspaceDocument.swift#L31 - `var...

bug
performance
PRIORITY

### Description Rewrite of the file handling system. The current file handling system starts to get slow for larger projects. This is noticeable to the user by the slow startup...

Enabled SwiftLint `attributes` rule. ### Description https://realm.github.io/SwiftLint/attributes.html Attributes Attributes should be on their own lines in functions and types, but on the same line as variables and imports Identifier: attributes...

### Description In PR #1329, some improvements on the focus system are added so commands like `cmd+delete` for deleting current terminal or selected file can be handled more easily. But,...

bug

### Description This text editor would be perfect if it supported rust analyser out of the box ### Alternatives Considered None ### Additional Context If this text editor supports LSP...

enhancement

### Description This PR adds support for searching settings in CE's settings, it works very similar to the way System Settings searches. ### Related Issues * close #1309 ### Checklist...

### Is your feature request related to a problem? Please describe. Currently, I can't close CodeEdit's windows using the keyboard shortcut: ⌘W like that in Xcode ### Describe the solution...

enhancement

### Description I noticed that to change the terminal theme you have to do it from themes, but there is no functionality for the terminal to automatically change theme based...

bug
theme

### Description Currently, CodeEdit loads the file tree of a workspace synchronously. For large folders this becomes slow and CodeEdit just waits and does nothing, until all files have been...

enhancement

### Description When expanding folders in a nested file system from the Project Navigator, we should remember what folders are expanded. ### To Reproduce 1. Open a folder with a...

bug