Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Expand options for preferences lookups #6715

Merged
merged 17 commits into from
Feb 14, 2014

Commits on Jan 31, 2014

  1. Adds Scope aliases and named contexts.

    The integration tests aren't passing yet, but this adds the infrastructure
    to support CURRENT_FILE and CURRENT_PROJECT lookups. Additional work remains
    for ensuring that prefs for a specific file work properly and to improve
    event dispatch to better support these new contexts
    dangoor committed Jan 31, 2014
    Configuration menu
    Copy the full SHA
    328f3f9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2014

  1. Fix project scope failure.

    dangoor committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    66b666c View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2014

  1. Line drawn here (implementation change to come).

    This was the starting point of a refactoring to better handle a larger, disjoint
    set of path-based Scopes. I can see complexity brewing and I don't think it's
    worth it for path-based Scopes. After this commit, I'm going to yank out all of
    the path-based Scopes code and switch to simpler, project-based approach.
    dangoor committed Feb 4, 2014
    Configuration menu
    Copy the full SHA
    ec13aa9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa97b5e View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2014

  1. Configuration menu
    Copy the full SHA
    e3e8b74 View commit details
    Browse the repository at this point in the history
  2. Sends notifications for default filename changes.

    This fixes linting.enabled, for example.
    dangoor committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    e4bbf58 View commit details
    Browse the repository at this point in the history
  3. Fix JSHint error

    dangoor committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    3e76481 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e18ebfb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    313706e View commit details
    Browse the repository at this point in the history
  6. Last bit of cleanup.

    * Changed `Editor.optionChange` event to send Brackets preference names
    * Updated the doc comments for the editor options functions in Editor.js
    * Fixed setValueAndSave to use the new behavior.
    dangoor committed Feb 5, 2014
    Configuration menu
    Copy the full SHA
    e362eb6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Configuration menu
    Copy the full SHA
    638f72d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a23b7fe View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. Configuration menu
    Copy the full SHA
    edcade2 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2014

  1. Configuration menu
    Copy the full SHA
    faeede4 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2014

  1. Configuration menu
    Copy the full SHA
    cbb64ea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b544263 View commit details
    Browse the repository at this point in the history
  3. Fix JSLint error

    dangoor committed Feb 13, 2014
    Configuration menu
    Copy the full SHA
    72cc71d View commit details
    Browse the repository at this point in the history