Details
-
Bug
-
Resolution: Duplicate
-
Not Evaluated
-
Qt Creator 2.7.1
-
None
-
Mac OS 10.7.5, Macbook Pro 15inch early 2011. 16 GB RAM.
Description
When using refactor to create setter and getter methods, the new setters and getters are regularly inserted at the last cursor positions in the .cpp file rather than in a logical place (like at the end, or in order with the class deceleration)
This leads to having random functions inserted inside of other functions, and possible within words within other functions (depending on where you last had your cursor) This occurs about every 5 or 6 times I use the functionality.
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-2676 Handle namespaces when generating method definitions
- Closed