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
2017-06-20[CSharpBinding] Removed custom completion engine.Mike Krüger
2017-05-16Another place where I think the RoslynSymbolCompletionData.CompareTo was unst...Kirill Osenkov
2017-04-05Fixed 'Bug 54423 - Code completion automatically closes parenthesis,Mike Krüger
2017-03-22[RoslynSymbolCompletionData] Handle Deprecated and Obsoleted attributesVincent Dondain
2017-01-13[CSharpBinding] Fixed method completion bracket insertion.Mike Krüger
2016-08-02[CSharpBinding] Removed obsolete check.Mike Krüger
2016-06-24[CSharpBinding] Fixed an issue with skip char sessions on auto insertMike Krüger
2016-05-27Fixed 'Bug 41308 - Code completion on some generic methods putsMike Krüger
2016-04-06Revert "[Ide] Asynchronize OnTheFly formatting."Marius Ungureanu
2016-03-27[Ide] Asynchronize OnTheFly formatting.Marius Ungureanu
2016-03-08Fixed 'Bug 39428 - [iOS] Override of protocol method shows 2Mike Krüger
2016-02-16[CSharpBinding] Slight font tweak to code completion popoverVaclav Vancura
2016-02-16[Ide][Completion] Optimize right side description size and positionVsevolod Kukol
2016-02-16[CSharp][Completion] Escape right side description textVsevolod Kukol
2016-02-15[CSharpBinding] Fixed bracket insertion completion bug.Mike Krüger
2016-02-15[CSharpBinding] Use other font for the right side description ofMike Krüger
2016-02-15[CSharpBinding] Added right side descriptions for symbol completion.Mike Krüger
2016-02-15[CSharpBinding] Symbol completion now contains extension methods.Mike Krüger
2016-02-12[CSharpBinding] Fixed unit tests.Mike Krüger
2016-02-12[CSharpBinding] Fixed auto bracket completion insertion issue.Mike Krüger
2016-02-11[Ide] Replaced the SkipChar with a EditSession system.Mike Krüger
2016-02-09[CSharpBinding] Removed error message.Mike Krüger
2016-02-09[CSharpBinding] Fixed completion bracket insertion bug.Mike Krüger
2016-01-26Fixed 'Bug 38022 - Completion Widget does not signal obsoleteMike Krüger
2015-12-29Bug 37248 - Roslyn: typing "<" after IEnumerable deletes the text in front of...David Karlaš
2015-07-30[Ide] Fixed completion data item comparison.Mike Krüger
2015-06-12[CSharpBinding] Moved NR6 features to the C# binding.Mike Krüger
2015-05-21Asynchronize all methods for getting tooltipsLluis Sanchez Gual
2015-05-15[CSharpBinding] Fixed 'global::' bug in create member completion data.Mike Krüger
2015-04-24Improved api for using configuration propertiesLluis Sanchez Gual
2015-03-02[CSharpBinding] Fixed AutomaticBracketInsertionTests.Mike Krüger
2015-02-25[UnitTests] Fixed NamedArgumentCompletionTests.Mike Krüger
2015-02-23[CSharp] Improved detection of required type parameters for methodMike Krüger
2015-02-23[CSharpBinding] Improved auto bracket insertion semicolon handling.Mike Krüger
2015-02-23[CSharpBinding] Display overloaded constructor completion dataMike Krüger
2015-02-23[CSharpBinding] ObjectCreationCompletionData now reusesMike Krüger
2015-02-21[CSharpBinding] Polished completion engine.Mike Krüger
2015-02-20[CSharpBinding] Fixed completion data overrides.Mike Krüger
2015-02-20[Ide] Added ambience tooltip provider extensions.Mike Krüger
2015-02-20[Ide] Removed ambience system.Mike Krüger
2015-02-17[CSharpBinding] Implemented event creation completion data.Mike Krüger
2015-02-17[CSharpBinding] Implemented completion bracket insertion.Mike Krüger
2015-02-15[CSharpBinding] Fixed override completion data insertion.Mike Krüger
2015-02-13[CSharpBinding] Track NR6 API changes.Mike Krüger
2015-02-05[Ide] Moved CompletionCategory and DisplayFlags to Ide.Mike Krüger
2015-02-02[Ide] Implemented tooltip provider projections & improved theMike Krüger
2014-07-21[CSharpBinding] Fixed merge issues.Mike Krüger
2014-05-23[CSharpBinding] Fixed navigation list tooltips.Mike Krüger
2014-05-23[CSharpBinding] Types in tooltips are now displayed with their minimalMike Krüger
2014-04-22[CSharpBinding] Ported tooltip engine to roslyn.Mike Krüger