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-03-21Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-02-15Track API changesLluis Sanchez
2019-01-17Move IEditorContentProvider to TextEditorMikayla Hutchinson
2019-01-08Fixes VSTS Bug 756088: Smart semicolon placement causes incorrectMike Krüger
2018-09-13Fixes issue #5951 Indentation after end of methodMike Krüger
2018-08-30Fixes VSTS Bug 673555: Brace and Indent completion is all kinds ofMike Krüger
2018-08-21[CSharp] Fixed possible infinite loop.Mike Krüger
2018-08-21Fixes issue #5414 Text editor does not indent on pressing return afterMike Krüger
2018-08-21[CSharpBinding] Fixed no op undo steps.Mike Krüger
2018-08-21Fixes issue #5401 Text does not indent on pressing return for new C#Mike Krüger
2018-08-21[CSharpBinding] Removed hack for completion formatting.Mike Krüger
2018-08-21[SourceEditor] Fixed the brace completion undo.Mike Krüger
2018-08-21[CSharpBinding] Fixed bug in c# indentation tracker.Mike Krüger
2018-08-21[CSharpBinding] Mapped VS.NET on type behavior options & added anMike Krüger
2018-08-21Fixes VSTS Bug 643311: Cut & paste string conversion is broken.Mike Krüger
2018-08-21[CSharpBinding] Use VS.NET text editor indentation for C#.Mike Krüger
2018-08-21[CSharpBinding] Removed the OnTheFlyFormatter.Mike Krüger
2018-08-21[Ide] Implemented format on type & return usingMike Krüger
2018-06-15Fixes VSTS Bug 567503: [Feedback] Documentation Comments: Exception,Mike Krüger
2018-04-04Fixes VSTS 590492: [Feedback] Intellisense in Shared Projects seems broken in...Mike Krüger
2018-03-21Fixes issue #4257 IDE crash - null reference inMike Krüger
2018-03-17Fixes issue #4173 C# sources with `None` build action are not editable (#4198)Mike Krüger
2018-03-01Merge branch 'master' into editorconfigMike Krüger
2018-02-26[CSharpBinding] Use StringBuilderCache.Mike Krüger
2018-01-22[Ide] Fixed some editor config support issues & added unit tests.Mike Krüger
2018-01-09[Ide] Implemented basic editor config support.Mike Krüger
2018-01-09[CSharpBinding] Implemented a document options providerMike Krüger
2017-09-14Merge branch 'master' into master-refactoringsMike Krüger
2017-09-14[Refactoring] Converted generate type dialog to xwt.Mike Krüger
2017-09-13Revert "Fixed 'Bug 59287 - [VSFeedback Ticket] #490276 - Automatic Space"Mike Krüger
2017-09-11Fixed 'Bug 59287 - [VSFeedback Ticket] #490276 - Automatic SpaceMike Krüger
2017-05-12[Ide] Avoid iterators on iterating textchanges.Marius Ungureanu
2017-05-03Fixed 'Bug 55907 - switch case does not auto-indent correctly'Mike Krüger
2017-04-07Fixed 'Bug 54676 - Pressing return in a string literal no longerMike Krüger
2017-03-24Merge remote-tracking branch 'origin/master' into vNext-webtools-platformLluis Sanchez
2017-03-09Fixed 'Bug 53165 - DiffTracker doesn't handle multi-part editsMike Krüger
2017-02-22[TextEditor] Changed text changed model.Mike Krüger
2017-01-14Port to Roslyn 2Mikayla Hutchinson
2016-11-01[Ide] Changed smart indenting system.Mike Krüger
2016-10-25Merge branch 'master' into textmateMike Krüger
2016-10-12Fixed 'Bug 45297 - Completion doesn't match on lowercase'Mike Krüger
2016-10-11Merge branch 'master' into textmateMike Krüger
2016-10-07Fixed 'Bug 45090 - Multiline C# Comments do not autocomplete close'Mike Krüger
2016-10-04Merge branch 'master' into textmateMike Krüger
2016-09-28Fixed 'Bug 44747 - Automatic indentation of preprocessor directives isMike Krüger
2016-09-27Fixed 'Bug 44747 - Automatic indentation of preprocessor directives isMike Krüger
2016-08-03[Ide] Syntax highlighting is now async.Mike Krüger
2016-07-22[Ide] Added support for text mate snippets.Mike Krüger
2016-04-06Revert "[Ide] Asynchronize OnTheFly formatting."Marius Ungureanu
2016-03-27[Ide] Asynchronize OnTheFly formatting.Marius Ungureanu