Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/eyelash/atom-gtk


https://github.com/eyelash/atom-gtk

atom atom-editor c cpp editor gtk gtk3 text-editor vala

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# atom-gtk

![screenshot](screenshot.png)

## Instructions

```sh
# install the dependencies (e.g. Debian/Ubuntu)
sudo apt install build-essential meson valac sassc libgtk-3-dev libpcre2-dev
# clone the repository
git clone --recursive https://github.com/eyelash/atom-gtk.git
cd atom-gtk
# build and install the application
meson setup build
meson install -C build
# launch the application
atom-gtk
```

## Roadmap

- [x] multiple selections
- [x] select next
- [x] syntax highlighting
- [x] copy/paste
- [x] undo/redo
- [ ] find/replace
- [ ] git gutter
- [ ] fuzzy finder
- [ ] EditorConfig