GNOME Bugzilla – Bug 726739
use a popover with line/col info in statusbar
Last modified: 2014-04-16 18:51:34 UTC
The line/col info in statusbar is enhanced with a popover showing : - Display line numbers checkbox - Display right margin checkbox - Highlight current line checkbox - Text wrapping checkbox The text wrapping split mode is now retained in gsettings so that even with text wrapping disabled, we still memorize the last split mode used. These modifications comes in two patches to apply in order.
Created attachment 272430 [details] [review] [PATCH 1] Add a gsettings for the last wrapping split mode The last split mode is store in a static var but if we set wrapping mode off, this state is lost.
Created attachment 272431 [details] [review] [PATCH 2] line/col popover menu
attachment (id=272430) pushed as f08678b : Add a gsettings for the last wrapping split mode attachment (id=272431) pushed as 8832427: Statusbar: line/col popover menu