Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Pluralize Project API #3691

Merged
merged 2 commits into from
Oct 1, 2014
Merged

Pluralize Project API #3691

merged 2 commits into from
Oct 1, 2014

Commits on Oct 1, 2014

  1. Pluralize Project API

    This changes all APIs concerning paths and repositories on the project
    to be plural, preparing us to switch to multi-folder projects. It
    doesn’t make any changes to actually support multiple folders. Instead
    we just wrap the previous return values in singleton arrays.
    
    * constructor ‘path’ params -> ‘paths’
    * getRootDirectory -> getDirectories
    * getPath -> getPaths
    * setPath -> setPaths
    * getRepo -> getRepositories
    Nathan Sobo committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    33c1ce8 View commit details
    Browse the repository at this point in the history
  2. Add Project::onDidChangePaths event

    Nathan Sobo committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    99b8e15 View commit details
    Browse the repository at this point in the history