Page 1 of 1

Emendo text editor

Posted: Sun 22 Sep 2013, 15:16
by simargl8
Emendo is simple text editor with syntax highlighting written in Vala

Compile and install:
1) pacman -S gtksourceview3
2) make install

To remove:
1) make uninstall

source tarball here:
http://alphaos.tuxfamily.org/forum/view ... =702#p1151

Posted: Tue 24 Sep 2013, 12:46
by simargl8
I have setup bitbucket repository for emendo, you can see list of changes/commits here
https://bitbucket.org/simargl/emendo/commits/all

and always get latest source from here
https://bitbucket.org/simargl/emendo/get/tip.tar.gz

Latest version is 0.9.1 with many bug fixes, fully functional replace dialog, and usability improvements like scroll to current line after undo, redo or replace button clicked.

Posted: Wed 25 Sep 2013, 10:53
by simargl8
PKGBUILD for Arch Linux is here https://aur.archlinux.org/packages/emendo/

If you want to try this text editor in some of Puppy Linux versions:
1) first check that Gtk version 3 is supported or pre-installed,
2) load development sfs module,
3) go to package manager, install packages vala and gtksourceview3,
4) type dir2pet make install, in directory where emendo source is extracted.