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-10-31Changes current PropertyPad to use PropertyGridWrapper in Preferences ↵Jose Medrano
Formatting F# panel
2019-10-28Update FSharpGtkProject.xpt.xmlKeting Yang
Add period to template description.
2019-10-28Update EmptyFSharpSource.xft.xmlKeting Yang
Add period to the template description.
2019-10-28Update FSharpConsoleProject.xpt.xmlKeting Yang
Add period for template description.
2019-10-28Update SharedAssetsProject.xpt.xmlKeting Yang
Add period to the template description.
2019-10-28Update FSharpNUnitLibraryProject.xpt.xmlKeting Yang
Add period for template description.
2019-10-28Update FSharpLibraryProject.xpt.xmlKeting Yang
Add period for template description.
2019-10-28Update FSharpTutorialProject.xpt.xmlKeting Yang
Add period to the template description.
2019-09-26[FSharp] Fix FAKE search category tag validationVsevolod Kukol
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-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-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-11Merge pull request #8505 from mono/fsharp-compiler-31Lluis Sanchez
[F#] Update to FSharp.CompilerService 31.0
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-27Fix expected test outputnosami
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-21Fixes FSharp reference to a constantJose Medrano
2019-08-13FSharp: Update FsharpSymbol implementationSandy Armstrong
2019-08-09Remove FSharpSymbol Equals overloadnosami
2019-08-08Attempt to fix testsnosami
2019-08-07FSharp: Update FsharpSymbol implementationSandy Armstrong
2019-07-12Bump fantomas to Beta on NuGetnosami
2019-07-12Bump fantomasnosami
2019-07-11Bump fantomasnosami
2019-07-10Bump fantomasnosami
2019-07-02Fix F# semantic highlightingnosami
Fixes VSTS #939713 Semantic highlighting was not working at all. Only regex highlighting was being used.
2019-06-05Remove usage of GetTypedParseResultWithTimeoutnosami
Fixes VSTS #904300
2019-05-18[F#] Make it able to run F# tests in the IDEtherzok
2019-05-08FCS-28 && Fantomas 3.0-alphanosami
2019-05-08Update path to Fantomasnosami
2019-05-08Try FCS 27.0.1nosami
2019-05-08Update FSharp.Compiler.Servicenosami
Fixes VSTS #889046
2019-04-11Merge remote-tracking branch 'xamarin/master-vnext' into new-doc-modelLluis Sanchez
2019-04-10Pin Paket to 5.201.1nosami
2019-04-04Track api changesLluis Sanchez
2019-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-21Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-03-20Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-20Merge remote-tracking branch 'origin/master' into new-service-modelLluis Sanchez
2019-03-01Retrieve editor markup on the UI thread. Fixes F# tooltips.nosami
Fixes VSTS #802684 (#7254)
2019-02-28F# interactive uses its own copies heretherzok
md-addins counterpart has the rest
2019-02-21MainMenu.addin.xml: add Separator6 to Edit menu and put F# before itAaron Bockover
2019-02-20Another attempt to fix compatibility checkLluis Sanchez
2019-02-20Try to fix compat checkLluis Sanchez
Removed System.IO reference from f# interactive. It doesn't exist in .net 4.7.2 and it doesn't seem to be needed.
2019-02-20Merge branch 'new-service-model' into new-doc-modelLluis Sanchez