| Test behavior of navigation through java code folds.
Test covers following actions:
caret-forward [RIGHT]
caret-backward [LEFT]
caret-down [DOWN]
caret-up [UP]
selection-forward [SHIFT-RIGHT]
selection-backward [SHIFT-LEFT]
selection-down [SHIFT-DOWN]
selection-up [SHIFT-UP]
caret-begin-line [HOME]
caret-end-line [END]
selection-begin-line [SHIFT-HOME]
selection-end-line [SHIFT-END]
Actions:
caret-next-word [CTRL-RIGHT]
caret-previous-word [CTRL-LEFT]
selection-next-word [CTRL-SHIFT-RIGHT]
selection-previous-word [CTRL-SHIFT-LEFT]
should be added to testcase after issue #47454 will be fixed
author: Martin Roskanin |