https://bugs.kde.org/show_bug.cgi?id=386897
Albert Astals Cid <aa...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Latest Commit| |https://commits.kde.org/kte | |xteditor/594c51bbf61dcf7014 | |a44727519afb4a6b58c074 Resolution|--- |FIXED --- Comment #1 from Albert Astals Cid <aa...@kde.org> --- Git commit 594c51bbf61dcf7014a44727519afb4a6b58c074 by Albert Astals Cid, on behalf of Wojciech Stachurski. Committed on 21/05/2018 at 08:49. Pushed by aacid into branch 'master'. Make the word/char count a global preference Summary: This is an attempt to make the word/char count in the status bar a global preference covering the whole editor instead of a temporary menu option activated on demand for individual documents. Test Plan: 1. Open Kate. 2. Open two new documents. 3. Go to Settings -> Configure Kate -> Appearance. 4. Check the "Show Word Count" option and apply changes. 5. Word counter in the status bar is shown across all documents. 6. Open another new document and observe the word counter. 7. Close Kate and open it once again. 8. The word counter is still there. Reviewers: #ktexteditor, #kate, mwolff, cullmann Reviewed By: #ktexteditor, #kate, mwolff, cullmann Subscribers: mwolff, dhaumann, cullmann, ngraham, #frameworks Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D11822 M +3 -0 src/dialogs/katedialogs.cpp M +10 -0 src/dialogs/textareaappearanceconfigwidget.ui M +8 -2 src/utils/kateconfig.cpp M +1 -0 src/utils/kateconfig.h M +0 -6 src/view/kateview.cpp https://commits.kde.org/ktexteditor/594c51bbf61dcf7014a44727519afb4a6b58c074 -- You are receiving this mail because: You are watching all bug changes.