diff dwtx/jface/text/source/AnnotationPainter.d @ 140:26688fec6d23

Following dsss compile errors
author Frank Benoit <benoit@tionex.de>
date Sun, 24 Aug 2008 03:23:46 +0200
parents b6bad70d540a
children 16a71f577815
line wrap: on
line diff
--- a/dwtx/jface/text/source/AnnotationPainter.d	Sun Aug 24 02:31:41 2008 +0200
+++ b/dwtx/jface/text/source/AnnotationPainter.d	Sun Aug 24 03:23:46 2008 +0200
@@ -627,7 +627,7 @@
                 isWorldChange= true;
 
                 if (DEBUG && event is null)
-                    System.out.println("AP: INTERNAL CHANGE"); //$NON-NLS-1$
+                    System.out_.println("AP: INTERNAL CHANGE"); //$NON-NLS-1$
 
                 Iterator iter= decorationsMap.entrySet().iterator();
                 while (iter.hasNext()) {
@@ -1022,7 +1022,7 @@
 
         if ( cast(ITextViewerExtension2)fSourceViewer ) {
             if cast(DEBUG)
-                System.out.println("AP: invalidating offset: " + r.getOffset() + ", length= " + r.getLength()); //$NON-NLS-1$ //$NON-NLS-2$
+                System.out_.println("AP: invalidating offset: " + r.getOffset() + ", length= " + r.getLength()); //$NON-NLS-1$ //$NON-NLS-2$
 
             (cast(ITextViewerExtension2)fSourceViewer).invalidateTextPresentation(r.getOffset(), r.getLength());
 
@@ -1048,7 +1048,7 @@
         IRegion region= tp.getExtent();
 
         if cast(DEBUG)
-            System.out.println("AP: applying text presentation offset: " + region.getOffset() + ", length= " + region.getLength()); //$NON-NLS-1$ //$NON-NLS-2$
+            System.out_.println("AP: applying text presentation offset: " + region.getOffset() + ", length= " + region.getLength()); //$NON-NLS-1$ //$NON-NLS-2$
 
         for (int layer= 0, maxLayer= 1; layer < maxLayer; layer++) {
 
@@ -1127,7 +1127,7 @@
             }
         } else {
             if (DEBUG && event !is null && event.isWorldChange()) {
-                System.out.println("AP: WORLD CHANGED, stack trace follows:"); //$NON-NLS-1$
+                System.out_.println("AP: WORLD CHANGED, stack trace follows:"); //$NON-NLS-1$
                 new Throwable().printStackTrace(System.out);
             }