Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 140803 Details for
Bug 282435
[console] IOConsoleView should have more user-friendly scroll behavior
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
simple patch to behave like the mac
IOConsoleViewerAutoscroll.patch (text/plain), 877 bytes, created by
Mike Schrag
on 2009-07-04 14:02:21 EDT
(
hide
)
Description:
simple patch to behave like the mac
Filename:
MIME Type:
Creator:
Mike Schrag
Created:
2009-07-04 14:02:21 EDT
Size:
877 bytes
patch
obsolete
>Index: src/org/eclipse/ui/internal/console/IOConsoleViewer.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/IOConsoleViewer.java,v >retrieving revision 1.22 >diff -u -r1.22 IOConsoleViewer.java >--- src/org/eclipse/ui/internal/console/IOConsoleViewer.java 30 Jan 2007 23:53:18 -0000 1.22 >+++ src/org/eclipse/ui/internal/console/IOConsoleViewer.java 4 Jul 2009 18:00:41 -0000 >@@ -133,8 +133,8 @@ > } > > public void documentChanged(DocumentEvent event) { >- if (fAutoScroll) { >- revealEndOfDocument(); >+ if (fAutoScroll && getBottomIndex() >= getTextWidget().getLineCount() - 2) { >+ revealEndOfDocument(); > } > } > };
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 282435
: 140803