[jbosstools-issues] [JBoss JIRA] (JBIDE-20932) Fix KeyBindingsTest errors on Mac OS X

Denis Golovin (JIRA) issues at jboss.org
Fri Oct 9 20:51:00 EDT 2015


    [ https://issues.jboss.org/browse/JBIDE-20932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13117198#comment-13117198 ] 

Denis Golovin commented on JBIDE-20932:
---------------------------------------

Released to 4.3.x maintenance branch.

> Fix KeyBindingsTest errors on Mac OS X
> --------------------------------------
>
>                 Key: JBIDE-20932
>                 URL: https://issues.jboss.org/browse/JBIDE-20932
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: jsp/jsf/xml/html-source-editing
>    Affects Versions: 4.4.0.Alpha1
>         Environment: Mac OS X
>            Reporter: Denis Golovin
>            Assignee: Denis Golovin
>             Fix For: 4.3.1.Final
>
>
> {code}	KeyCombination[] keys = new KeyCombination[] { 
> 			new KeyCombination(SWT.CTRL, 'd'),
> 			new KeyCombination(SWT.CTRL | SWT.ALT, 0x1000002), // Arrow Down
> 			new KeyCombination(SWT.CTRL | SWT.ALT, 0x1000001), // Arrow UP
> 			new KeyCombination(SWT.ALT, 0x1000001), 
> 			new KeyCombination(SWT.ALT, 0x1000002) };
> {code}
> Should use SWT.COMMAND instead SWT.CTRL on Mac OS X.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jbosstools-issues mailing list