Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-08[CSharp] Enable PreviewCody Russell
2019-08-07[CSharpBinding] Refactor OwnerProjectInfoMatt Ward
2019-08-07[CSharpBinding] Support multi-target frameworks in editor path barMatt Ward
2019-07-24Wiring the change handlers for Document Outline control.Anže Vodovnik
2019-07-05[CSharpBinding] Fix crash on opening C# format profile dialogMatt Ward
2019-07-03[Debugger] Protect against NRE's in the CSharpBreakpointSpanResolverJeffrey Stedfast
2019-07-03Merge pull request #8059 from mono/pr-david-fix935181Lluis Sanchez
2019-07-02[CSharpBinding] Fix path bar sometimes not showing owner projectsMatt Ward
2019-07-01[CSharpBinding] Fixed failing editor tests.Mike Krüger
2019-07-01Fix 935181: TryGetBreakpointSpan called with invalid positionDavid Karlaš
2019-06-28Merge pull request #8033 from mono/vsts798074Marius Ungureanu
2019-06-28Merge pull request #7950 from mono/pr-anvod-completionproviderAaron Bockover
2019-06-27[C#] Fix unhandled exception that is thrown when completion is canceledtherzok
2019-06-27Setting IsExclusive to true and ensuring provider gets called.Anže Vodovnik
2019-06-26roz wipSandy Armstrong
2019-06-20C#: Add some missing optionsSandy Armstrong
2019-06-14Map "Show import items" option to equivalent Roslyn featureSandy Armstrong
2019-06-12Merge pull request #7870 from mono/pr-sandy-the-eighth-dayAaron Bockover
2019-06-12Merge pull request #7849 from mono/pr-david-fixDebuggerTooltipsDavid Karlaš
2019-06-12[CSharpBinding] Allow choosing C# 8Sandy Armstrong
2019-06-11Fix 841029: Can't list classes in navigation barDavid Karlaš
2019-06-10Fix 842970: [Feedback] Editing tooltips are shown instead of debugging tooltipsDavid Karlaš
2019-06-06Merge pull request #7512 from mono/bug802073Greg Munn
2019-06-06Make CSharpBreakpointSpanResolver internal (#7799)Marius Ungureanu
2019-06-05Icon size and padding fixes.Cody Russell
2019-06-05Merge pull request #7787 from mono/jstedfast-breakpoint-span-resolverJeffrey Stedfast
2019-06-05[Debugger] Added new breakpoint span resolver for C#Jeffrey Stedfast
2019-06-05Fix 901424: After click in the document navigation bar and select any method ...David Karlaš
2019-06-04[Debugger] Fix the async GetCodeCompletionData API to have an Async method su...Jeffrey Stedfast
2019-06-04Fix the warning icon.Cody Russell
2019-06-03Fixes for handling C# 8.0Cody Russell
2019-05-31Merge branch 'master' into bug802073Cody Russell
2019-05-31More fixes for handling bad LangVersionCody Russell
2019-05-30Fix combo label to use GettextCatalog.Cody Russell
2019-05-30Remove unnecessary try/catch.Cody Russell
2019-05-30Remove the HashSet and iteration, just assume one bad value.Cody Russell
2019-05-21Improvements and UI fixes. Use configuration properties instead of regexCody Russell
2019-05-16UI updates and improvements.Cody Russell
2019-05-09Catch exception from having a bad LangVersion setting in .csprojCody Russell
2019-05-08Bumping roslyn, and fixing incompatibilitiesAnže Vodovnik
2019-05-08Fixing PR comments and updating app.config to satisfy binary compat check.Anže Vodovnik
2019-05-08Removing the Regex completion provider, as we're getting data from Roslyn.Anže Vodovnik
2019-05-08Bumping Roslyn to align with Dev16.1p1. This fixes a regression with Suffix n...Anže Vodovnik
2019-05-07Fixing PR comments.Anže Vodovnik
2019-05-07Enabling Document Outline to also work on the new editor.Anže Vodovnik
2019-05-02Fix method insertion issueLluis Sanchez
2019-04-30Initial support for snippets in new editorDavid Karlaš
2019-04-27Merge pull request #629 from xamarin/fix-853396Jason Imison
2019-04-27Add .ConfigureAwait(false)nosami
2019-04-26Merge pull request #620 from xamarin/pr-kirillo-mainTypeNameKirill Osenkov