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
2014-02-17Fixed "Bug 17779 - Symbol names with multiple successive letters areMike Krüger
2013-01-07Fixed 'Bug 9114 - Code completion fumbles named parameters '.Mike Krüger
2012-11-07Fixed 'Bug 8257 - Incorrect entry selected in code completion list''Mike Krüger
2012-10-30Fix bug 7659 - Terrible quick search matchingLluis Sanchez
2012-10-08Worked on 'Bug 7659 - Terrible quick search matching'Mike Krüger
2012-10-01Fixed 'Bug 7522 - Code completion list should give preference toMike Krüger
2012-09-25Fixed 'Bug 7420 - Prefer properties over named parameters'.Mike Krüger
2012-09-20Fixed 'Bug 7288 - Completion not selecting the correct entry'.Mike Krüger
2012-09-06Fixed 'Bug 6897 - Case insensitive matching issues'.Mike Krüger
2012-06-12[Core] Fixed failing unit test.Mike Krüger
2012-06-11[Core] Added bounds check to a string matcher case.Mike Krüger
2012-06-11[Core] Backtracking matcher now bails out sooner, if input string isMike Krüger
2012-06-10[Core] Fixed failing matcher unit test.Mike Krüger
2012-06-09[Core] Partially removed last commit (wasn't really worth the codeMike Krüger
2012-06-09[Core] Optimized backtracking string matcher.Mike Krüger
2012-05-02Fixed 'Bug 4824 - Cannot reference a property with the same name as aMike Krüger
2012-05-01Removed some debug messages.Mike Krüger
2012-04-30[Core] Improved completion match rank calculation.Mike Krüger
2012-04-30Fixed 'Bug 4732 - [Regression] Broken intellisense again'.Mike Krüger
2012-04-30[UnitTests] Fixed ignored unit tests.Mike Krüger
2012-04-30[UnitTest] Fixed broken unit tests.Mike Krüger
2012-04-30[Core] Fixed wrong pre selection of pre processor templates.Mike Krüger
2012-04-17[Ide] Improved item selection in completion list window.Mike Krüger
2012-04-17[Ide] Improved item selection in completion window.Mike Krüger
2011-04-28Digits are now treated like word start for the backtracking stringMike Krüger
2011-03-29Fix Bug 683281 - Navigate To weighting issue.Lluis Sanchez Gual
2011-03-15Fix 679571 - Navigate To dialog has exponential memory usageLluis Sanchez Gual
2011-03-03Added bounds check.Mike Krüger
2011-03-02Little change in the code completion filter algorithm.Mike Krüger
2011-02-24Fixed 'Bug 674512 - Space doesn't commit generics'.mkrueger
2011-02-21Optimized backtracking matcher.mkrueger
2011-02-02Fixed 'Bug 668136 - Subword matching in completion does not work wellMike Krüger
2010-08-12Added andrea as author.Mike Krüger
2010-08-12Improved ranking calculation algorithmLluis Sanchez
2010-08-11Moved completion matching algorithms to MD.Core.Text. Changed matching behavi...Lluis Sanchez