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

Details

    • 5b98fcf7f9e031c177a175066fcc46b0cd0939bf

    Description

      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.

      Attachments

        Issue Links

          For Gerrit Dashboard: QTCREATORBUG-13996
          # Subject Branch Project Status CR V

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes