diff --git a/core/org.eclipse.cdt.ui/ChangeLog b/core/org.eclipse.cdt.ui/ChangeLog index dd4fa2d157b..5ff1ca4d02b 100644 --- a/core/org.eclipse.cdt.ui/ChangeLog +++ b/core/org.eclipse.cdt.ui/ChangeLog @@ -1,3 +1,12 @@ +2003-01-02 Alain Magloire + + * src/org/eclipse/cdt/internal/ui/text/BufferedDocumentScanner.java (setRange): + Patch form Ed Burnette, email excerpt: + "There was an out of range exception happening when rescans + were done at a non-zero offset because the length being requested was + too large. This should work in 2.0 and 2.1 though I've only tested it on + 2.0.1 so far." + 2003-01-02 Alain Magloire * src/org/eclipse/cdt/internal/ui/editor/CDocumentProvider.java(createAnnotationModel):