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 (Collapse)Author
2019-09-27Updated references to microsoft/vs-editor-api, xamarin/md-addinssandy
2019-09-26[FSharp] Fix FAKE search category tag validationVsevolod Kukol
2019-09-26Merge pull request #8799 from mono/pr-jorobich-roslyn-3.4.0-beta1-19462-14Sandy Armstrong
Bump Roslyn to 3.4.0-beta1-19462-14
2019-09-26Updated reference to microsoft/vs-editor-api@992329bSandy Armstrong
2019-09-26[F#] Fix recursion stack overflow when parsing big filesnosami
Before this fix, the stack could overflow with ~12000 lines on my machine. Unit test is using 100000 lines without a crash Fixes https://dev.azure.com/devdiv/DevDiv/_workitems/edit/988934
2019-09-19Updated references to microsoft/vs-editor-api, xamarin/md-addinsabock
2019-09-18Fix: Remove usage of now-meaningless legacyOnly attributeSandy Armstrong
2019-09-18Editor: New LegacyEditorSupport extension pointSandy Armstrong
In order to be automatically opened in the legacy editor, file types must explicitly register via LegacyEditorSupport. For file types like C#, where both editors are supported, simply provide the list of extensions to be supported, and the selected editor will be determined by the "Use the legacy text editor where available" pref. For file types like F#, where only the legacy editor is supported, just add `legacyOnly="true"`. Then the legacy editor will be used regardless of preference. For file types like XML, where support must be determined dynamically (because users can manually register file types), specify a `providerType` that implements `ILegacyEditorSupportProvider`. This provider will be queried to determine where the legacy editor is preferred. For file types like Android XML, continue using the old `SupportedFileType` extension point to signify that the modern editor is always preferred over the legacy editor. This will override any "base" LegacyEditorSupport (again, like XML). Users will continue to be able to use the "Open With" menu to pick the editor they prefer at that time. Of course when they pick unsupported pairings, they may not have the best experience (missing features, etc).
2019-09-18Merge pull request #8754 from mono/fix-984697Lluis Sanchez
Fix InvalidCastException by removing unneeded cast
2019-09-18Merge pull request #8756 from mono/fix-984699Lluis Sanchez
[F#] Fix LanguageService exception
2019-09-18[F#] Fix LanguageService exceptionnosami
Sometimes the Document.Editor property was null which caused the whole project to not get parsed Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/984699
2019-09-18Fix InvalidCastException by removing unneeded castnosami
Fixes VSTS https://devdiv.visualstudio.com/DevDiv/_workitems/edit/984697
2019-09-17Updated references to microsoft/vs-editor-api, xamarin/md-addinssandy
2019-09-16Merge pull request #8724 from mono/backport-pr-8723-to-masterLluis Sanchez
[master] Updated reference to mono/mono-addins@7e3cff2
2019-09-14Updated references to mono/xwt, xamarin/md-addinsjeremie.laval
2019-09-13Bump mono-addins againLluis Sanchez
2019-09-13Updated reference to mono/mono-addins@7e3cff2lluis
2019-09-13Updated references to microsoft/vs-editor-api, xamarin/md-addinsabock
2019-09-11Merge pull request #8505 from mono/fsharp-compiler-31Lluis Sanchez
[F#] Update to FSharp.CompilerService 31.0
2019-09-10Updated references to microsoft/vs-editor-api, xamarin/md-addinsabock
2019-09-10[Debugger] Added more logging and fixed NRE when loading scopes when local ↵Jeffrey Stedfast
pdb's not available
2019-09-07Updated references to microsoft/vs-editor-api, xamarin/md-addinsabock
2019-09-06Updated references to microsoft/vs-editor-api, xamarin/md-addinsabock
2019-09-06Merge pull request #8609 from mono/fix937854Vsevolod Kukol
Remove LibGit2Sharp.NativeBinaries dependency from LibGit2Sharp
2019-09-05Updated references to microsoft/vs-editor-api, xamarin/md-addinsabock
2019-09-02Remove LibGit2Sharp.NativeBinaries dependency from LibGit2SharpVsevolod Kukol
Fixes VSTS #937854
2019-09-02Bump debugger-libs for .NET Core debugger tests disablingRodrigo Moya
2019-08-30Merge pull request #8529 from mono/fix-963198Jason Imison
[F#] Fix parsing of long lines
2019-08-29Updated references to microsoft/vs-editor-api, xamarin/md-addinssandy
2019-08-29Reverse line tokensnosami
2019-08-29[F#] Fix parsing of long linesnosami
Fixes VSTS #963356 Make Lexer.parseLine tail recursive and remove mutable state
2019-08-28Updated reference to microsoft/vs-editor-api@cc54ccfSandy Armstrong
2019-08-28Bump RefactoringEssentials to fix configured NuGet reposSandy Armstrong
2019-08-27Fix expected test outputnosami
2019-08-23Updated references to mono/xwt, xamarin/md-addinsmarius.ungureanu
2019-08-23[F#] Update Fantomas to 3.0.0-beta-002Matt Ward
Fixes some Fantomas errors where it was using an old method which no longer exists. **Fantomas**: Error occurred: Method not found: Microsoft.FSharp.Control.FSharpAsync`1<FSharp.Compiler.SourceCodeServices.FSharpParseFileResults> FSharp.Compiler.SourceCodeServices.FSharpChecker.ParseFile(string,string,FSharp.Compiler.SourceCodeServices.FSharpParsingOptions,Microsoft.FSharp.Core.FSharpOption`1<string>) This version of Fantomas supports FSharp.CompilerService 30.0
2019-08-22[F#] Update to FSharp.CompilerService 31.0Matt Ward
2019-08-22Updated references to microsoft/vs-editor-api, xamarin/md-addinsabock
2019-08-21Fixes FSharp reference to a constantJose Medrano
2019-08-21Merge remote-tracking branch 'origin/enable-notarization'Vsevolod Kukol
2019-08-20Updated references to microsoft/vs-editor-api, xamarin/md-addinsabock
2019-08-13FSharp: Update FsharpSymbol implementationSandy Armstrong
2019-08-12Update macdocDuncan Mak
2019-08-09Bump debugger-libsLluis Sanchez
2019-08-09bumpnosami
2019-08-09Test fix attemptnosami
2019-08-09Remove FSharpSymbol Equals overloadnosami
2019-08-08Merge pull request #8322 from mono/fsharp-fix-xamarin-macLluis Sanchez
Attempt to fix tests
2019-08-08Attempt to fix testsnosami
2019-08-07Merge branch 'master' into bump-proppyBret Johnson