Community
    • Login

    What's the command to Open a Folder as Workspace?

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    4 Posts 3 Posters 1.9k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Marios T.M
      Marios T.
      last edited by

      Hello!
      I would like to know what’s the command to Open a Folder as Workspace.
      I really use it a lot and I’m always using CLI and most of the time I want to open my programs from the CLI.

      At the moment I’m using the command:

      "notepad++.exe" "%V"
      

      However, the above command opens each file as Tab and some folders have thousands of files and I don’t want to open each.

      alt text

      I’m also making a Registry file which will add the following options on your context menu.
      This work is in progress and it deletes or modifies your registry settings/files and might mess your Context Menu up.
      Back up your Registry first and then use it.

      https://github.com/mariosffx/registry-entries

      Alan KilbornA 1 Reply Last reply Reply Quote 1
      • rinku singhR
        rinku singh
        last edited by rinku singh

        Notepad++ 7.8 Release Candidate 6

        Notepad++ v7.8 enhancements and bug-fixes:
        
            
        
            1.  Upgrade Scintilla from 4.1.4 to 4.2.0
        
            2.  Fix non Unicode encoding problem in non-Western language(Chinese or in Turkish).
        
            3.  Add "No to All" and "Yes to All" options in Save dialog.
        
            4.  Add the command line argument "-openFoldersAsWorkspace" to open folders in "folder as workspace" panel.
        
                Example: notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02
        
            5.  Enhance plugin system: allow any plugin to load private DLL files from the plugin folder.
        
            6.  Fix File-Rename failing when new name is on a different drive.
        
            7.  Make "Clear all marks", "Inverse Bookmark", "Remove Consecutive Duplicate Lines" & "Find All Current Document" to be macro recordable.
        
            8.  Make "Command Argument Help" MessageBox modal. 
        
            9.  Fix Folder as Workspace crash and "queue overflow" issues.
        
            10. Make Combobox font monospace in Find dialog.
        
            11. Fix folding in user-defined languages for non-windows line endings.
        
            12. Fix crash of Folder as Workspace when too many directory changes happen.   
        
            13. Fix '-nosession' overwrites config.xml issue.
        
            14. Fix the crash due to NPPM_DESTROYSCINTILLAHANDLE message.
        
            15. Improve GUI in Find dialog for Find Previous & Find Next buttons.
        
            16. Fix Sort Line as Integer regression.
        
            17. Add more OS information to debug info. 
        
            18. Fix tab dragging issues under WINE and ReactOS.
        
            19. Fix indent indicators continue to following code blocks for Python.
        
            20. Fix Python folding collapse issue.
        
            21. Fix crash when sorting "out of range" columns.
        
            22. Fix find 2 times for the same occurrence in both original and cloned documents issue.
        
            23. Fix command line issues where filenames have multiple white spaces in them.
        
            24. Fix Document Peeker constantly changing focus problem.
        
            25. Make backward direction checkbox be also on Find dialog's Mark tab.
        
            26. Add 2 new columns for HTML Code in the Character Panel.
        
            27. Fix "clear all marks in find dialog also removes bookmarks" issue.
        
            28. Enhance supported language (on function list or auto-completion): LISP, BaanC,(PL/)SQL & COBOL.
        
            
        
            
        
            Included plugins:
        
            
        
            1.  NppExport v0.2.9
        
            2.  Converter 4.2.1
        
            3.  Mime Tool 2.5
        
            
        
            Updater (Installer only):
        
            
        
            * WinGup (for Notepad++) v5.1
        
        1 Reply Last reply Reply Quote 4
        • Alan KilbornA
          Alan Kilborn @Marios T.
          last edited by

          @Marios-T

          Gurkibal could have narrowed it down better for you:

          notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02

          Marios T.M 1 Reply Last reply Reply Quote 4
          • Marios T.M
            Marios T. @Alan Kilborn
            last edited by

            @Alan-Kilborn said in What's the command to Open a Folder as Workspace?:

            @Marios-T

            Gurkibal could have narrowed it down better for you:

            notepad++ -openFoldersAsWorkspace c:\src\myProj01 c:\src\myProj02

            Haha!
            No it’s ok!
            Thanks both of you for your answers :)
            Problem solved!

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            The Community of users of the Notepad++ text editor.
            Powered by NodeBB | Contributors