forked from qt-creator/qt-creator
CppEditor: fix indentation of auto-completed comments.
Fix indentation of auto-completed Doxygen comments, as well as auto- leading characters from the block, to make it work with both spaces and tabs. Change-Id: I6c1c1665675cc25e01983e6d39b472f1b1c9683e Reviewed-by: Leandro Melo <leandro.melo@nokia.com>
This commit is contained in:
committed by
Leandro Melo
parent
8e94d06496
commit
cbc328e2d7
@@ -95,7 +95,7 @@ private:
|
||||
bool m_startComment;
|
||||
DocumentationStyle m_style;
|
||||
CPlusPlus::Overview m_printer;
|
||||
int m_commentOffset;
|
||||
QString m_commentOffset;
|
||||
};
|
||||
|
||||
} // CppTools
|
||||
|
||||
Reference in New Issue
Block a user