You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by "Karl Richter (JIRA)" <ji...@apache.org> on 2018/07/31 12:46:00 UTC

[jira] [Created] (NETBEANS-1089) Can only paste into buttommost folders in resources folder

Karl Richter created NETBEANS-1089:
--------------------------------------

             Summary: Can only paste into buttommost folders in resources folder
                 Key: NETBEANS-1089
                 URL: https://issues.apache.org/jira/browse/NETBEANS-1089
             Project: NetBeans
          Issue Type: Improvement
          Components: projects - Maven
    Affects Versions: 9.0
            Reporter: Karl Richter


Creating nested directories in `src/main/resources` of a Maven project, e.g. `archetype-resources/src/test/java` like it's common during the development of an archetype project, allows to create new files and folders with arbitrary parents by changing the "Parent Folder" in the creation dialog. However, it's not possible to paste files from another project in another directories than the buttommost folders (those with no child folders), which is a frequent use case during archetype project development.

Thinking this through, I'd make the displaying of the hierarchy of empty folders in subtrees in one tree node with subfolder names concatenated with `.` optional and display everything (including empty folders) as a tree by default so that we can assume that users who once changed the view to collapse a subtree of empty folders into one node remember this or find the to be added switch in the tree node context menu to change back to the hierarchy allowing them to paste where they want with one click.

The latter proposal should probably be separated, but I don't see the point given my 50 improvement suggestions on Bugzilla and some here without any feedback :(



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
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