This is an automated email from the ASF dual-hosted git repository.

neilcsmith pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git


    from afc33f33bb Merge pull request #6487 from 
dbalek/dbalek/parameter-hints-on-annotations
     new 91017bd716 Add synthetic keycode values for extended mouse buttons.
     new 8ebaf0603b Add an event listener in core.windows to trigger extended 
mouse button actions.
     new 6c903210d9 Add back and forward mouse button bindings for editor 
navigation (GH5728).
     new c1af2fc94e Add mouse buttons 4-9 to the special key panel in the 
keymap editor.
     new 1da87287c9 Add Utilities API for querying mouse pseudo-keycodes and 
use from other modules instead of magic constants.
     new fcc307b1ff Merge pull request #6434 from neilcsmith-net/gh5728

The 9081 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 ide/editor.lib2/nbproject/project.xml              |  2 +-
 .../modules/editor/lib2/view/DocumentViewOp.java   | 14 +++-
 ide/editor/nbproject/project.xml                   |  2 +-
 .../netbeans/modules/editor/MainMenuAction.java    | 11 ++-
 .../editor/resources/NetBeans-keybindings.xml      |  4 +
 platform/core.windows/nbproject/project.xml        |  2 +-
 .../windows/ShortcutAndMenuKeyEventProcessor.java  | 85 ++++++++++++++++++++-
 platform/openide.util.ui/apichanges.xml            | 15 ++++
 .../src/org/openide/util/Utilities.java            | 61 +++++++++++++++
 .../modules/options/keymap/Bundle.properties       |  6 ++
 .../modules/options/keymap/SpecialkeyPanel.form    | 89 +++++++++++++++++++---
 .../modules/options/keymap/SpecialkeyPanel.java    | 75 ++++++++++++++++--
 12 files changed, 341 insertions(+), 25 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to