Select Line menu item in GtkTextView

I added a Select Line menu item to GtkTextView. do you think it is useful?

This is probably too specialized for GtkTextView. But you can easily extend menus from applications where line-based operations are common (such as code editors). All of the menu operations are available as GAction so a completely different context menu is possible too.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.