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

Auto-completes dot operator for Objective C property access to arrow operator

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P2: Important
    • Qt Creator 3.5.1
    • Qt Creator 3.4.0
    • C/C++/Obj-C++ Support
    • None
    • Qt Creator 3.4.0 on OS X Yosemite

    Description

      Qt Creator 3.4.0 auto-completes the dot operator . for accessing an Objective C property to the arrow operator ->.

      Q_FORWARD_DECLARE_OBJC_CLASS(Bar);
      class Foo {
          Bar *m_bar;
      }
      

      Typing m_bar. will auto-complete it to m_bar-> which makes writing Objective C code painful. This used to work in 3.3.

      Attachments

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

        Activity

          People

            orgads Orgad Shaneh
            broulik Kai Uwe Broulik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes