1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-08 18:26:01 +02:00
This commit is contained in:
Alain Magloire 2003-01-03 17:41:17 +00:00
parent f5fc7b3409
commit 45672abbc7

View file

@ -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):