Runestone
Runestone copied to clipboard
š Performant plain text editor for iOS with syntax highlighting, line numbers, invisible characters and much more.
**Is your feature request related to a problem? Please describe.** Swift Playgrounds (iPad in my case but should be applicable on Mac as well) cannot import packages that have C...
**Is your feature request related to a problem? Please describe.** Folding code blocks would be a very nice addition š **Describe the solution you'd like** Clicking an arrow or plus/minus...
**Is your feature request related to a problem? Please describe.** The current `TextView` is built to be used with `UIKit`. **Describe the solution you'd like** Create a `SwiftUITextView` conforming to...
Multicursor support is difficult if not impossible to implement in touch-based text editors, but since iPads support both keyboard and mouse/trackpad it would be a nice feature to have when,...
It'd be great to have an option on gutter layout to specify a minimum width. Specifically to solve the text view "jumping" when hitting double (or more) digits. This would...
Hello, I'm integrating the Runestone framework into my rule editor, and it's awesome, especially the highlight and line number stuffs! And after integrating the syntax highlight, I try to do...
**Describe the bug** I've integrated Runestone into one of my apps, where it gets displayed in a SwiftUI view using `UIHostingView`. I'm seeing some occasional crashes which seem to come...
**Is your feature request related to a problem? Please describe.** Currently apps which utilise UILabel, UITextView and UITextField are able to support dynamic type via opt in of `adjustsFontForContentSizeCategory`. Once...
First, huge congratulations! This is totally awesome, and shipping is a big deal. Thanks for the SwiftTreeSitter shout-out in the acknowledgements, that's very kind of you! Do you think we...
### Is your feature request related to a problem? No ### What solution would you like? Iād like to see the code point for the character I highlighted (or equivalent...