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

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

      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.

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes