CodeEditor

0.2.0

Text editors for GNOME apps written in Swift
AparokshaUI/CodeEditor

What's New

0.2.0

2024-01-30T14:42:20Z

Improved

  • Improve performance of view updates

Warning

This update removes the imperative library and adds a direct access to the C library instead.

More information:
https://github.com/AparokshaUI/adwaita-swift/releases/tag/0.2.0

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

Description

  • Swift Tools 5.8.0
View More Packages from this Author

Dependencies

Last updated: Sun Apr 14 2024 11:56:02 GMT-0900 (Hawaii-Aleutian Daylight Time)