Felix wrote:
FK> if I have a longer comment on the usage of a function to be placed in
FK> the API files: Can I somehow insert a line break command into the
FK> explanatory comment so that when displayed it is spanning across several 
lines?

Edit file SciTEBase.cxx (see line 1933):
> -----------------------------------------------
     } else if (maxCallTips > 1) {
             functionDefinition.insert(1, "\002");
     }
>    functionDefinition.substitute("\\n", "\n"); /*Mitchell Foral*/
     SendEditorString(SCI_CALLTIPSHOW, lastPosCallTip - 
currentCallTipWord.length(), functionDefinition.c_str());
     ContinueCallTip();
> -----------------------------------------------

-- 
mozers
<http://scite.ruteam.ru>

_______________________________________________
Scite-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to