Summary: | Opening .dts device tree source files uses hex editor | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Daniel Santos <daniel.santos> |
Component: | general | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED UPSTREAM | ||
Severity: | normal | CC: | igorkuo, Jessbabyy31 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Santos
2025-02-16 21:21:12 UTC
> The list above doesn't contain my KDevelop version: KDevPlatform and KDevelop share a single repository now. So bugs should be reported against Product=Applications/kdevelop most of the time. Newer kdevelop versions are available for selection. KDevelop opens a .dts file via the default text editor on my system, probably because Okteta has not been ported to KF6 yet. You can override how to open a file by right clicking a file entry in the Projects, Documents or File System tool view => Open With => Default Editor. KDevelop should remember your choice for the MIME type. > While there may be an (obscure) audio mime type that uses the .dts extension, > open firmware device tree source files are important and common enough that > KDevelop should override any mime type land open these with the text editor. Please report a bug to https://gitlab.freedesktop.org/xdg/shared-mime-info/ , or even implement proper detection of the MIME type for the .dts extension yourself. |