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-28[CSharpBinding] Removed more obsolete code.Mike Krüger
2014-07-18Merge branch 'xs6-editor' into retina-roslynMike Krüger
2014-06-30[CSharpBinding] Track API changes.Mike Krüger
2014-06-20[CSharpBinding] Ported C# binding to new editor infrastructure.Mike Krüger
2014-04-22[CSharpBinding] Ported tooltip engine to roslyn.Mike Krüger
2013-09-25[CSharpBinding] Sort NSDictionary parameters to the end of theMike Krüger
2013-07-23Removed redundant Where calls.Therzok
2013-03-18Fixed 'Bug 11187 - Method order does not match between differentMike Krüger
2013-01-07[CSharpBinding] Fixed null reference exception.Mike Krüger
2013-01-07Fixed 'Bug 7238 - Classes are qualified unnecessarily in codeMike Krüger
2012-12-06Fixed 'Bug 8793 - Pre-selected line in completion window is notMike Krüger
2012-10-29Fixed 'Bug 5737 - MD doesn't filter tooltips on named argument'.Mike Krüger
2012-10-22Fixed 'Bug 7920 - Completion summary issues'.Mike Krüger
2012-10-04[CSharpBinding] Handled signature markup creator exception.Mike Krüger
2012-09-28Fixed 'Bug 6592 - Random order of constructor overloads'.Mike Krüger
2012-09-18[UIFresh] Small capitalization change.David Siegel
2012-09-17Implemented 'Bug 6590 - Better completion for obsolete overloads '.Mike Krüger
2012-09-12Fixed 'Bug 7063 - Info tooltip shows markup '.Mike Krüger
2012-09-04Fixed 'Bug 6834 - Tooltip declaration for dictionary'.Mike Krüger
2012-08-21[UIRefresh] Search popup window now uses new tooltips.Mike Krüger
2012-08-21[UIRefresh] Worked on parameter description tooltips. / Fixed &Mike Krüger
2012-07-24[CSharpBinding] EditorBrowsableState.Advanced members are now at theMike Krüger
2012-06-28[CSharpBinding] Completion tooltips now recognize the using scope forMike Krüger
2012-04-14[Ide] Fixed bug in monodoc documentation provider.Mike Krüger
2012-04-14Fixed 'Bug 1051 - Code completion can't handle interface return typesMike Krüger
2012-04-12[Ide] Fixed monodoc xml documentation lookup.Mike Krüger
2012-04-04[Ide] Renamed MonoDevelop.TypeSystem to MonoDevelop.Ide.TypeSystem Mike Krüger
2012-03-29Fixed 'Bug 2213 - Extension methods should not have their 'this'Mike Krüger
2012-03-01[Ide/CSharpBinding] Fixed a bug with the calculation of the correctMike Krüger
2012-02-27Fixed "Bug 3645 - [New Resolver]Parameter completion shows all staticMike Krüger
2012-02-21[Ide] Improved tooltips.Mike Krüger
2012-02-21[Ide] Reworked parameter tooltips (fixed "Bug 412 - IntelliSenseMike Krüger
2012-02-13Fixed "Bug 3369 - MD does not correctly use params".Mike Krüger
2012-02-10Added extension methods to the parameter completion list.Mike Krüger
2011-12-01[CSharpBinding] Track nrefactory API changes.Mike Krüger
2011-11-01Fixed "Bug 1747 - [New Resolver] Code completion issues when declaringMike Krüger
2011-10-13Refactored code completion engine.Mike Krüger
2011-07-08Improved invocation recognition / fixed unit tests.Mike Krüger
2011-06-30try to do bracket counting to produce the exact required closingMike Krüger
2011-06-22Worked on code completion unit tests - 70% are passing.Mike Krüger