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-04-12Revert "Merge pull request #494 from xamarin/pr-anvod-completion-suffix"Aaron Bockover
2019-04-11Merge pull request #494 from xamarin/pr-anvod-completion-suffixAaron Bockover
2019-04-05Fixing PR comments.Anže Vodovnik
2019-04-05Bumping Roslyn to align with Dev16.1p1. This fixes a regression with Suffix n...Anže Vodovnik
2019-03-21Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-02-15Track API changesLluis Sanchez
2019-01-23Old editor web intellisense (#104)Kirill Osenkov
2019-01-17Move IEditorContentProvider to TextEditorMikayla Hutchinson
2019-01-16Avoid lighting up the old completion presenter when using the new editortherzok
2019-01-12Experiments: Enable async completion when using new editorSandy Armstrong
2019-01-11[CSharp] Track Roslyn APIMikayla Hutchinson
2019-01-07Merge branch 'master' into editorMikayla Hutchinson
2018-11-30Making whole thing build again after switching to VS Editor .dllsDavid Karlaš
2018-11-27Reenable code that depends on the SourceEditor.Kirill Osenkov
2018-11-27Get CSharpBinding building again.Kirill Osenkov
2018-11-26Fix warnings shown by MonoDevelop.Analyzers (#6657)Marius Ungureanu
2018-11-07Commenting out usages of the old editor from CSharpBinding and MD.Refactoring.Kirill Osenkov
2018-11-03Fixes issue #6238 Indent correcting taking up too much time on large (#6479)Mike Krüger
2018-08-27Added back todo commentMarius Ungureanu
2018-08-24Fixes issue #5661 RoslynCompletionData: Can't find item typeMike Krüger
2018-08-22Fix VSTS 645709: Completion description tooltip sometimes stays openKirill Osenkov
2018-08-15Merge pull request #5694 from mono/backport-pr-5682-to-masterLluis Sanchez
2018-08-15Fix VSTS 662457.Kirill Osenkov
2018-08-15Temp workaround for VSTS 662639.Kirill Osenkov
2018-07-10Merge pull request #5336 from mono/dev-kirillo-newLineKirill Osenkov
2018-07-06Use the proper new line setting from the editor.Kirill Osenkov
2018-07-06Fix 585147: Code in indented @{} block jumps up a line when committedKirill Osenkov
2018-06-06[CSharp] Fix warningsMikayla Hutchinson
2018-05-22[Ide] Deterministically initialize the synchronization context data for Roslyntherzok
2018-03-22Fix 585163 - Quick Info windows are orphaned if you switch away from the curr...David Karlaš
2018-03-22Expose RoslynCompletionPresenterSession instance so external code can dismiss...Todd Grunke
2018-03-22Add support for new VS Editor Commanding API.Kirill Osenkov
2018-03-22Get rid of exception upon closing cshtml document. Was because the Roslyn Wor...Todd Grunke
2018-03-22Fix code completion disappearing/reseting because C# part of .cshtml in regen...David Karlaš
2018-03-22[CSharpBinding] Fixed build.Mike Krüger
2018-03-22[CSharpBinding] Splitted completion presenter session implementations.Mike Krüger
2018-03-22[CSharpBinding] Moved namespaceMike Krüger