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

F1 for help fails unless correct syntax.

    XMLWordPrintable

Details

    Description

      Hitting F1 to see Qt's Help about a type is extremely useful. Thing is, it wont trigger unless the code is correct.

      Stupid example:

      • Your code does not #include <QMap>
      • You know QMap has something interesting
      • Type Qmap, hit F1, nothing is shown
      • Fix it to QMap, hit F1, nothing is shown
        ...
      • Get to google find it there

      Is incorrect because QMap needs #include <QMap> first, but how could you know, you are requesting help to know about it.

      Obviously there are more elaborated examples.

      Solution:
      Keep QtC aware of at least all Qt types to bring help.

      Attachments

        Issue Links

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

          Activity

            People

              con Eike Ziller
              desert Ariel Molina R.
              Votes:
              8 Vote for this issue
              Watchers:
              11 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes