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-15Merge pull request #9492 from mono/task-completedMike Krüger
2019-12-23Switch to Task.CompletedTask where applicabletherzok
2019-12-11[Core] Stop using obsolete Counter++/-- and use Inc(1) or Dec(1) insteadJeffrey Stedfast
2019-10-06[Ide] Fix review and leaks caused by new document model.therzok
2019-05-31Merge pull request #7605 from mono/master-vsts866898Lluis Sanchez
2019-05-28Fix unit testsLluis Sanchez
2019-05-28Fix issues when opening a documentLluis Sanchez
2019-05-27[Ide] Fixed unsaved/dirty bug caused by the IsDirty set.Mike Krüger
2019-05-27[Ide] Implemented work around for the reloading sets the dirty flag inMike Krüger
2019-05-24Fix tab stacking issue in designersLluis Sanchez
2019-05-10Fix document focus issuesLluis Sanchez
2019-05-07Fix several toolbox issues:Lluis Sanchez
2019-05-02Fix method insertion issueLluis Sanchez
2019-04-26Add support for content added/removed callbacksLluis Sanchez
2019-04-16Document: Allow canceling close of unsaved fileSandy Armstrong
2019-03-25New model for focus/unfocus eventsLluis Sanchez
2019-03-22More unit test fixesLluis Sanchez
2019-03-21Track API changesLluis Sanchez
2019-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-20Add OnContentShown/Hidden methods to DocumentControllerLluis Sanchez
2019-03-20Add new IProjectPadNodeSelector interfaceLluis Sanchez
2019-03-14Remove the DiscardChanges method from DocumentLluis Sanchez
2019-03-14DocumentController fixesLluis Sanchez
2019-03-08Fix document extension issuesLluis Sanchez
2019-03-04[Ide] Fix project not attached back to view on project reloadMatt Ward
2019-02-28[TextEditor] Fix null ref on reloading project with new editor openMatt Ward
2019-02-19Address PR feedbackLluis Sanchez
2019-02-18Implemented new document/view architectureLluis Sanchez
2019-02-16Obsolete old document parser APIMikayla Hutchinson
2019-02-16First pass at obsoleting old editor APIsMikayla Hutchinson
2019-01-28[Typesystem] Remove redundant skipped file listtherzok
2019-01-15[Ide] Attach PathedDocument _after_ setting Document on ITextViewMikayla Hutchinson
2019-01-10[Ide] Add way to get Document from ITextViewMikayla Hutchinson
2019-01-10[Ide] Don't restrict IPathedDocument to TextEditorMikayla Hutchinson
2019-01-07Merge branch 'master' into editorMikayla Hutchinson
2018-12-21Make changes so old editor works againDavid Karlaš
2018-11-30Roslyn Workspace document open/close updates.Kirill Osenkov
2018-11-02Fixup unit tests and project setting when openFileInfo.Project was not nulltherzok
2018-11-02[Ide] Properly handle symlinks at workbench leveltherzok
2018-10-18Fixup stack overflowtherzok
2018-10-18Make API future prooftherzok
2018-10-09Fixes VSTS Bug 699450: [Feedback] Error creating file -Mike Krüger
2018-07-03[Ide] Fix event handler not removed when disposing DocumentMatt Ward
2018-07-03[Ide] Fix renaming a class asks to reload the fileMatt Ward
2018-06-21[Ide] Fix build not being done when file is unsavedMatt Ward
2018-06-13Merge branch 'master' into file-watcher-integrationMatt Ward
2018-05-31Fix VSTS 623772: IntelliSense in CSS, Json, etc.Kirill Osenkov
2018-05-30[Ide] Rely on file watcher for file change eventsMatt Ward
2018-05-29[Ide] Fix file open in text editor being reloaded on saveMatt Ward
2018-05-29[Ide] Use file watcher to detect changes instead of checking all filesMatt Ward