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

Help system can not show help info if current function is not in a complete expression.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • P3: Somewhat important
    • None
    • Qt Creator 2.1.0, Qt Creator 3.0.1
    • None
    • MacOS 10.6.7
      SDKTestRound5

    Description

      for example,

          QString name;
          QString plainName = name.remove();
      

      if cursor on remove() and press F1, qtcreator will show its help correct.

      But when remove the last ; as

          QString name;
          QString plainName = name.remove()
      

      qtcreator will complain "No documentation available."

      Anyway the type info is enough so qtcreator should show correct help info.

      Attachments

        Issue Links

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

          Activity

            People

              kosjar Nikolai Kosjar
              chuuuyan Chu Yang (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes