Summary: | The line with error is highlighted as wrong even when the error is fixed. | ||
---|---|---|---|
Product: | [Applications] kdevelop | Reporter: | Juraj <jurajoravec> |
Component: | All editors | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | mail, tom.schoeps |
Priority: | NOR | ||
Version: | 5.1.1 | ||
Target Milestone: | --- | ||
Platform: | Manjaro | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: | |||
Attachments: | Example how to trigger this behavior / bug |
Description
Juraj
2017-09-16 20:03:06 UTC
Additional information: This behaviour is triggered when there is warning and error. I tested it with Python file. I wrote wrong code / created error in a place which also PEP8 checker should mark as wrong (warning). Then i fixed the error but the line was still marker as error even after the warning was also removed. Created attachment 107884 [details]
Example how to trigger this behavior / bug
More info:
"Settings -> Language Support -> Highlight problematic lines" is ENABLED
"Settings -> Analysers -> Python Style Checking -> Enable Style Checking" is ENABLED and configured like this:
Disable: E111,E114,E121,E123,E126,E203,E226,E24,E704,W503
Enable: E302,E263
Line length: 100
"Settings -> Language Support -> Background Parser -> Enable Background Parser" is ENABLED
Hm interesting, this looks unrelated to python actually, but instead like a renderer (?) bug. Will need to investigate. Should be fixed by: https://invent.kde.org/kde/kdevelop/merge_requests/18 |