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-01-17Fixes VSTS Bug 769309: Exception while pasting codeMike Krüger
2018-11-27Fixes issue #6641 Pasting verbatim strings removes double quotesMike Krüger
2018-09-19Fixes issue #6029 Cut and paste is broken in the editorMike Krüger
2018-08-27Merge branch 'master' into master-formattingchangesMike Krüger
2018-08-24Fixes vsts Bug 669030: [Feedback] VSMac 7.6 UI Blitz after pasting c#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-21Fixes issue #3638 Port brace completion to EditorFeaturesMike Krüger
2018-08-21[CSharpBinding] Implemented format on paste using the roslynMike Krüger
2018-06-20Fixes VSTS 634797: Pasted text indents with extra whitespaceMike Krüger
2018-06-06[CSharp] Fix warningsMikayla Hutchinson
2017-08-03Merge branch 'master' into master-fix56288Mike Krüger
2017-08-03Fixed 'Bug 56288 - Spaces converted to tabs on paste with C# sourceMike Krüger
2017-07-14Fixed 'Bug 58139 - Paste corrupts inserted text'Mike Krüger
2017-05-30Fixed 'Bug 56531 - pasting a line of code causes my code to get allMike Krüger
2017-03-24Fixed 'Bug 53862 - CSharpTextPasteHandler.PostFormatPastedText usesMike Krüger
2017-03-22Fixed 'Bug 53438 - Spaces converted to tabs when pasting'Mike Krüger
2017-02-28[CSharpBinding] Fixed paste handler calculation.Mike Krüger
2017-02-23[CSharpBinding] Fixed text paste format correction.Mike Krüger
2017-02-15[CSharp] Fix formatting on pasting large blocks of unformatted code (#1872)Marius Ungureanu
2017-02-13[CSharp] Use the C# formatter instead of OnTheFlyFormatter when pasting (#1867)Marius Ungureanu
2016-03-04[CSharpBinding] Fixed issue in cut & paste handling.Mike Krüger
2016-03-03Fixed 'Bug 39272 - Format On Paste doesn't work in XS 6.0'Mike Krüger
2015-04-06[CSharpBinding] Track NR6 API changes.Mike Krüger
2015-01-14[CSharBinding] TypeSystemProvider is now using roslyn to retrieve theMike Krüger
2015-01-07[CSharpBinding] Removed NR5 usages.Mike Krüger
2014-10-09[CSharpBinding] Implemented support for roslyn formatting/newMike Krüger
2014-07-05[Ide] Renamed Insert, Remove, Replace to InsertText, RemoveText,Mike Krüger
2014-06-27[CSharpBinding] Ported editor extensions.Mike Krüger
2014-06-23[CSharpBinding] Track API changes.Mike Krüger