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
2011-10-29Update GTK smooth scrolling support and enable itMichael Hutchinson
2011-10-28[Ide] Use mouse scroll delta for velocity in list windowsMichael Hutchinson
2011-10-18[Ide] Make sure the completion-list window shows up on the correct monitorJeffrey Stedfast
2011-10-18Revert "[MonoDevelop.Ide, Mono.TextEditor] Fixes for multi-monitor window pos...Jeffrey Stedfast
2011-10-11[MonoDevelop.Ide, Mono.TextEditor] Fixes for multi-monitor window positioningJeffrey Stedfast
2011-08-30Fix for bug #447. Take MacOSX dock into consideration for popup menus and com...Jeffrey Stedfast
2011-08-26Fixed 'Bug 437 - Can't use emacs keys to navigate when autocompleteMike Krüger
2011-05-10Completion data can now do more complex actions / moved the skipcharMike Krüger
2011-05-06Fixed a bug in the completion event chain.Mike Krüger
2011-03-30Improved delegate completion.Mike Krüger
2011-03-22Implemented 'Bug 680964 - C# completion should select enums when possible'.Mike Krüger
2011-03-22Added some code completion commit chars.Mike Krüger
2011-02-27[Ide] Don't hide explicitly triggered completion list when word deletedMichael Hutchinson
2011-02-01Removed static storage of the completion widget in the parameterMike Krüger
2010-11-01Implemented 'Bug 601031 - Shift-enter in Import Symbol list to insertMike Krüger
2010-11-01Fixed 'Bug 650286 - Shift-Home does not work with code completionMike Krüger
2010-10-29Fixed 'Bug 650042 - Up/down in suggestion mode should enable list'.Mike Krüger
2010-10-22Fixed 'Bug 648472 - Description ToolTip does not appearMike Krüger
2010-10-21Fix warningsMichael Hutchinson
2010-10-07Fixed 'Bug 644246 - Space or punctuation to commit sometimes fails'.Mike Krüger
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