CodeEditorView icon indicating copy to clipboard operation
CodeEditorView copied to clipboard

SwiftUI code editor view for iOS, visionOS, and macOS

Results 72 CodeEditorView issues
Sort by recently updated
recently updated
newest added

I mostly opened this issue because I stumbled on to this project and wanted to tell you I think it's cool! I actually built a SwiftUI code viewer myself a...

I'm seeing a crash when emptying all text, when accessing `message[0]`. Worked around here: https://github.com/mchakravarty/CodeEditorView/compare/main...ronyfadel:CodeEditorView:main

We seem to generally be following the editor visual style of Xcode. There are a few things that need to be addressed to get be more visually consistent. (left -...

enhancement

In [CodeEdit](https://github.com/CodeEditApp/CodeEdit), our goal is to reach editor feature parity with Xcode. We'd like to use CodeEditorView as opposed to rolling our own editor view. That considered the question arises,...

enhancement
advanced

* [ ] Underline character at indicated column. * [ ] Perform highlighting also in the minimap.

enhancement
design

I want to support javascript, shell, python , but only swift and haskell

Currently the redrawing of the gutter view lacks behind resizing operations because it needs to wait until the layout manager has finished laying out the text. This can be clearly...

enhancement
design

* [x] When a highlighting background of a notification is initially drawn, it immediately gets removed again (drawn over again). * [ ] When resizing a window, background highlights (associated...

bug

With large files, it gets pretty slow. (Initial highlighting, but also editing seems slow.) * [ ] Profile and find the main bottlenecks. Decide next steps depending on the outcomes.

performance