This revision was automatically updated to reflect the committed changes.
Closed by commit R216:9f43abc06b21: indexer checks for leading/trailing
whitespaces in XML highlighting definitions (authored by cullmann).
REPOSITORY
R216 Syntax Highlighting
CHANGES SINCE LAST UPDATE
https://phabrica
dhaumann accepted this revision.
dhaumann added a comment.
This revision is now accepted and ready to land.
Looks good to me...
REPOSITORY
R216 Syntax Highlighting
REVISION DETAIL
https://phabricator.kde.org/D6871
To: cullmann, vkrause, dhaumann
Cc: #frameworks
cullmann added a comment.
It is no error ATM, as first one needs to cleanup the xml files with
something like:
perl -pi -e 's@\s*(\S+)\s*@\1@gi' *.xml
REPOSITORY
R216 Syntax Highlighting
REVISION DETAIL
https://phabricator.kde.org/D6871
To: cullmann, vkrause, dhaumann
Cc: #framewor
cullmann created this revision.
Restricted Application added a project: Frameworks.
Restricted Application added a subscriber: Frameworks.
REVISION SUMMARY
Let the indexer check for keywords with leading/trailing spaces, they lead to
not needed allocs for trimmed() after loading.
REPOSITORY