CodeEditorView
CodeEditorView copied to clipboard
SwiftUI code editor view for iOS, visionOS, and macOS
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 -...
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,...
* [ ] Underline character at indicated column. * [ ] Perform highlighting also in the minimap.
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...
* [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...
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.