[Issue 14524] Right clicking in solution explorer to add folders does not work as expected
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Sun May  3 07:43:45 PDT 2015
    
    
  
https://issues.dlang.org/show_bug.cgi?id=14524
Rainer Schuetze <r.sagitario at gmx.de> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario at gmx.de
--- Comment #1 from Rainer Schuetze <r.sagitario at gmx.de> ---
The "new folder" mechanism follows the C++ way where it's called "filter": it
is merely a grouping of files, but does not need to correspond to directories
on disk.
You can create create both a project folder and a directory by using Add->"New
Item" and selecting "Package".
--
    
    
More information about the Digitalmars-d-bugs
mailing list