Thread overview
[Issue 14524] Right clicking in solution explorer to add folders does not work as expected
May 03, 2015
Rainer Schuetze
May 11, 2015
Philip Daniels
Nov 01, 2015
Rainer Schuetze
Nov 28, 2015
Rainer Schuetze
May 03, 2015
https://issues.dlang.org/show_bug.cgi?id=14524

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de

--- Comment #1 from Rainer Schuetze <r.sagitario@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".

--
May 11, 2015
https://issues.dlang.org/show_bug.cgi?id=14524

--- Comment #2 from Philip Daniels <Philip.Daniels1971@gmail.com> ---
OK I understand and respect your decision, but you may want to think about changing it to work the way it does for C#/VB: I would estimate that C#/VB users of Visual Studio outnumber the C++ users by at least 10-1.

Great work on VisualD BTW, it makes getting started with D easy.

--
November 01, 2015
https://issues.dlang.org/show_bug.cgi?id=14524

--- Comment #3 from Rainer Schuetze <r.sagitario@gmx.de> ---
There are now two entries: "Add Filter" for the C++ people, and "Add Folder" for C# people. Try it in https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.43-beta1

--
November 28, 2015
https://issues.dlang.org/show_bug.cgi?id=14524

Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> ---
released in https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.43

--