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

Feature: Link from code to GitHub via context menus #191

Merged
merged 26 commits into from Feb 22, 2016
Merged

Commits on Jan 7, 2016

  1. Stub of "Get Link" feature

    Quick stub of the VS file apis required for a potential "Get Link"
    feature - gets the current file name and line number to build a github
    url of it for sharing.
    shana committed Jan 7, 2016
    Copy the full SHA
    e4c8162 View commit details
    Browse the repository at this point in the history
  2. Basic implementation for opening selection in browser

    Austin Green committed Jan 7, 2016
    Copy the full SHA
    069dc80 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2016

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

Commits on Jan 11, 2016

  1. Copy the full SHA
    ed5711b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3df7b6c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    60b2a70 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2016

  1. Copy the full SHA
    068c43a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    72828e2 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b36c02c View commit details
    Browse the repository at this point in the history
  4. Add tests for url generation

    shana committed Jan 12, 2016
    Copy the full SHA
    d8b2d16 View commit details
    Browse the repository at this point in the history
  5. Attempt at fixing tests

    Tests are failing on the buildbot and it looks like it's because one
    test is clobbering data for another test. The only thing these tests
    share is the global ServiceProvider set, so put these test classes in
    the same collection so xunit doesn't parallelize them.
    shana committed Jan 12, 2016
    Copy the full SHA
    172aba3 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2016

  1. Copy the full SHA
    2c61005 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a4f8516 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f297056 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Minor formatting change

    Just want to feel like I'm contributing something. 😛
    haacked committed Feb 9, 2016
    1
    Copy the full SHA
    68aef19 View commit details
    Browse the repository at this point in the history
  2. Style cleanup

    shana committed Feb 9, 2016
    Copy the full SHA
    499cba8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2e2b5e0 View commit details
    Browse the repository at this point in the history
  4. Fix tests

    shana committed Feb 9, 2016
    Copy the full SHA
    3228dc2 View commit details
    Browse the repository at this point in the history
  5. Move commands to submenu

    shana committed Feb 9, 2016
    Copy the full SHA
    2b49df3 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2016

  1. Make the export public

    shana committed Feb 10, 2016
    Copy the full SHA
    2a8582a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a8d2427 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Don't need this anymore

    shana committed Feb 19, 2016
    Copy the full SHA
    006eb83 View commit details
    Browse the repository at this point in the history
  2. Add theming

    Any xaml file that includes a SharedDictionaryManager resource
    dictionary with the uri "Theme.xaml" will get a themed dictionary
    included instead that tracks the VS theme and gets switched at runtime
    whenever the VS theme changes.
    shana committed Feb 19, 2016
    Copy the full SHA
    a9c0614 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b5c7b35 View commit details
    Browse the repository at this point in the history
  4. Don't need a viewbox here

    shana committed Feb 19, 2016
    Copy the full SHA
    e5f269f View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2016

  1. Fix rendering of icons

    shana committed Feb 22, 2016
    Copy the full SHA
    808e859 View commit details
    Browse the repository at this point in the history