ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Add Folder To Project

by DavidGerva ST3

Repository for the AddFolderToProject Sublime Plugin

Details

Installs

  • Total 18K
  • Win 12K
  • Mac 3K
  • Linux 2K
Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10 Mar 9 Mar 8 Mar 7 Mar 6 Mar 5 Mar 4 Mar 3 Mar 2 Mar 1 Feb 29 Feb 28 Feb 27 Feb 26 Feb 25 Feb 24 Feb 23 Feb 22 Feb 21 Feb 20 Feb 19 Feb 18 Feb 17 Feb 16 Feb 15 Feb 14 Feb 13 Feb 12
Windows 0 1 2 3 0 0 0 2 0 2 1 1 0 0 2 1 1 0 0 1 2 0 2 1 8 1 0 1 1 0 1 0 2 0 0 0 2 3 1 1 1 0 1 1 1 2
Mac 0 0 1 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 0 1 1 0 0 0 1 0 0 0 0 0 0 3 1 1 0 0 0 0 0 1 0 0 0 0
Linux 0 0 1 0 0 0 0 0 0 0 0 2 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 1 1 0 2 0 0

Readme

Source
raw.​githubusercontent.​com

Add Folder To Project

With this plugin you can open a file in sublime and easily add the file folder to the project, add a generic folder (asked by a prompt dialog) to the project and you can also copy into the clipboard the path of the file you're editing or the path of the file's directory.

You can also create a new project starting from the opened file in sublime.

I created this plugin because I often edit files in sublime opening it directly from MS Visual Studio (I created the shortcut Alt+S in VS) or with F4 from TotalCommander and I generally find useful having the directory in the project or copying the file path in the clipboard.

Usage

Just right click on the view or open the command panel and choose the operation.

Add Folders To Project: Opens a list of the directories from the root to the file's directory.

Add Folders To Project

Add This Folder To Project: Add directly the file's directory to the project.

Add This Folders To Project

Copy File Path: Copy Path

Copies the file path to the clipboard.

Copy Dir Path: Copies the file's dir path to the clipboard.

ToDo

  1. Add the settings file to allow the user to choose which menu item to visualize both in the righ-click menu and in the operation panel (Ctrl+Shift+P).

ChangeLog

AddFolder - 1.1.1

  • Corrected behavior with no project already opened.

AddFolder - 1.1.0

  • Fixed menu item visibility with file without a phisical path
  • If there is no phisical paths now the plugin asks for a custom path
  • If a directory already exists in the project it won't be shown in the list dialog
  • If the file's directory already exists in the project in the left click menu you'll now see not the “add this folder to project” but a new more useful “remove this folder from poject”. Quite self-explaining, I think.
  • Now you can create a blank new project starting from the opened file with the command (in the Ctrl+Shift+P Menu) “Create Project from File”. This command will open a new sublime window with a new project containing only the file's directory. I can't try it under OsX so I just copied two lines of code from another project (thanks to the SideBarEnhancements sublime plugin). OsX Users: can you please tell me if it works?!. This will be really appreciated.

AddFolder - 1.0.0

  • First Release