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-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
2019-04-26Address feedbacknosami
2019-04-26fetch Roslyn document using cross-editor APInosami
2019-04-26Add debugger intellisense testnosami
2019-04-26[Refactoring] Sanitize usage to only try AnalysisDocument code when doc.Edito...therzok
2019-04-26Prevent NRE on command update for quick fixestherzok
2019-04-24Fix potential null Roslyn contextnosami
2019-04-24Fix Immediate window completions when using new editornosami
2019-04-24Fix whitespace.Kirill Osenkov
2019-04-24Don't pass an empty string to Roslyn as MainTypeName.Kirill Osenkov
2019-04-24Do not pass mainTypeName to C# compilation if it's a library.Kirill Osenkov
2019-04-22Merge pull request #524 from xamarin/pr-kirillo-compilationOutputKindGreg Munn
2019-04-12Revert "Merge pull request #494 from xamarin/pr-anvod-completion-suffix"Aaron Bockover
2019-04-11Enable CodeGenerationService for the new editor.Kirill Osenkov
2019-04-11Merge pull request #494 from xamarin/pr-anvod-completion-suffixAaron Bockover
2019-04-11Fix NRE and command handling issueLluis Sanchez
2019-04-08Fixing additional PR comments.Anže Vodovnik
2019-04-06Don't use this.Kirill Osenkov
2019-04-06Properly set OutputKind on CSharpCompilationOptions.Kirill Osenkov
2019-04-05Fixing PR comments.Anže Vodovnik