From 74cf93aa3185db02bccecacaec088c2404a47692 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 23 Apr 2000 23:02:52 +0000 Subject: Fixing problems with fold information degrading when lines inserted and removed. New notifications before inserting and deleting text. --- src/ContractionState.cxx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/ContractionState.cxx') diff --git a/src/ContractionState.cxx b/src/ContractionState.cxx index b01081588..82bf40994 100644 --- a/src/ContractionState.cxx +++ b/src/ContractionState.cxx @@ -131,10 +131,11 @@ void ContractionState::DeleteLines(int lineDoc, int lineCount) { } int delta = 0; for (int d=0;d lineDocEnd) + return false; if (size == 0) { Grow(linesInDoc + growSize); } -- cgit v1.2.3