dhaumann accepted this revision. dhaumann added a comment. This revision is now accepted and ready to land.
Looks good to me. I see two possible performance issues: 1. Using std::map. ...but the size() is small. 2. See comment. But that needs profiling later. Please push. INLINE COMMENTS > kateconfig.cpp:124 > + const auto knownIt = knownEntries.find(key); > + Q_ASSERT(knownIt != knownEntries.end()); > + Possible performance issue? We'll see later. REPOSITORY R39 KTextEditor BRANCH arcpatch-D19491_1 REVISION DETAIL https://phabricator.kde.org/D19491 To: cullmann, #ktexteditor, dhaumann, loh.tar Cc: kwrite-devel, kde-frameworks-devel, gennad, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann