Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-13996

[REG 3.3->3.4] mimetypes that inherit application/x-executable are opened in binary editor even if they also inherit text/plain

XMLWordPrintable

    • 5b98fcf7f9e031c177a175066fcc46b0cd0939bf

      Open dumper.py for example.

      The mime hierarchy is:

      • text/x-python
        • application/x-executable
          • application/octet-stream
        • text/plain

      Since the recursion is DFS, application/octet-stream, which is associated with the binary editor, is matched first.

      Same goes for application/x-ruby.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            con Eike Ziller
            orgads Orgad Shaneh
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes