Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
Qt Creator 3.1.0-beta
-
Mac OSX 10.8.5, Creator based on Qt5.2.0, Xcode 5.0.2
Ubuntu 12.04 32bit, Creator based on Qt5.2.0
Description
Steps to reproduce:
- create an empty Qt project
- add a source file to this project (main.cpp)
- Editor opens the empty cpp file automatically
- type
int main() {
and hit Enter
Current result:
- cursor is placed into the next line (with correct indentation), but function does not get a closing bracket automatically
Expected result:
- current result + automatically added closing bracket
Notes:
- removing the code, switching to the pro-file and back to the cpp-file and re-doing the steps above make this work again…
- works on 3.0 branch