Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
Qt Creator 4.0.2
-
None
Description
Since the update to qt-creator.x86_64-4.0.2-1.fc23 (using Fedora Linux), Ctrl+Space stopped offering the all snippets defined for a given trigger, and offers only a single one (the last).
Attachments: Snippet definitions: three variants for the 'cout' snipped defined
Snippet expansion: only one variant offered by Ctrl+Space
Edit: For completeness, I'm including the three variant definitions of my 'cout' snippet:
1: std::cout << "$$" << std::endl;
2: std::cout << "$var$: " << $var$ << std::endl;
3: std::cout << std::endl;