Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Magloire2003-01-03 17:41:17 +0000
committerAlain Magloire2003-01-03 17:41:17 +0000
commit45672abbc7a321537f384c621e247d1672ff6cbb (patch)
tree5524f38b4b0ac2d986811bae7159f723f69335ee
parentf5fc7b3409451190be4e41f04366c3227e69600f (diff)
downloadorg.eclipse.cdt-45672abbc7a321537f384c621e247d1672ff6cbb.tar.gz
org.eclipse.cdt-45672abbc7a321537f384c621e247d1672ff6cbb.tar.xz
org.eclipse.cdt-45672abbc7a321537f384c621e247d1672ff6cbb.zip
updated
-rw-r--r--core/org.eclipse.cdt.ui/ChangeLog9
1 files changed, 9 insertions, 0 deletions
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,5 +1,14 @@
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):
Check for IStorageEditorInput and use the getAdapter() to find a resource for the
annotation model.

Back to the top