Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/twostraws/Sourceful
A syntax highlighting source editor for iOS and macOS using UITextView and NSTextView.
https://github.com/twostraws/Sourceful
appkit ios macos swift uikit xcode
Last synced: 3 months ago
JSON representation
A syntax highlighting source editor for iOS and macOS using UITextView and NSTextView.
- Host: GitHub
- URL: https://github.com/twostraws/Sourceful
- Owner: twostraws
- License: mit
- Created: 2019-04-16T11:38:38.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-18T11:54:07.000Z (about 1 year ago)
- Last Synced: 2024-07-19T04:32:40.589Z (4 months ago)
- Topics: appkit, ios, macos, swift, uikit, xcode
- Language: Swift
- Homepage: https://www.hackingwithswift.com
- Size: 59.6 KB
- Stars: 687
- Watchers: 20
- Forks: 76
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Sourceful is a syntax text editor for iOS and macOS, providing subclasses of `UITextView` and `NSTextView` that offer live syntax highlighting as you type. Right now it includes syntax highlighting support for Swift and Python, but it's easy to add your own.
This project is a combination of two projects from Louis D’hauwe: [SavannaKit](https://github.com/louisdh/savannakit) and [Source Editor](https://github.com/louisdh/source-editor).
Both of those projects were archived when Louis joined Apple, which meant they haven’t been updated since Swift 4.1. This causes a variety of pain points with Cocoapods, so Sourceful is designed to avoid them entirely: it combines both those projects into one repository, and is fully updated for modern versions of Swift.
## Credits
SavannaKit and SourceEditor were designed by Louis D’hauwe. Sourceful was built by combining those two and updating them to modern Swift, and is maintained by Paul Hudson.
Sourceful is licensed under the MIT license; see LICENSE for more information.
Swift, the Swift logo, Xcode, Instruments, Cocoa Touch, Touch ID, AirDrop, iBeacon, iPhone, iPad, Safari, App Store, watchOS, tvOS, Mac and macOS are trademarks of Apple Inc., registered in the U.S. and other countries.