| Summary: | Attempting to parse non-python files | ||
|---|---|---|---|
| Product: | [Developer tools] kdev-python | Reporter: | Francis Herne <mail> |
| Component: | Language support | Assignee: | Sven Brauch <mail> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | 1.7.1 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Francis Herne
2015-05-08 22:22:27 UTC
Remembering to check the actual mimetypes, it's text/plain vs text/x-python. Hmm. Strange, it should only parse files with mimetype text/x-python. It also does this correctly for me:
kdevplatform (language) KDevelop::BackgroundParserPrivate::createParseJob: found no languages for url KUrl("file:///tmp/test.pynml")
Odd. Files in question: https://dev.openttdcoop.org/projects/road-hog/repository/show/src/templates I could never reproduce this, if it still exists, please reopen Sorry, looking at the same problem now it seems to be caused by the C++ parser, so I was probably mistaken when filing this. Re-filed against the C++ parser as https://bugs.kde.org/show_bug.cgi?id=360081 |