dhaumann added inline comments. INLINE COMMENTS
> katedocument.h:1086 > bool m_modOnHd = false; > + bool m_autoReloadMode = false; > + QTimer m_autoReloadThrottle; What about this: make this a QAction with setCheckable(true). Then, you could reuse this action in the KTextEditor::Message. You can put this action then into the menu as well. ...then again, this could also be in tbe DocumentConfig just like many other settings we have. REPOSITORY R39 KTextEditor REVISION DETAIL https://phabricator.kde.org/D19517 To: loh.tar, #ktexteditor, cullmann Cc: dhaumann, cullmann, kwrite-devel, kde-frameworks-devel, #ktexteditor, gennad, domson, michaelh, ngraham, bruns, demsking, sars