Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAparna Argade2019-05-24 12:15:18 +0000
committerPatrick Tasse2019-05-29 17:22:03 +0000
commite36ff52c3ce02f5e46489a543bb1d5de5d363035 (patch)
tree06a7f6e519a121380c9b504235e76731f811936b /org.eclipse.swtbot.swt.finder.test/src/org/eclipse/swtbot/swt/finder/widgets/SWTBotTableTest.java
parent6c054cd1e0c53bd3223332be02a4625bff423fe3 (diff)
downloadorg.eclipse.swtbot-e36ff52c3ce02f5e46489a543bb1d5de5d363035.tar.gz
org.eclipse.swtbot-e36ff52c3ce02f5e46489a543bb1d5de5d363035.tar.xz
org.eclipse.swtbot-e36ff52c3ce02f5e46489a543bb1d5de5d363035.zip
Bug 547624- StyledText.cursorPos should use getCaretOffset
After some text is selected, the caret actually points at the end of selection. But cursorPos API was returning start column of selection, because it was using x of selection range. The API now uses StyledText's getCaretOffset. Change-Id: I9ce73db82f6ab01e6ce2fa65a44486bf0f99431f Signed-off-by: Aparna Argade <aprsac@yahoo.com> Signed-off-by: Patrick Tasse <patrick.tasse@gmail.com>
Diffstat (limited to 'org.eclipse.swtbot.swt.finder.test/src/org/eclipse/swtbot/swt/finder/widgets/SWTBotTableTest.java')
0 files changed, 0 insertions, 0 deletions

Back to the top