You've already forked lazarus-ccr
richmemo: curly bracers escape
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7308 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -750,6 +750,8 @@ begin
|
||||
isNewPara:=false;
|
||||
while i<=length(u) do begin
|
||||
if u[i]='\' then Result:=Result+'\\'
|
||||
else if u[i]='{' then Result:=Result+'\{'
|
||||
else if u[i]='}' then Result:=Result+'\}'
|
||||
else if u[i]=#10 then begin
|
||||
Result:=Result+'\par ';
|
||||
isNewPara:=true;
|
||||
|
Reference in New Issue
Block a user