This is an automated email from the ASF dual-hosted git repository.
mbien pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/netbeans.git
from 8c58a9d0671 Merge pull request #9278 from mbien/use-transferto
add 67a44aff075 Add open containing folder and open in tab actions.
new 600492d0f51 Merge pull request #7081 from mbien/open-parent-folder
The 1 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:
nbbuild/jms-config/desktop.flags | 1 -
.../netbeans/modules/applemenu/Bundle.properties | 4 -
.../netbeans/modules/applemenu/ShowInFinder.java | 99 -------
.../core/ui/sysopen/AbstractOpenInAction.java | 284 +++++++++++++++++++++
.../org/netbeans/core/ui/sysopen/Bundle.properties | 6 +-
.../netbeans/core/ui/sysopen/SystemOpenAction.java | 127 ---------
6 files changed, 289 insertions(+), 232 deletions(-)
delete mode 100644
platform/applemenu/src/org/netbeans/modules/applemenu/ShowInFinder.java
create mode 100644
platform/core.ui/src/org/netbeans/core/ui/sysopen/AbstractOpenInAction.java
delete mode 100644
platform/core.ui/src/org/netbeans/core/ui/sysopen/SystemOpenAction.java
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists