You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by eb...@apache.org on 2021/05/21 22:11:05 UTC

[netbeans] branch master updated (3db00e6 -> 7cfbb58)

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 3db00e6  Merge pull request #2904 from jlahoda/fix-missing-run-in-cpplite
     add 7cfbb58  [NETBEANS-5658] Add remaining icons in editor toolbar, and a few other icons. Copy the icons to all locations which used the same PNG file as well.

No new revisions were added by this update.

Summary of changes:
 .../modules/web/monitor/client/icons/delete.svg    | 49 +++++++++---
 .../modules/bugtracking/ui/resources/find_next.svg | 69 +++++++++++++++++
 .../bugtracking/ui/resources/find_previous.svg     | 69 +++++++++++++++++
 .../editor/bookmarks/resources/toggle_bookmark.svg | 85 ++++++++++-----------
 .../editor/macros/start_macro_recording.svg        | 41 ++++++++--
 .../macros/storage/ui/start_macro_recording.svg    | 41 ++++++++--
 .../modules/editor/search/resources/find_next.svg  | 69 +++++++++++++++++
 .../editor/search/resources/find_previous.svg      | 69 +++++++++++++++++
 .../editor/search/resources/find_selection.svg     | 77 +++++++++++++++++++
 .../editor/search/resources/toggle_highlight.svg   | 79 ++++++++++++++++++++
 .../netbeans/modules/editor/resources/comment.svg  | 79 ++++++++++++++++++++
 .../editor/resources/last_edit_location_16.svg     | 75 +++++++++++++++++++
 .../modules/editor/resources/navigate_back_16.svg  | 76 +++++++++++++++++++
 .../editor/resources/navigate_forward_16.svg       | 76 +++++++++++++++++++
 .../modules/editor/resources/rect_select_16x16.svg | 87 ++++++++++++++++++++++
 .../modules/editor/resources/shift_line_left.svg   | 72 ++++++++++++++++++
 .../modules/editor/resources/shift_line_right.svg  | 72 ++++++++++++++++++
 .../editor/resources/start_macro_recording.svg     | 41 ++++++++--
 .../modules/editor/resources/uncomment.svg         | 67 +++++++++++++++++
 .../lib/terminalemulator/support/find_next.svg     | 69 +++++++++++++++++
 .../lib/terminalemulator/support/find_previous.svg | 69 +++++++++++++++++
 .../project/ui/resources/broken-reference.svg      |  0
 .../netbeans/modules/server/ui/resources/cloud.svg | 72 ++++++++++++++++++
 .../java/project/ui/resources/broken-reference.svg |  0
 .../org/netbeans/actions/examples/icons/delete.svg | 49 +++++++++---
 .../modules/war-admin/web/img/default-icon.svg     |  0
 .../modules/war-client/web/img/default-icon.svg    |  0
 .../org/netbeans/core/windows/resources/delete.svg | 49 +++++++++---
 .../src/org/openide/resources/actions/delete.svg   | 49 +++++++++---
 .../web/webkit/tooling/networkmonitor/delete.svg   | 49 +++++++++---
 30 files changed, 1587 insertions(+), 112 deletions(-)
 copy ide/editor.macros/src/org/netbeans/modules/editor/macros/start_macro_recording.svg => enterprise/web.monitor/src/org/netbeans/modules/web/monitor/client/icons/delete.svg (50%)
 create mode 100644 ide/bugtracking/src/org/netbeans/modules/bugtracking/ui/resources/find_next.svg
 create mode 100644 ide/bugtracking/src/org/netbeans/modules/bugtracking/ui/resources/find_previous.svg
 create mode 100644 ide/editor.search/src/org/netbeans/modules/editor/search/resources/find_next.svg
 create mode 100644 ide/editor.search/src/org/netbeans/modules/editor/search/resources/find_previous.svg
 create mode 100644 ide/editor.search/src/org/netbeans/modules/editor/search/resources/find_selection.svg
 create mode 100644 ide/editor.search/src/org/netbeans/modules/editor/search/resources/toggle_highlight.svg
 create mode 100644 ide/editor/src/org/netbeans/modules/editor/resources/comment.svg
 create mode 100644 ide/editor/src/org/netbeans/modules/editor/resources/last_edit_location_16.svg
 create mode 100644 ide/editor/src/org/netbeans/modules/editor/resources/navigate_back_16.svg
 create mode 100644 ide/editor/src/org/netbeans/modules/editor/resources/navigate_forward_16.svg
 create mode 100644 ide/editor/src/org/netbeans/modules/editor/resources/rect_select_16x16.svg
 create mode 100644 ide/editor/src/org/netbeans/modules/editor/resources/shift_line_left.svg
 create mode 100644 ide/editor/src/org/netbeans/modules/editor/resources/shift_line_right.svg
 create mode 100644 ide/editor/src/org/netbeans/modules/editor/resources/uncomment.svg
 create mode 100644 ide/lib.terminalemulator/src/org/netbeans/lib/terminalemulator/support/find_next.svg
 create mode 100644 ide/lib.terminalemulator/src/org/netbeans/lib/terminalemulator/support/find_previous.svg
 copy websvccommon/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/resources/warning.svg => ide/projectui/src/org/netbeans/modules/project/ui/resources/broken-reference.svg (100%)
 create mode 100644 ide/server/src/org/netbeans/modules/server/ui/resources/cloud.svg
 copy websvccommon/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/resources/warning.svg => java/java.project.ui/src/org/netbeans/modules/java/project/ui/resources/broken-reference.svg (100%)
 copy ide/editor.macros/src/org/netbeans/modules/editor/macros/start_macro_recording.svg => java/performance/actionsframework/src/org/netbeans/actions/examples/icons/delete.svg (50%)
 copy websvccommon/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/resources/folder-closed.svg => nbi/infra/server/modules/war-admin/web/img/default-icon.svg (100%)
 copy websvccommon/websvc.saas.ui/src/org/netbeans/modules/websvc/saas/ui/resources/folder-closed.svg => nbi/infra/server/modules/war-client/web/img/default-icon.svg (100%)
 copy ide/editor.macros/src/org/netbeans/modules/editor/macros/start_macro_recording.svg => platform/core.windows/src/org/netbeans/core/windows/resources/delete.svg (50%)
 copy ide/editor.macros/src/org/netbeans/modules/editor/macros/start_macro_recording.svg => platform/openide.actions/src/org/openide/resources/actions/delete.svg (50%)
 copy ide/editor.macros/src/org/netbeans/modules/editor/macros/start_macro_recording.svg => webcommon/web.webkit.tooling/src/org/netbeans/modules/web/webkit/tooling/networkmonitor/delete.svg (50%)

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

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