GitHub · CodeEditor Docs · CodeEditorFoundation Docs
CodeEditor adds support for text and code editors to GNOME apps built using Adwaita for Swift.
Install gtksourceview-devel or similar (based on the package manager) as well as gtk4-devel and libadwaita-devel (or similar).
- Open your Swift package in GNOME Builder, or any other IDE.
- Open the
Package.swiftfile. - Into the
Packageinitializer, underdependencies, paste:
.package(url: "https://github.com/AparokshaUI/CodeEditor", from: "0.1.0") Take a look at the simple sample app. Check out the Adwaita packages.
- Adwaita licensed under the GPL-3.0 license
- The contributors
- SwiftLint for checking whether code style conventions are violated
- The programming language Swift
- SourceDocs used for generating the docs
- GtkSourceView for the widgets