D22592: port symbols view to model/view concept

Mark Nauwelaerts noreply at phabricator.kde.org
Sun Jul 21 14:19:41 BST 2019


mnauwelaerts accepted this revision.
mnauwelaerts added a comment.
This revision is now accepted and ready to land.


  The detail field not getting parsed probably started out intentionally and then turned into an oversight :-(
  Regarding the sorting, it seems the following is needed (in suitable place);
  
    if (m_sortOn->isChecked()) {
        m_symbols->setSortingEnabled(true);
        m_symbols->sortByColumn(0);
    } else {
        m_symbols->sortByColumn(-1);
    }
  
  Otherwise, it looks/works fine now!

REPOSITORY
  R40 Kate

BRANCH
  master

REVISION DETAIL
  https://phabricator.kde.org/D22592

To: cullmann, dhaumann, mnauwelaerts
Cc: kwrite-devel, domson, michaelh, ngraham, demsking, cullmann, sars, dhaumann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kwrite-devel/attachments/20190721/08e021b7/attachment.html>


More information about the KWrite-Devel mailing list