On Tue, 24 Oct 2006 22:48:59 +0400
mozers <[EMAIL PROTECTED]> wrote:

> Felix wrote:
> FK> if I have a longer comment on the usage of a function to be
> FK> placed in the API files: Can I somehow insert a line break
> FK> command into the explanatory comment so that when displayed it is
> FK> 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();
> > -----------------------------------------------

FYI:
Compiled using src of 1.71 for win32 (using mingw on win2k): works.
Great!

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

Reply via email to