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
2010-08-19Moved color generation to hsl color. Adapted navigate to dialogMike Krüger
2010-08-19Adapted more colors.Mike Krüger
2010-08-19Fixed 'Bug 632205 - MD tooltips unusable with default ubuntu theme'.Mike Krüger
2010-08-11Moved completion matching algorithms to MD.Core.Text. Changed matching behavi...Lluis Sanchez
2010-08-10Optimized 'IsMatch'Mike Krüger
2010-08-09Just use an array instead of a list.Mike Krüger
2010-08-09Enable the lane matching algorithm again.Lluis Sanchez
2010-08-09When ranking an entry, take into account the number of char matchesLluis Sanchez
2010-08-09Converted the for into a while (no need for goto).Mike Krüger
2010-08-09Added new completion matcher which matches any test case.Mike Krüger
2010-08-09Fixed 'Bug 629361 - Exact completion matches should take account ofMike Krüger
2010-08-06fixed possible null ref. exception.Mike Krüger
2010-08-06Use the match rank to select the best match entry.Lluis Sanchez
2010-08-06Uppercase letter in the filter now only matches uppercase in the textLluis Sanchez
2010-08-05Improve the matching algorithm in the NavigateTo dialog.Lluis Sanchez
2010-08-05Optimize lane matcher.Lluis Sanchez
2010-08-04Fixed 'Bug 628093 - Exception dialog shows up when typing in autocomplete win...Mike Krüger
2010-08-03Added option in navigate to dialog to select the filter method.Mike Krüger
2010-08-02Worked on completion matcher.Mike Krüger
2010-08-01Optimized code completion match algorithm & made it easier to re-use. The na...Mike Krüger
2010-07-23It's now possible to specify the caret end offset in the completion widget se...Mike Krüger
2010-07-20Ensure that results are displayed once they come in for mutable completion li...Levi Bard
2010-07-15* MonoDevelop.Ide.Gui/Document.cs:Mike Krüger
2010-07-05* MonoDevelop.Ide.CodeCompletion/ListWindow.cs: Fixed 'Bug 619800 -Mike Krüger
2010-06-23* MonoDevelop.Ide.CodeCompletion/CompletionData.cs:Mike Krüger
2010-06-16* MonoDevelop.Ide.CodeCompletion/ListWidget.cs:Michael Hutchinson
2010-06-15* MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: RemoveMichael Hutchinson
2010-06-14* MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Fixed 'Bug 613539 -Mike Krüger
2010-06-14* MonoDevelop.Ide.CodeCompletion/CompletionData.cs:Mike Krüger
2010-05-27* MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Added bounds check.Mike Krüger
2010-05-27* MonoDevelop.Ide.CodeCompletion/ListWindow.cs:Mike Krüger
2010-05-27* MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'BugMike Krüger
2010-05-18* MonoDevelop.Components/TooltipWindow.cs:Mike Krüger
2010-05-18* MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'BugMike Krüger
2010-05-17* MonoDevelop.Ide.CodeCompletion/ListWindow.cs:Mike Krüger
2010-05-17* MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'BugMike Krüger
2010-05-14* MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Don't use exposeMichael Hutchinson
2010-05-12* MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs:Mike Krüger
2010-05-11* CompletionDataList.cs: fixed warning/removed unecessary method.Mike Krüger
2010-05-11* Makefile.am:Mike Krüger
2010-05-10* MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs:Mike Krüger
2010-05-07* MonoDevelop.Ide.CodeCompletion/ListWindow.cs: only use history forMike Krüger
2010-05-07* MonoDevelop.Ide.CodeCompletion/CompletionListWindow.cs: Fixed 'BugMike Krüger
2010-05-06* MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Fix 'Bug 603344 -Mike Krüger
2010-05-01* MonoDevelop.Ide.CodeCompletion/ListWindow.cs: Add = to the charsMichael Hutchinson
2010-04-30* MonoDevelop.Components/PathBar.cs:Lluis Sanchez
2010-04-30removed debug codeMike Krüger
2010-04-30* MonoDevelop.Ide.CodeCompletion/ListWidget.cs: Did some performanceMike Krüger
2010-04-30* MonoDevelop.Ide.CodeCompletion/ListWindow.cs: Fixed 'Bug 601167 -Mike Krüger
2010-04-28* MonoDevelop.Ide.CodeCompletion/ListWidget.cs:Mike Krüger