Post

Sublime-AddFolderToProject - Release 2.0.0

2.0.0

🌟 Version 2.0.0 🌟

This new version is a rewrite of the existing package AddFolderToProject by David Gerva AddFolderToProject-SublimePlugin.

Rewrite

The rewrite was made for the following reasons:

  • AddFolderToProject-SublimePlugin has not been maintained since 09/02/2015.
  • Issues and PullRequest were not further processed. Now all known issues are fixed.
  • New functions and the old functions from David Gerva have been compiled and revised.

With David’s permission, we have now changed the source of the package to this repository so that we can continue to offer the functionality to users of this package.

Many thanks to David Gerva for his wonderful work! ❤️ Open Source ❤️

Feature List

  • Add Folder to Project: This function provides a searchable list of folders that can be added to the current project. The list consists of absolute paths and recursive paths.
  • Remove Folder from Project: This function provides a list of active folders in the project, that can be removed from the current project.
  • Add Custom Folder to Project: This function allows you to add a custom folder (absolute path) to the project.
  • Add this Folder to Project: This function adds the folder of the current open file to the project.
  • Remove this Folder from Project: This function removes the folder of the current open file from the project.
  • Create Project from File: This function creates a new project (new sublime window) with the folder of the current open file.
  • Copy File Path: This function copies the file path of the current open file.
  • Copy Dir Path: This function copies the directory path of the current open file.

Breaking Changes

  • Changed sublime commands (command palette)

    old commandnew command
    list_folder_to_addadd_folder_to_project
    remove_actual_folder_from_projectremove_folder_from_project
     add_custom_folder_to_project (🌟 new 🌟)
    add_actual_folder_to_projectadd_current_folder_to_project
     remove_current_folder_from_project (🌟 new 🌟)
    create_project_from_filecreate_project_from_file
    copy_file_pathcopy_file_path
    copy_dir_pathcopy_dir_path

GitHub link - https://github.com/dennykorsukewitz/Sublime-AddFolderToProject

Enjoy!

Your Denny Korsukéwitz 🚀


This post is licensed under CC BY 4.0 by the author.