CodeEditSourceEditor icon indicating copy to clipboard operation
CodeEditSourceEditor copied to clipboard

A code editor view written in Swift powered by tree-sitter.

Results 79 CodeEditSourceEditor issues
Sort by recently updated
recently updated
newest added

### Is your feature request related to a problem? Please describe. Line numbers make UI bloated, we have line indicator in status bar ### Describe the solution you'd like Please...

enhancement

## Is your feature request related to a problem? Please describe. In the enhancement requested by https://github.com/CodeEditApp/CodeEdit/issues/868, the request to add configurable indentation to wrapped lines is beyond the current...

enhancement

We should have some kind of test suite for our syntax highlighting so we can detect regressions.

A code review ribbon needs to exist in the ruler view that both indicates change and provides actions the user can take on these changes including: - Show Change -...

### Description When a user uses angle brackets with a component, for instance typing ``, and then presses enter, the system autocompletes that component, adding `` on the line below...

enhancement

### Description I am having problems when trying to export, sign or upload to TestFlight my application ### To Reproduce 1. Archive Project 2. Try to Validate or Submit to...

bug

### Description ### Related Issues * #ISSUE_NUMBER ### Checklist - [ ] I read and understood the [contributing guide](https://github.com/CodeEditApp/CodeEdit/blob/main/CONTRIBUTING.md) as well as the [code of conduct](https://github.com/CodeEditApp/CodeEdit/blob/main/CODE_OF_CONDUCT.md) - [ ] The...

### Description Users should be able to move lines up or down with ⇧ ⌘ [ and ] or by going to Editor > Move Line Up and Move Line...

enhancement

### Description Comment characters currently start before the first visible character. In Xcode they are instead of at the beginning of a line. Users may prefer one commenting style over...

enhancement
wontfix

### Description When switching the input method to Chinese or Japanese and typing part of the text, press the Enter button a few times, the text is accidentally hidden ###...

bug