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
2019-10-29Fix exception caught while debuggingDavid Karlaš
2019-09-20Fix breakpoints inside .cshtml files.Kirill Osenkov
2019-09-18Fixes focus navigation history when document is closedJose Medrano
2019-09-18Fixes current line and column in TextFileNavigationPointJose Medrano
2019-09-13Updating TaskStore to ignore Display Bindings when navigating to errors.Anže Vodovnik
2019-06-28Fix 935197: Exception in TextFileNavigationPoint.OnDocumentClosingDavid Karlaš
2019-06-18Set forActiveView=true when calling GetContentDavid Karlaš
2019-06-18Fix 801652: New Editor: broken history of references navigation main/src/addi...David Karlaš
2019-05-08Fix scope of GetContent() for several viewsLluis Sanchez
2019-03-21Fix some service initialization issuesLluis Sanchez
2019-03-21Track API changesLluis Sanchez
2019-03-21Merge branch 'new-service-model' into new-doc-modelLluis Sanchez
2019-03-21Merge remote-tracking branch 'xamarin/master-vnext' into new-service-modelLluis Sanchez
2019-03-15[Ide] Fix navigation history skipping filesMatt Ward
2019-03-05Update TextFileNavigationPoint.csMike Krüger
2019-03-04Fixes VSTS Bug 803041: TextEditor causes System.ArgumentException:Mike Krüger
2019-02-18Track API changesLluis Sanchez
2019-02-16First pass at obsoleting old editor APIsMikayla Hutchinson
2019-02-15Track API changesLluis Sanchez
2019-02-15Convert several IDE services into Service instancesLluis Sanchez
2019-01-15[Ide] Allow logging navigation points directlyMikayla Hutchinson
2019-01-15[Ide] Remove dead code from NavigationHistoryServiceMikayla Hutchinson
2017-10-27[Ide] Actually fixup navigation history service notifications.therzok
2017-10-27[Ide] Proper fix to NavigationHistoryService rename notifications.therzok
2017-10-27CID114466/113990 - Fix wrong bit wise assigment causing nav history to never ...therzok
2017-05-09Merge pull request #2325 from mono/master-navpointfixMike Krüger
2017-05-09[Ide] Fix bug with last closed tab.Marius Ungureanu
2017-05-09[Perf] Fix editor leaking via NavigationHistoryService.Marius Ungureanu
2017-05-09[Ide] Set version to null. Was missing in earlier commit.Mike Krüger
2017-05-04Revert "Merge remote-tracking branch 'origin/huge-leak-fixes-proper-rebased'"Alan McGovern
2017-05-04[Perf] Address PR feedback.Marius Ungureanu
2017-05-03[Ide] Fix bug with last closed tab.Marius Ungureanu
2017-05-03[Perf] Fix editor leaking via NavigationHistoryService.Marius Ungureanu
2017-05-03[Ide] TextFileNavigation points remove text source version on documentMike Krüger
2017-04-25Fixed 'Bug 55460 - Show Next / Previews commands don't open files inMike Krüger
2016-07-01Fixed 'Bug 42173 - "Navigate Back" command does not restore preciseMike Krüger
2016-04-13[Mac] Add file icons to navigation history menuVsevolod Kukol
2015-11-25Asynchronize document load and save operationsLluis Sanchez
2015-08-25Merge branch 'master' into roslynLluis Sanchez
2015-08-23[Ide] Simplify navigation service rename searchmonodevelop-5.10.0.609Marius Ungureanu
2014-11-20Merge branch 'master' into xs6-editorMike Krüger
2014-11-10Avoid crash in history serviceLluis Sanchez
2014-06-30[Ide] Removed IEditableTextFile and usages.Mike Krüger
2014-06-27Merge branch 'master' into retina-editorMike Krüger
2014-05-05[NavigationHistory] Clear closed history.Marius Ungureanu
2014-04-04[API] More API removal.Ungureanu Marius
2014-04-02[Ide] Added basic text editor model.Mike Krüger
2013-09-12Fixed 'Bug 14574 - Find references not finding a constructor usage' /Mike Krüger
2013-08-15Fixed 'Bug 13991 - Go to declaration does not go to correct locationMike Krüger
2013-08-03Fixes for a bunch more compile warningsJeffrey Stedfast