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-11-14Implement Go To Definition for RazorKirill Osenkov
2019-11-13Revert "Implement Go To Definition for Razor"Sandy Armstrong
2019-11-13Implement Go To Definition for RazorKirill Osenkov
2019-10-30Update ContainedDocument to support `@code`David Karlaš
2019-10-29Update Library.xpt.xmlKeting Yang
2019-10-29[IDE] Add period to the template description of Shared ProjectKeting Yang
2019-10-22[Debugger] Handle case when the text snapshot has less lines than the breakpo...Greg Munn
2019-10-19CSharpBinding: Adjust for some options moving in RoslynSandy Armstrong
2019-10-18CSharpBinding: Remove MonoDevelop.Ide.Completion.PresentationSandy Armstrong
2019-10-18Refactoring: Update for Roslyn API changesSandy Armstrong
2019-10-14MiscellaneousFilesWorkspace: support .csx scriptsAaron Bockover
2019-09-25Legacy Editor: Comment out some broken code (pending full deletion)Sandy Armstrong
2019-09-23[Debugger] Trim out any prefix and postfix operators in tooltip expressionsJeffrey Stedfast
2019-09-20Fix Debugger QuickInfo(tooltip) in .cshtmlDavid Karlaš
2019-09-11[Core] Fix adding derived Control items to the weak maptherzok
2019-09-04CSharpCompilerParameters: Add support for "nullable"Sandy Armstrong
2019-08-29Merge pull request #8550 from mono/fix943186Vsevolod Kukol
2019-08-28[CSharp] Don't hide formatting dialog in ctorVsevolod Kukol
2019-08-27Port CodeCompletion to reliable timer trackingtherzok
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