CodeEditSourceEditor
CodeEditSourceEditor copied to clipboard
A code editor view written in Swift powered by tree-sitter.
### 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...
## 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...
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...
### 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...
### 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...
### 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...
### 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 ###...