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-05-02Fix method insertion issueLluis Sanchez
2019-04-11Enable CodeGenerationService for the new editor.Kirill Osenkov
2019-03-13Add UI for view collections that support tabs + split modeLluis Sanchez
2019-02-18Track API changesLluis Sanchez
2018-06-14Merge branch 'master' into fix-warningsMikayla Hutchinson
2018-06-06[CSharp] Fix warningsMikayla Hutchinson
2018-05-30[C#] Rely on file watcher for file change eventsMatt Ward
2018-03-01Merge branch 'master' into editorconfigMike Krüger
2018-02-26[CSharpBinding] Use StringBuilderCache.Mike Krüger
2018-01-09[CSharpBinding] Implemented a document options providerMike Krüger
2017-06-25[Gtk#] Update to match newest API (#2682)Marius Ungureanu
2017-04-11Fixed 'Bug 54711 - NullReference trying to insert code into aMike Krüger
2016-02-24[CSharpBinding] Closed much public API.Mike Krüger
2015-11-25Asynchronize document load and save operationsLluis Sanchez
2015-11-04Asynchronize the type systemLluis Sanchez
2015-06-15[CSharpBinding] Removed some code duplication.Mike Krüger
2015-06-12[Ide] Removed many NR6 dependencies.Mike Krüger
2015-05-29Fixed 'Bug 30270 - [Roslyn Migration] XS places event handler methodMike Krüger
2015-04-18[CSharpBinding] CodeGenerationService methods are now awaitable.Mike Krüger
2015-04-17[CSharpBinding] Improved code generation service + insertion pointMike Krüger
2015-04-15Added InsertMemberWithCursor method to code generation service.Mike Krüger
2015-02-05[Refactoring] Started support of insertion actions.Mike Krüger
2015-02-02Added dummy CodeGenerationService.InsertMemberWithCursor method which calls A...David Karlaš
2015-01-27[Ide] ParsedDocument API is now async.Mike Krüger
2015-01-23[Ide] TypeSystemParser is now a task based API.Mike Krüger
2015-01-23[CSharpBinding/Refactoring] Optimized & fixed namespace resolveMike Krüger
2015-01-21[Ide] Type system parsers are now working with document snapshotting.Mike Krüger
2015-01-19[Ide] Merged roslyn & type system service. Removed remaining NR5 typeMike Krüger
2015-01-16[Ide] Removed Microsoft.CSharp deps & tracked API changes.Mike Krüger