matthiasblaesing commented on code in PR #4559: URL: https://github.com/apache/netbeans/pull/4559#discussion_r957101098
########## ide/languages.yaml/src/org/netbeans/modules/languages/yaml/layer.xml: ########## @@ -100,83 +87,6 @@ <folder name="x-yaml"> <attr name="SystemFileSystem.icon" urlvalue="nbresloc:/org/netbeans/modules/languages/yaml/yaml_files_16.png"/> <attr name="iconBase" stringvalue="org/netbeans/modules/languages/yaml/yaml_files_16.png"/> - <folder name="Actions"> - <file name="CopyAction.shadow"> - <attr name="originalFile" stringvalue="Actions/Edit/org-openide-actions-CopyAction.instance"/> - <attr name="position" intvalue="400"/> - </file> - <file name="CutAction.shadow"> - <attr name="originalFile" stringvalue="Actions/Edit/org-openide-actions-CutAction.instance"/> - <attr name="position" intvalue="300"/> - </file> - <file name="DeleteAction.shadow"> - <attr name="originalFile" stringvalue="Actions/Edit/org-openide-actions-DeleteAction.instance"/> - <attr name="position" intvalue="800"/> - </file> - <file name="FileSystemAction.shadow"> - <attr name="originalFile" stringvalue="Actions/System/org-openide-actions-FileSystemAction.instance"/> - <attr name="position" intvalue="1300"/> - </file> - <file name="NewAction.shadow"> - <attr name="originalFile" stringvalue="Actions/System/org-openide-actions-NewAction.instance"/> - <attr name="position" intvalue="700"/> - </file> - <file name="OpenAction.shadow"> - <attr name="originalFile" stringvalue="Actions/System/org-openide-actions-OpenAction.instance"/> - <attr name="position" intvalue="100"/> - </file> - <file name="PasteAction.shadow"> - <attr name="originalFile" stringvalue="Actions/Edit/org-openide-actions-PasteAction.instance"/> - <attr name="position" intvalue="500"/> - </file> Review Comment: This is missing after this change - other file types in NetBeans offer paste - the copied file will be placed in the same folder as the target file. For consistency reasons I would keep it that way. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists