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
2020-01-15Simplify SearchCategory tags (#9490)Marius Ungureanu
2019-08-21[GlobalSearch] Adds order priority in results based in a rankJose Medrano
2019-02-15Track API changesLluis Sanchez
2016-10-16[Core] Improve performance a bit by using ConfigureAwait(false) on semaphore ...therzok
2016-10-07[Misc] Saner SemaphoreSlim timeout/cancellation handling.therzok
2016-10-07[Misc] Prevent SemaphoreSlim overflowtherzok
2016-10-02[Misc] Add cancellation tokens to SemaphoreSlim.WaitAsync where applicable.Marius Ungureanu
2016-09-25[Ide] Optimize FileSearchCategory initialization.Marius Ungureanu
2016-07-12[Ide] Preallocate FileSearchCategory unique set.Marius Ungureanu
2016-02-04[Ide] Optimise FileSearchCategory cache creationDavid Karlaš
2016-01-26[Ide] Global Search Files Category now caches files so it's much fasterDavid Karlaš
2016-01-19[Ide] Fixed possible null reference exception.Mike Krüger
2015-12-18Merge remote-tracking branch 'origin/master' into roslyn-nogtkshellMarius Ungureanu
2015-12-14[Ide] Remove unnecessary async.Marius Ungureanu
2015-12-14[Ide] Fewer UI thread operations on typing in search.Marius Ungureanu
2015-12-14Merge remote-tracking branch 'origin/master' into roslyn-nogtkshellMarius Ungureanu
2015-12-11Fixed 'Bug 9867 - Shorter aliases for global search'.Mike Krüger
2015-11-17[Ide] Removed unused parameters from constructors.Marius Ungureanu
2015-11-17Fix warningsLluis Sanchez
2015-07-15[Ide] NavigateTo feature is now more fluent.Mike Krüger
2015-06-16[Refactoring] Moved from NR6Pack -> RefactoringEssentials.Mike Krüger
2015-02-20[Ide] Removed ambience system.Mike Krüger
2015-01-12[Ide] Removed NR5 usages. Switched Error system back toMike Krüger
2014-11-21Merge branch 'xs6-editor' into xs6-editor-roslynMike Krüger
2014-11-11Fixed 'Bug 24299 - File appears twice when searching '.Mike Krüger
2014-05-12[Ide] Ported navigation search to roslyn.Mike Krüger
2013-03-27Fixed 'Bug 11434 - Global search list shows "no results" with trailingMike Krüger
2013-03-22[Ide] Removed 'f'for file search categor (only 'file' works - 'f' isMike Krüger
2012-11-05[Ide] Removed unused NavigateToDialog namespace (it's now part of theMike Krüger
2012-10-31[Ide] Create resolved member objects lazy now.Mike Krüger
2012-10-30[Ide] Optimized search categories.Mike Krüger
2012-10-12[Ide] Consistently handle errors in search categoriesAlan McGovern
2012-10-12[Ide] Ensure that searching is always cancelled ASAPAlan McGovern
2012-09-28[Ide] Fix some warningsLluis Sanchez
2012-09-20[Ide] Switched matching algorithm for the other categories as well.Mike Krüger
2012-09-19[UIRefresh] Implemented navigate to command tags/Fixed 'Bug 7059 - OnMike Krüger
2012-06-28[UIRefresh]Made the toolbar internal.Mike Krüger
2012-06-04[IDE] UI-Refresh: Worked on search results widget & added file searchMike Krüger