Re: how to get the list of keywords in KSyntaxHighlighting

2018-07-29 Thread Dominik Haumann
On Sun, Jul 29, 2018 at 6:16 PM, Alexander Semke wrote: > Hi Dominik, > >> sorry for the delay, I only now saw your mail. >> Jonathan meanwhile posted a patch that adds this: >> https://phabricator.kde.org/D14434 > Yes, I saw it already. Will this make into the 5.49 release of the frameworks? > >

Re: how to get the list of keywords in KSyntaxHighlighting

2018-07-29 Thread Alexander Semke
Hi Dominik, > sorry for the delay, I only now saw your mail. > Jonathan meanwhile posted a patch that adds this: > https://phabricator.kde.org/D14434 Yes, I saw it already. Will this make into the 5.49 release of the frameworks? > However, pushing this further, what Kate also needs is a way go g

Re: how to get the list of keywords in KSyntaxHighlighting

2018-07-29 Thread Dominik Haumann
Hi Alexander, sorry for the delay, I only now saw your mail. Jonathan meanwhile posted a patch that adds this: https://phabricator.kde.org/D14434 I definitely can see that adding these functions: QStringList keywordListsNames() const; QStringList keywordList(const QString& name) const; is

how to get the list of keywords in KSyntaxHighlighting

2018-07-15 Thread Alexander Semke
Hi, I'd like to remove the maintenance of syntax keywords in Cantor (e.g. https:// cgit.kde.org/cantor.git/tree/src/backends/maxima/maximakeywords.cpp) and to switch to KSyntaxHighlighting. Cantor uses its own highlighters and I'd need to get the list of keywords from KSyntaxHighlighter for thi