D20958: New menu of syntax highlighting in the status bar
loh tar
noreply at phabricator.kde.org
Thu May 2 16:55:04 BST 2019
loh.tar added a comment.
Wow, look very nice :-)
The only thing I would like to have is an auto generated "most often used" list. That was also suggested somewhere. This way you could quickly change between preferred styles instead to search for them.
Your code looks lovely and well documented. However, I always try to establish a docu style to avoid the use of multiline comments /**/ in the code itself and use // style. It doesn't waste so much space.
Will try this later.
INLINE COMMENTS
> katemodemenulist.cpp:45
> + */
> +inline bool isDelimiter(const uint c)
> +{
perhaps static instead of inline?
> katemodemenulist.cpp:101
> + if (searchBarPos == Top)
> + layoutContainer->addLayout(layoutSearchBar);
> + layoutContainer->addLayout(m_layoutList);
coding style: brace always single liner
> katemodemenulist.cpp:114
> + */
> + connect(m_list, SIGNAL(itemActivated(QListWidgetItem *)),
> + this, SLOT(selectHighlighting(QListWidgetItem *)));
use new style
REPOSITORY
R39 KTextEditor
REVISION DETAIL
https://phabricator.kde.org/D20958
To: nibags, #ktexteditor, #kate
Cc: loh.tar, kwrite-devel, kde-frameworks-devel, domson, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kwrite-devel/attachments/20190502/35d8d791/attachment-0001.html>
More information about the KWrite-Devel
mailing list