Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 282435
Collapse All | Expand All

(-)src/org/eclipse/ui/internal/console/IOConsoleViewer.java (-2 / +2 lines)
Lines 133-140 Link Here
133
                }
133
                }
134
134
135
                public void documentChanged(DocumentEvent event) {
135
                public void documentChanged(DocumentEvent event) {
136
                    if (fAutoScroll) {
136
                    if (fAutoScroll && getBottomIndex() >= getTextWidget().getLineCount() - 2) {
137
                        revealEndOfDocument();
137
                		revealEndOfDocument();
138
                    }
138
                    }
139
                }
139
                }
140
            };
140
            };

Return to bug 282435