Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: TimeCoder/SharpDevelop
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: icsharpcode/SharpDevelop
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 22 files changed
  • 4 contributors

Commits on Jun 5, 2016

  1. Configuration menu
    Copy the full SHA
    8704b84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3df8fea View commit details
    Browse the repository at this point in the history

Commits on Jun 6, 2016

  1. Check project item type before adding TypeScript file to context.

    Ignore all project item types apart from None and TypeScriptCompile.
    This fixes the startup exception when opening SharpDevelop.Tests.sln
    with SharpDevelop when the TypeScript addin is enabled.
    
    System.ArgumentException: An item with the same key has already been added.
       at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource)
       at System.Collections.Generic.Dictionary`2.Insert(TKey key, TValue value, Boolean add)
       at ICSharpCode.TypeScriptBinding.Hosting.TypeScriptContextProvider.AddFileToProjectContext(TypeScriptContext context, FileName fileName)
       at ICSharpCode.TypeScriptBinding.Hosting.TypeScriptContextProvider.CreateProjectContext(TypeScriptProject project)
       at ICSharpCode.TypeScriptBinding.TypeScriptProjectMonitor.CreateTypeScriptContextIfProjectHasTypeScriptFiles(IProject project)
       at ICSharpCode.TypeScriptBinding.TypeScriptProjectMonitor.SolutionLoaded(Object sender, SolutionEventArgs e)
    mrward committed Jun 6, 2016
    Configuration menu
    Copy the full SHA
    8a1a71c View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2016

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

Commits on Aug 13, 2016

  1. Update to NuGet 2.12

    mrward committed Aug 13, 2016
    Configuration menu
    Copy the full SHA
    02364cb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2016

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

Commits on Dec 3, 2016

  1. Fix properties added by NuGet package PowerShell script being encoded

    The SlowCheetah NuGet package uses the MSBuild API to directly modify
    the MSBuild project file stored in memory in MSBuild's
    GlobalProjectCollection. It adds properties that contain special
    MSBuild characters, for example $( ). When SharpDevelop was merging
    these new properties back into the project file on disk it was using
    MSBuild to encode them so the wrong values were added. Now the
    property values are not encoded.
    mrward committed Dec 3, 2016
    Configuration menu
    Copy the full SHA
    ba372ef View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2017

  1. fixed headers

    codeminic authored and mrward committed Dec 21, 2017
    Configuration menu
    Copy the full SHA
    b64ca7d View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2019

  1. Configuration menu
    Copy the full SHA
    4e59b71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3f3ae2a View commit details
    Browse the repository at this point in the history
Loading