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 96629 Details for
Bug 227806
Traditional Rendering: advance cursor behaviour
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]
patch for AbstractPane.java
AbstractPane.java.patch (text/plain), 1.39 KB, created by
Alain Lee
on 2008-04-18 13:50:03 EDT
(
hide
)
Description:
patch for AbstractPane.java
Filename:
MIME Type:
Creator:
Alain Lee
Created:
2008-04-18 13:50:03 EDT
Size:
1.39 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.dd.debug.memory.renderings >Index: plugins/org.eclipse.dd.debug.memory.renderings.traditional/src/org/eclipse/dd/debug/memory/renderings/traditional/AbstractPane.java >=================================================================== >RCS file: /cvsroot/dsdp/org.eclipse.dd.debug.memory.renderings/plugins/org.eclipse.dd.debug.memory.renderings.traditional/src/org/eclipse/dd/debug/memory/renderings/traditional/AbstractPane.java,v >retrieving revision 1.13 >diff -u -r1.13 AbstractPane.java >--- plugins/org.eclipse.dd.debug.memory.renderings.traditional/src/org/eclipse/dd/debug/memory/renderings/traditional/AbstractPane.java 2 Mar 2008 20:43:32 -0000 1.13 >+++ plugins/org.eclipse.dd.debug.memory.renderings.traditional/src/org/eclipse/dd/debug/memory/renderings/traditional/AbstractPane.java 18 Apr 2008 17:48:55 -0000 >@@ -549,16 +549,7 @@ > > protected void advanceCursor() > { >- fSubCellCaretPosition++; >- if(fSubCellCaretPosition >= getCellCharacterCount()) >- { >- fSubCellCaretPosition = 0; >- fCaretAddress = fCaretAddress.add(BigInteger >- .valueOf(getNumberOfBytesRepresentedByColumn() / fRendering.getAddressableSize())); >- >- } >- updateCaret(); >- ensureCaretWithinViewport(); >+ handleRightArrowKey(); > } > > protected void positionCaret(int x, int y)
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 227806
: 96629