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-02-19Merge remote-tracking branch 'origin/master' into new-service-modelLluis Sanchez
2019-02-19Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-19Service improvementsLluis Sanchez
Converted HelpService and HelpOperations to the new service model. Initialize IDE services in parallel.
2019-02-18Fixed F# unit testsLluis Sanchez
Tests now asynchronously initialize the IDE.
2019-02-15Track API changesLluis Sanchez
All services are now referenced from the IdeServices class
2019-02-14Merge remote-tracking branch 'origin/master' into release-8.0therzok
Conflicts: main/external/xwt main/src/addins/MacPlatform/MacPlatform.csproj main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Tests/MonoDevelop.PackageManagement.Tests.csproj main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.Tests/packages.config main/src/core/MonoDevelop.Core/MonoDevelop.Core.csproj main/src/core/MonoDevelop.Ide/MonoDevelop.Ide.csproj main/tests/MonoDevelop.Core.Tests/MonoDevelop.Core.Tests.csproj main/tests/MonoDevelop.Core.Tests/packages.config version-checks
2019-02-07Fix syntax highlighting in F# Interactivenosami
Fixes VSTS #783903
2019-02-06Update MonoDevelop.FSharp.fsprojJason Imison
F# doesn't use NuGet for restoring packages and having `<RestorePackages>` set to true means that I can't build F# standalone outside of main.sln
2019-01-29Retrieve editor markup on the UI thread. Fixes F# tooltips.nosami
Fixes VSTS #778897
2019-01-25Fix dotnet F# unit tests because latest Fantomas formats code into code with ↵David Karlaš
errors Reported at https://github.com/fsprojects/fantomas/issues/403
2019-01-25FSharp: Add missing IncludeCopyLocal directivesSandy Armstrong
Note that the test project needs a bunch of these so that the fsi service (a different process) has them.
2019-01-25FSharp: Stop manually loading System.ValueTuple.dllSandy Armstrong
2019-01-25FSharp: Fix test output pathsSandy Armstrong
2019-01-24FSharp: Complete FSharp.Core bumpSandy Armstrong
2019-01-16F# - load bundled fsharp.coretherzok
2019-01-14[F#] Use DownloadNupkg for bundled nupkgsMikayla Hutchinson
2019-01-14[F#] Use gtk refs importMikayla Hutchinson
2019-01-14[F#] Fix missing project configs that made sln sadMikayla Hutchinson
2019-01-14Re-enable F# extensiontherzok
2019-01-13Copy local from the right project for F#therzok
F# should work now Fixes VSTS #765368 - Re-enable F# addin
2019-01-13Fantomas got renamedtherzok
2019-01-13Add some copy-localstherzok
2019-01-11Disable F# by defaulttherzok
Enables usage of Preferences dialog. Opened https://dev.azure.com/devdiv/DevDiv/_workitems/edit/765368 to track this
2019-01-11Remove manual binding redirects in F#therzok
2019-01-11Fix building F# projectDavid Karlaš
2019-01-11Updte fsharpbinding to net472Mikayla Hutchinson
2019-01-08F# quick fix menu: support explict and nested modules with correct ↵Sam Williams
indentation. remvoe commented code. Correct localization.
2019-01-08PR feedback. Fix spelling. Improve code error handling.Sam Williams
2019-01-08PR feedback.Sam Williams
2019-01-08F# open delcaration. Remove undeed code. Refactor and organise code.Sam Williams
2019-01-08F# open statements code clean up. Added async support. Fixed up adjustments ↵Sam Williams
for where the open declaration is made
2019-01-08WIP: Working verison with Quick Fix menu showing up in F# project., with ↵Sam Williams
options and and insertion of open statement with namespace.
2018-12-14Merge remote-tracking branch 'origin/master' into release-8.0Lluis Sanchez
2018-12-13Set Roslyn Language Name for F# projectsnosami
Fixes VSTS #748732
2018-12-11Merge remote-tracking branch 'origin/master' into release-8.0Lluis Sanchez
2018-12-10Add IdeApp.Exit() to TearDownnosami
2018-12-10Remove dead code to fetch Template Categoriesnosami
2018-12-10Fetch templates on foreground threadnosami
2018-11-24[Core] Fix ProgressMonitor dispose synchronization (#6648)Marius Ungureanu
* [Core] Fix ProgressMonitor dispose synchronization This change aims to fix problems with users of ProgressMonitors knowing which synchronization context to call dispose on, by handling it itself. It does a sync wait on disposing Fixes VSTS #612543 - [ProgressMonitors] Dispose is not called on the right sync context * Remove ProgressMonitor hack from VCS code * Remove UI thread marshalling in F# * Adapt unit tests now that they work right
2018-11-12[Dev] Add analyzer which picks up strings which should be localizedtherzok
Also fix up instances of said strings throughout the codebase. First version is really robust: * Only offers GettextCatalog.GetString as an option * Only works on Gtk.Widget and special cased functions Future versions will provide: a) Configuration of catalog via attribute b) Cocoa/Atk support c) Detection of string.Format patterns. Fixes VSTS #683875 - Enable MD specific analyzers in the repository and build
2018-10-10Update ignore messagesOleg Demchenko
2018-10-10VSTS 691307: disable F# forms app testsOleg Demchenko
2018-10-03Guard against project parent solution being null.nosami
Re: VSTS #694965
2018-10-02[F#] Fix CanDropNode so that it only works within F# projectsnosami
Also check that drag node is not the same as drop node. Fixes VSTS #694596
2018-10-02Fix NRE when getting ConfigurationSelectornosami
fixes VSTS #694766
2018-09-27Simplify AssemblySearchPaths to what's really needed.Kirill Osenkov
This disables searching in registry, AssemblyFoldersEx, etc.
2018-09-27FsharpBinding: uppercase F# project GUID to be consistent with VS4winAndres G. Aragoneses
Fixes #5976
2018-09-03Bump System.Net.Httptherzok
2018-08-16[F#] Hack around forms template bug breaking testsMikayla Hutchinson
2018-08-15[F#] Review style feedbackMikayla Hutchinson