MethodtryCKeywordsCheck for if, else, while, do, switch, private, public, protected, signals,
default, case etc... keywords, as we want to indent then. If is
non-null
plugins/viewer/textviewer/3rdparty/diegoiast/qutepart-cpp/indent/alg_cstyle.cpp:345
MethodtryConditionSearch for if, do, while, for, ... as we want to indent then.
Return null, if nothing useful found.
Note: The code is written to be called *after* try
plugins/viewer/textviewer/3rdparty/diegoiast/qutepart-cpp/indent/alg_cstyle.cpp:404
MethodtryCppCommentC++ comment checking. when we want to insert slashes:
#, #/, #! #/<, #!< and ##...
return: filler string or null, if not in a star comment
NOTE: other
plugins/viewer/textviewer/3rdparty/diegoiast/qutepart-cpp/indent/alg_cstyle.cpp:242