• 26 May 2013 - Since the new version attracted too many spammy registrations (around 250 fake accounts/day), user registrations are now protected by Mollom's spam protection service. Contact us if this causes some trouble.
  • 01 May 2013 - After the site upgrade, all passwords were reset and you will need to ask the site for a login reset on your first connection.

Which editing widget do you use in your PHP-GTK apps ?

GtkScintilla
33% (5 votes)
GtkSourceView
13% (2 votes)
GtkTextView
47% (7 votes)
Home-grown (please comment)
7% (1 vote)
Total votes: 15

Comments

Editor Widget

I have never actually wrote a text editor persay, there are already a bunch of those, however when I require the display/entry of large quantities of formatted text I use a heavily extended GtkTextView (actually GtkScrolledWindow...). Mostly by choice of being light on dependencies, partly because the other choices are way heavier than needed.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.