Details
-
Suggestion
-
Resolution: Duplicate
-
Not Evaluated
-
None
-
Qt Creator 2.7.1
-
None
-
Linux/Mac
Description
It is better to add code folding for this pattern (another form of commenting code):
#if 0
...// version 1 of some problem
#else
...// version 2 of the same problem
#endif
and some other similar patterns. This feature appears in many IDEs, but Qt Creator.
I believe it is not difficult to implement.
Attachments
Issue Links
- is replaced by
-
QTCREATORBUG-2 Do code folding for preprocessor directives
- Open