add context menu to statusbar to toggle show total lines/word count

Authored by cullmann on Jun 20 2018, 6:40 PM.

Description

add context menu to statusbar to toggle show total lines/word count

GUI: context menu for status bar to alter settings

Differential Revision: https://phabricator.kde.org/D13442

Details

Committed
cullmannJun 20 2018, 6:40 PM
Differential Revision
Restricted Differential Revision
Parents
R39:3f0638e717a9: Implemented displaying of total lines in kate
Branches
Unknown
Tags
Unknown
croick added a subscriber: croick.Jun 20 2018, 11:11 PM
croick added inline comments.
/src/view/kateview.cpp
1867

Could you add a check if(m_statusBar) or so? It currently makes KDevelop crash when opening a file.