Some checks failed
Deploy Docs / publish (push) Has been cancelled
CodeEditor
CodeEditor adds support for text and code editors to GNOME apps built using Adwaita for Swift.
Table of Contents
Installation
Flatpak
If you use Flatpak to develop your application, copy the manifest dev.aparoksha.Demo.json
.
There is no further installation required.
Dependencies
Install gtksourceview-devel
or similar (based on the package manager) as well as gtk4-devel
and libadwaita-devel
(or similar).
Swift Package
- Open your Swift package in GNOME Builder, or any other IDE.
- Open the
Package.swift
file. - Into the
Package
initializer, underdependencies
, paste:
.package(url: "https://git.aparoksha.dev/aparoksha/codeeditor", from: "0.1.0")
Usage
Take a look at the simple sample app. Check out the Adwaita packages.
Thanks
Dependencies
- Adwaita licensed under the MIT license
Other Thanks
- SwiftLint for checking whether code style conventions are violated
- The programming language Swift
- GtkSourceView for the widgets
Description
Languages
Cython
96.3%
Swift
3.2%
C
0.5%