JCF: Allow replacing text and keep y-pos of marks

git-svn-id: trunk@34536 -
This commit is contained in:
martin 2012-01-01 19:33:43 +00:00
parent 5a689cb2ed
commit 914d05910c

View File

@ -166,7 +166,7 @@ procedure TEditorConverter.WriteToIDE(const pcUnit: TSourceEditorInterface; cons
begin
if pcUnit = nil then
exit;
pcUnit.ReplaceLines(0, pcUnit.LineCount, psText);
pcUnit.ReplaceLines(0, pcUnit.LineCount, psText, True);
end;
{$else}