CodeEditor
This project has moved to https://git.aparoksha.dev/aparoksha/codeeditor - Text editors for GNOME apps written in Swift
Install / Use
/learn @AparokshaUI/CodeEditorREADME
<p align="center"> <img width="256" alt="CodeEditor Icon" src="Icons/CodeEditorIcon.png"> <h1 align="center">CodeEditor</h1> </p> <p align="center"> <a href="https://github.com/AparokshaUI/CodeEditor"> GitHub </a> · <a href="Documentation/CodeEditor/README.md"> CodeEditor Docs </a> · <a href="Documentation/CodeEditorFoundation/README.md"> CodeEditorFoundation Docs </a> </p>[!IMPORTANT]
This project has moved. You can find it here.
The decision is based on this article.
Thanks to No GitHub for the badge used below.
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
- 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")
Usage
Take a look at the simple sample app. Check out the Adwaita packages.
Thanks
Dependencies
- Adwaita licensed under the GPL-3.0 license
Other Thanks
- 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
