Skip to content

Text editors for GNOME apps written in Swift

License

Notifications You must be signed in to change notification settings

AparokshaUI/CodeEditor

Repository files navigation

CodeEditor Icon

CodeEditor

GitHub · CodeEditor Docs · CodeEditorFoundation Docs

CodeEditor adds support for text and code editors to GNOME apps built using Adwaita for Swift.

Table of Contents

Installation

Dependencies

Install gtksourceview-devel or similar (based on the package manager) as well as gtk4-devel and libadwaita-devel (or similar).

Swift Package

  1. Open your Swift package in GNOME Builder, or any other IDE.
  2. Open the Package.swift file.
  3. Into the Package initializer, under dependencies, paste:
.package(url: "https://github.com/AparokshaUI/CodeEditor", from: "0.1.0")   

Usage

Take a look at the simple sample app. Check out the Adwaita packages.

Thanks

Dependencies

Other Thanks