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-09-26[FileNesting] Include multiple nested files in rename operationsRodrigo Moya
2019-09-17[FileNesting] Move nested files when moving parent fileRodrigo Moya
2019-08-21[FileNesting] Move FileNestingService to .IdeRodrigo Moya
2019-08-21[Ide] Take into account file nesting rules in FolderNodeBuilderRodrigo Moya
2019-08-06Set info.Visible to false when project is nullKeting Yang
2019-08-06Change the name from OnAddCSharpClass to OnAddEmptyClassKeting Yang
2019-08-05Create a method for checking if the selected template is compatible with the ...Keting Yang
2019-08-01Add null check for projectKeting Yang
2019-07-31[Project Model] Shortcut for add new class in C# projectsKeting Yang
2019-07-24[Projects] Deal correctly with DependsOnFile pointing to a folderRodrigo Moya
2019-02-20Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-02-18Track API changesLluis Sanchez
2019-02-01[Ide] Add New Folder dialog for adding new folders (#7003)Matt Ward
2018-12-12[Ide] Fix new folder not selected after refreshMatt Ward
2018-06-05[Ide] Fix a bunch of warningsMikayla Hutchinson
2018-05-15Rename some misleading APIMikayla Hutchinson
2018-05-15Remove double save on file creationMikayla Hutchinson
2017-08-22Fix warnings in MD.IdeLluis Sanchez
2017-05-23[Ide] Improve performance of first folder expansion.therzok
2017-03-25[Ide] Don't save project after cancelling New File dialogMikayla Hutchinson
2016-07-14Merge pull request #1567 from sevoku/fix-add-file-locationLluis Sanchez
2016-07-14[Ide] Optimize default Add File locationVsevolod Kukol
2016-07-14[Ide] Closing workspace resets previous Add File locationVsevolod Kukol
2016-07-13[Ide] Allow dropping files from SolutionFolder to Project/ProjectFolder.therzok
2016-03-27[Ide] Speed up insertion of file/folder nodes in the solution tree.Marius Ungureanu
2015-08-20Merge remote-tracking branch 'origin/master' into roslynMatt Ward
2015-08-19[Ide] Fix hidden file display issueLluis Sanchez
2015-07-09Merge remote-tracking branch 'origin/master' into roslynMatt Ward
2015-07-09[Ide] Do not add folder to project if Add Existing Folder is cancelledMatt Ward
2015-06-17Merge remote-tracking branch 'origin/master' into roslynMarius Ungureanu
2015-06-17[Misc] 2/4 batch of checking disposes of dialogs.Marius Ungureanu
2015-03-20Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
2015-03-08[Ide] display message when directory selected in "Add files from folder..." a...Marcin Kolny
2015-01-16Merge remote-tracking branch 'origin/master' into new-project-modelLluis Sanchez Gual
2014-11-20Remove all calls to ShowExceptionLluis Sanchez
2014-10-21Initial drop of the new project modelLluis Sanchez
2013-09-12[Ide] code cleanupJeffrey Stedfast
2013-06-24[Ide] Simplify previous optimization even more...Jeffrey Stedfast
2013-06-24[Ide] Optimize FolderNodeBuilder.HasChildren()Jeffrey Stedfast
2013-03-23[Ide] Removed unnecessary namespacingJeffrey Stedfast
2012-12-05Merge branch 'master' into ui-refreshAlan McGovern
2012-12-05[Ide] 'add existing folder' remembers previous path nowAlan McGovern
2012-11-01Merge branch 'master' into ui-refreshJeffrey Stedfast
2012-11-01[Ide] Fixed multiple drag&drop issues w/ ProjectFilesJeffrey Stedfast
2012-07-20[Ide] Hide some classes which don't need to be publicLluis Sanchez
2012-07-06[Ide] Use the new animated status iconsLluis Sanchez
2012-02-01[Ide] Correctly create a ProjectFile when an existing directory is addedAlan McGovern
2011-12-07[Ide] Only copy project files when dragging/dropping nodesAlan McGovern
2011-12-07[Ide] Show the correct destination name when moving a directoryAlan McGovern
2010-12-19[Ide] Fixed focus when adding filesSpencer Hawkins