Emendo text editor

Miscellaneous tools
Post Reply
Message
Author
simargl8

Emendo text editor

#1 Post 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

simargl8

#2 Post 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.

simargl8

#3 Post 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.

Post Reply