Page 2 of 4

Re: Emendo text editor

Posted: 05 Oct 2013, 11:13
by john3voltas
I'm confused with Geany and Emendo.
I would add Emendo and remove Geany. Emendo does the job pretty well.
Besides Geany will always be available via pacman.
Just my 2 cents.

Re: Emendo text editor

Posted: 08 Oct 2013, 12:27
by simargl
Version 1.0

- added per-user settings support:
config directory is $HOME/.config/emendo - if doesn't exist it will be created,
config file is $HOME/.config/emendo/emendo.ini - if doesn't exist it will be copied from default settings location /etc/emendo/emendo.ini,

- when program is closed it will write current: window width, window height, font and style to user settings file,

- added font chooser dialog.

Re: Emendo text editor

Posted: 14 Oct 2013, 10:25
by simargl
- version 1.0.5
Drop Gtk.Stock (deprecated in GTK+ 3.10)

Re: Emendo text editor

Posted: 24 Oct 2013, 12:52
by simargl
I've changed Emendo's interface to use new Gtk.HeaderBar, for screen shot look first post. That will start new version 2.0.1, and require Gtk>=3.10.

Re: Emendo text editor

Posted: 24 Oct 2013, 17:10
by Marv
simargl wrote:I've changed Emendo's interface to use new Gtk.HeaderBar, for screen shot look first post. That will start new version 2.0.1, and require Gtk>=3.10.

I'm making my peace with the headerbar (old dog and new tricks). Any chance of replacing the 'redo' button with the 'find' or a 'find/replace' combo button? Don't know about others but I use that 'find' a lot and a single click to get it is nice..
Cheers,

Re: Emendo text editor

Posted: 24 Oct 2013, 17:40
by Scooby
I think this kind of approach should be skinable.

up to the user to decide to use or not.

I guess I'm an old dog too

Re: Emendo text editor

Posted: 24 Oct 2013, 18:30
by simargl
Marv wrote:Any chance of replacing the 'redo' button with the 'find' or a 'find/replace' combo button? Don't know about others but I use that 'find' a lot and a single click to get it is nice..

I moved Find button back to toolbar, but on other side before drop down menu. I also use Find button often, and Undo/Redo even more, so this should be better now. Also Gtk.ReliefStyle is set to NONE, and all toolbuttons now have 40x40 square size.

Re: Emendo text editor

Posted: 24 Oct 2013, 21:00
by Marv
simargl wrote:I moved Find button back to toolbar, but on other side before drop down menu. I also use Find button often, and Undo/Redo even more, so this should be better now. Also Gtk.ReliefStyle is set to NONE, and all toolbuttons now have 40x40 square size.

Thanks! Looks good.

Re: Emendo text editor

Posted: 26 Oct 2013, 16:47
by simargl
* 2.0.3 *
- Added Preferences dialog
- use ColorSelectionDialog instead of ColorChooserDialog

for comparison
http://valadoc.org/#!api=gtk+-3.0/Gtk.C ... tionDialog
http://valadoc.org/#!api=gtk+-3.0/Gtk.C ... oserDialog

Before starting new version remove configuration directory $HOME/.config/emendo.

Re: Emendo text editor

Posted: 04 Nov 2013, 12:00
by Scooby
Using Emendo 1.0

When on filesystem mounted read-only get no warning that save of file cannot be executed.

Coulde be nice to get a warning?