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

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


    from 71152a1e27 Merge pull request #5826 from mbien/cos-off
     new f5c239ad21 Centralize presentation string generation for keyboard 
shortcuts in a new method Actions.keyStrokeToString, and make some improvements.
     new 81c2571995 Replace calls to KeyEvent.getKeyText with 
Actions.keyStrokeToString where safe/appropriate.

The 2 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:
 .../org/netbeans/jellytools/actions/Action.java    |  6 +-
 .../bookmarks/ui/GotoLineOrBookmarkPanel.java      |  5 +-
 .../src/org/netbeans/editor/MultiKeymap.java       |  3 +-
 .../src/org/netbeans/editor/Utilities.java         | 42 ++--------
 .../editor/lib2/actions/EditorActionUtilities.java | 31 +------
 .../java/editor/overridden/ComputeAnnotations.java |  4 +-
 .../modules/java/navigation/ToolTipManagerEx.java  |  6 +-
 .../o.n.core/src/org/netbeans/core/NbKeymap.java   | 13 +--
 platform/openide.awt/apichanges.xml                | 17 ++++
 .../openide.awt/src/org/openide/awt/Actions.java   | 98 +++++++++++++++++++---
 .../src/org/openide/awt/Bundle.properties          |  3 +
 .../modules/profiler/api/ActionsSupport.java       | 20 ++---
 12 files changed, 136 insertions(+), 112 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