Searched refs:foldComment (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/stc/scintilla/src/
H A DLexEScript.cxx174 //~ bool foldComment = styler.GetPropertyInt("fold.comment") != 0;
177 bool foldComment = true; local
199 if (foldComment && IsStreamCommentStyle(style)) {
208 if (foldComment && (style == SCE_ESCRIPT_COMMENTLINE)) {
H A DLexPOV.cxx228 bool foldComment = styler.GetPropertyInt("fold.comment") != 0; local
246 if (foldComment && (style == SCE_POV_COMMENT)) {
254 if (foldComment && (style == SCE_POV_COMMENTLINE)) {
H A DLexVerilog.cxx154 bool foldComment = styler.GetPropertyInt("fold.comment") != 0; local
186 if (foldComment && IsStreamCommentStyle(style)) {
194 if (foldComment && (style == SCE_V_COMMENTLINE)) {
H A DLexBaan.cxx135 bool foldComment = styler.GetPropertyInt("fold.comment") != 0; local
152 if (foldComment &&
H A DLexSpecman.cxx199 bool foldComment = styler.GetPropertyInt("fold.comment") != 0; local
220 if (foldComment && (style == SCE_SN_COMMENTLINE)) {
H A DLexPython.cxx312 const bool foldComment = styler.GetPropertyInt("fold.comment.python") != 0; local
340 prevComment = foldComment && IsCommentLine(lineCurrent - 1, styler);
360 const int comment = foldComment && IsCommentLine(lineCurrent, styler);
H A DLexTCL.cxx43 bool foldComment = styler.GetPropertyInt("fold.comment") != 0; local
182 if (foldComment && sc.state!=SCE_TCL_COMMENT && isComment(sc.state)) {
H A DLexBash.cxx605 bool foldComment = styler.GetPropertyInt("fold.comment") != 0; local
621 if (foldComment && atEOL && IsCommentLine(lineCurrent, styler))
H A DLexRuby.cxx1447 bool foldComment = styler.GetPropertyInt("fold.comment") != 0; local
1469 if (foldComment && stylePrev != SCE_RB_COMMENTLINE) {
H A DLexPerl.cxx1119 bool foldComment = styler.GetPropertyInt("fold.comment") != 0; local
1145 if (foldComment && atEOL && IsCommentLine(lineCurrent, styler))

Completed in 115 milliseconds