The syntax file for Python now identifies normal strings as comments. I think this might have been a change to try and identify function docs, but it over-identifies other strings as comments. Reproducible: Always Steps to Reproduce: Create a simple pyhton file like: foo = bar([ 'one', 'two' ]) 'one' and 'two' are highligted as though they are comments. They should not be since they are just normal strings here.
This is duplicate of 188115. Please look at https://bugs.kde.org/show_bug.cgi?id=188115. Patch is uploaded and it is works.
I just updated from git and the problem is still there.
Sorry bu my mistake. The patch has not been committed yet. It is available on https://bugs.kde.org/show_bug.cgi?id=188115 (attachment: second patch for python.xml in version 2.13) or directly on: https://bugs.kde.org/attachment.cgi?id=75965
*** Bug 314773 has been marked as a duplicate of this bug. ***
When you downoad the newest version through the download dialog in the config settings to get the version committed in https://bugs.kde.org/show_bug.cgi?id=188115#c18 , does it work then? Or is there still a patch needed?
I checked out from GIT again and did a build install. I get the newest version now and the docstrings are gone. Perhaps there is a bug in the build system that doesn't always copy the new syntax files (a different issue of course though). Note the install button also appears not to work (it does nothing), but again, a different issue.
*** Bug 320813 has been marked as a duplicate of this bug. ***