Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
Qt Creator 2.7.1, Qt Creator 3.0.1, Qt Creator 3.4.0-rc1, Qt Creator 4.4.0-beta1
-
None
-
Gentoo Linux AMD64
Description
I configured a coding style that binds "&" and "*" to the type rather than the identifier. When inserting auto-completed code however, the coding style setting is ignored. For example, in a QWidget subclass, if I enter:
void mousePressEvent
and hit Tab followed by Enter, Creator inserts this:
(QMouseEvent *e);
which ignores the style setting. It should have inserted this instead:
(QMouseEvent* e);
Attachments
Issue Links
- is duplicated by
-
QTCREATORBUG-10124 Pointers and References Code Style preferences does not seem to work
- Closed
-
QTCREATORBUG-20648 Autocompletion should respect 'Pointers and References' code style
- Closed