From e40cd82f8c12ca3d0a3b0e9c89737acf940def44 Mon Sep 17 00:00:00 2001 From: Roberto Raggi Date: Tue, 29 Sep 2009 11:34:11 +0200 Subject: Introduced T_CPP_COMMENT and T_CPP_DOXY_COMMENT to handle C++-style comments and improved CPPEditor::isInComment to handle the newly introduced tokens. As side effect,this change should fix the regression we introduced in the "automagically" quote/brace insertion. --- src/shared/cplusplus/Token.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/shared/cplusplus/Token.cpp') diff --git a/src/shared/cplusplus/Token.cpp b/src/shared/cplusplus/Token.cpp index 14a62f3db3..547849b1cc 100644 --- a/src/shared/cplusplus/Token.cpp +++ b/src/shared/cplusplus/Token.cpp @@ -54,6 +54,7 @@ CPLUSPLUS_BEGIN_NAMESPACE static const char *token_names[] = { (""), (""), + (""), (""), (""), (""), (""), (""), (""), -- cgit v1.2.1