mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-11-02 04:24:28 +01:00
Add the ability to open folders in "folder as workspace" panel via command line argument "-openFoldersAsWorkspace". Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02 The above command will launch notepad++ with folder as workspace panel by opening myProj01 and myProj02 in panel. Close #4253, close #5100