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
2020-01-23Merge pull request #9230 from mono/master-vsts1009809Vsevolod Kukol
2019-12-23Switch to Task.CompletedTask where applicabletherzok
2019-12-05[Ide] Handled some exceptions for bug Bug 1009809.Mike Krüger
2019-12-05Fixes VSTS Bug 1009809:Mike Krüger
2019-09-26[Ide] Move GetDependentFilesToRename to ProjectOperationsRodrigo Moya
2019-09-26[FileNesting] Include multiple nested files on move operationsRodrigo Moya
2019-09-17[FileNesting] Move nested files when moving parent fileRodrigo Moya
2019-09-13Add some docs and obsolete API.therzok
2019-08-27[Ide] Move 2 counters to ITimeTracker, preserving previous thread safety cons...therzok
2019-08-06Add null check for templateKeting Yang
2019-08-05Create a method for checking if the selected template is compatible with the ...Keting Yang
2019-07-12[GetToCode] Adds TaskCompletionSource to Create method in NewProjectControllerJose Medrano
2019-07-06[Misc] cleanup code a bit moretherzok
2019-07-03[Ide] Introduced SavePreferencesAsync in RootWorkspace.Mike Krüger
2019-06-24[Ide] Fix missing xaml file breaking intellisenseMatt Ward
2019-05-23Fix workbench initialization issuesLluis Sanchez
2019-05-07[Ide] Refresh build action when adding existing files to projectMatt Ward
2019-04-02Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-04-02Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-03-26[Ide] Fix UI unresponsive after deleting multiple projectsMatt Ward
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-07Merge remote-tracking branch 'origin/release-8.0-integration' into merge-inte...Lluis Sanchez
2019-03-06[Ide] Fix progress dialog in front of confirmation dialogMatt Ward
2019-03-05[Ide] Fix progress dialog in front of confirmation dialogMatt Ward
2019-02-20Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-19Merge remote-tracking branch 'origin/master' into new-service-modelLluis Sanchez
2019-02-16First pass at obsoleting old editor APIsMikayla Hutchinson
2019-02-15Convert several IDE services into Service instancesLluis Sanchez
2019-02-08[Ide] Fix NRE in ExportSolutionDialog initializationRodrigo Moya
2019-01-21[Ide] Various memory retention fixes around the project model (#6931)Marius Ungureanu
2019-01-17[Ide] Show selected configuration when opening options dialogRodrigo Moya
2018-11-27[Ide] Add support for Welcome dialog providersRodrigo Moya
2018-10-26[IDE] When copying files with multiple parts, look for the first name and add...Greg Munn
2018-10-23[Ide] Fixed wording of the confirm-delete dialog when removing a fileJeffrey Stedfast
2018-10-09[Ide] Fix some odd grammar in a dialog boxiain holmes
2018-10-04[Telemetry] Handle the Run Configuration item correctlyiain holmes
2018-10-03[Telemetry] Classify Build/Run events by project typeiain holmes
2018-09-11[Project] Add IsBuildingForExecution MSBuild propertyMikayla Hutchinson
2018-09-05[Ide] Fix solution being built when executing instead of startup itemsMatt Ward
2018-09-05[Ide.Tests] Add tests for ProjectOperation.GetBuildTargetsForExecutionMatt Ward
2018-08-30Drop async/await in DoBeforeCompileActionOleg Demchenko
2018-08-29Separate file saving logic from DoBeforeCompileActionOleg Demchenko
2018-08-22[Project] Log skipped and up-to-date projects in countsMikayla Hutchinson
2018-08-21[Ide] Fix project not being run when it has warningsMatt Ward
2018-08-17[Project] Add tests for execution depsMikayla Hutchinson
2018-08-16Revert "[Ide] Fix no build on running a project"Mikayla Hutchinson
2018-08-05[Ide] Pass project run config to IRunTarget.PrepareExecutionMikayla Hutchinson