Bug 314773 - Wrong color for Python strings if ' or " is first non-whitespace char on next line
Summary: Wrong color for Python strings if ' or " is first non-whitespace char on next...
Status: RESOLVED DUPLICATE of bug 313007
Alias: None
Product: kate
Classification: Applications
Component: syntax (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: KWrite Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-09 16:32 UTC by Karmo Rosental
Modified: 2013-03-06 20:25 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karmo Rosental 2013-02-09 16:32:58 UTC
Introduced in KDE 4.10/Kate 3.10.

Reproducible: Always

Steps to Reproduce:
1. Create a new Python file
2. Open in Kate
3. Write:
filtering = {
            'id': ALL,
}
Actual Results:  
'id' is same color as comment in normal Kate color scheme

Expected Results:  
'id' is red in normal Kate color scheme
Comment 1 Dominik Haumann 2013-03-06 18:11:35 UTC
@Phil: Can you look into this?
Is this a duplicate of bug #313007 ?
Comment 2 Karmo Rosental 2013-03-06 18:17:32 UTC
Yes. Did't find that bug #313007 before.
(In reply to comment #1)
> @Phil: Can you look into this?
> Is this a duplicate of bug #313007 ?
Comment 3 Dominik Haumann 2013-03-06 20:25:40 UTC

*** This bug has been marked as a duplicate of bug 313007 ***