Cloudforest — a demo cross-platform text editor written in GTK4

Опубликовано: 16 Июнь 2026
на канале: devcloudforest
50
like

Contribute : please send a message to our Instagram account (www.instagram.com/dev.cloudforest or click the Instagram link on the channel's profile).
This project is currently maintained by myself. We need your help.

This is a demo text editor. Written in C++ but uses GTK4 (4.10) C library because gtkmm(C++ interface of GTK) library somehow doesn't work on my Ubuntu 22.04.
Now, the app only supports open file/folder and save file, which is not sufficient to be a good text editor.

Due to the lack of functionality and messy source code, the repository is temporarily private.

I will make it public and release the built binary after these features are available:
Syntax highlight
Language server
Search
Settings
More file control
Extension (probably need to embed other scripting languages or create a new language)