From 35fa54bae46d0be3cf1bf61bbf2fa83de3617ae5 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 14 May 2001 03:39:52 +0000 Subject: Changed ConvertEOLs to show that it uses the first parameter rather than the current mode. --- include/Scintilla.iface | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include') diff --git a/include/Scintilla.iface b/include/Scintilla.iface index 604c96b2c..533e82a73 100644 --- a/include/Scintilla.iface +++ b/include/Scintilla.iface @@ -151,13 +151,13 @@ fun int GetCurLine=2027(int length, stringresult text) # Retrieve the position of the last correctly styled character. get position GetEndStyled=2028(,) -# Convert all line endings in the document to use the current mode. -fun void ConvertEOLs=2029(,) - val SC_EOL_CRLF=0 val SC_EOL_CR=1 val SC_EOL_LF=2 +# Convert all line endings in the document to one mode. +fun void ConvertEOLs=2029(int eolMode,) + # Retrieve the current end of line mode - one of CRLF, CR, or LF. get int GetEOLMode=2030(,) -- cgit v1.2.3