[opensuse] Small editor project - feedback
If anybody has the time (or need) for a small gtk based editor, I could use some help with testing a little project. Most recently word-completion was added along with the right-margin visual guide. Written in C with the Gtk+2 toolkit, the package is about 109k in size. Most systems will already have Gtk2 installed and the libgtksourceview package is about 300k. Both light and dark syntax highlight styles are included. For Leap 15, the package is: http://download.opensuse.org/repositories/home:/drankinatty/openSUSE_Leap_15... there are packages available for 13.1 - Leap 15. If you find any problems, let me know, or open an issue on github: https://github.com/drankinatty/gtkwrite -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
On 07/28/2018 11:04 PM, David C. Rankin wrote:
If anybody has the time (or need) for a small gtk based editor, I could use some help with testing a little project. Most recently word-completion was added along with the right-margin visual guide. Written in C with the Gtk+2 toolkit, the package is about 109k in size. Most systems will already have Gtk2 installed and the libgtksourceview package is about 300k.
Both light and dark syntax highlight styles are included.
For Leap 15, the package is:
http://download.opensuse.org/repositories/home:/drankinatty/openSUSE_Leap_15...
there are packages available for 13.1 - Leap 15.
If you find any problems, let me know, or open an issue on github:
Added settings interface to set "minimum-word-size" property on the words source completion provider which sets the minimum number of characters typed before the word-completion dialog appears. (default now 3) The original default provided by gtksourcecompletionwords of 2 was way, way too chatty for large files. http://download.opensuse.org/repositories/home:/drankinatty/openSUSE_Leap_15... for those interested. -- David C. Rankin, J.D.,P.E. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org
participants (1)
-
David C. Rankin