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-02-22Merge remote-tracking branch 'origin/master' into release-8.0Lluis Sanchez
2019-02-21[MEF] Fix possible issue where generated code assemblies cause a mef … (#7199)Marius Ungureanu
2019-02-16First pass at obsoleting old editor APIsMikayla Hutchinson
2019-02-12[Ide] Remove ILoggingServiceInternal implementationMatt Ward
2019-02-08Merge remote-tracking branch 'origin/master' into release-8.0therzok
2019-02-06Start using shared project RoslynIntegration from vs-editor-core which includ...David Karlaš
2019-02-01[NewEditor] Add support for handling/displaying roslyn Find References comman...David Karlaš
2019-01-31[MEF] Track any exceptions on writing the cache, as it's importanttherzok
2019-01-31[MEF] Add metadata about referenced assemblies into the MEF cache (#6785)Marius Ungureanu
2019-01-25[Ide] Remove more classes that shouldn't be hereMikayla Hutchinson
2019-01-25Merge remote-tracking branch 'origin/master' into pr-sandy-md-masterSandy Armstrong
2019-01-21[Composition] Unify counters and make data processable (#6938)Marius Ungureanu
2019-01-19Replace IMimeToContentTypeRegistryService usage with MimeTypeCatalogMikayla Hutchinson
2019-01-18Factor TextEditor from shared project to base projectMikayla Hutchinson
2019-01-12Experiments: Enable async completion when using new editorSandy Armstrong
2019-01-11[Ide] More API trackingMikayla Hutchinson
2019-01-11[Ide] More API trackingMikayla Hutchinson
2018-12-11Fix MEF issues.Kirill Osenkov
2018-12-11More balancing of editor references.Kirill Osenkov
2018-11-30Introduced MonoDevelop.TextEditor.Cocoa.csproj and MonoDevelop.TextEditor.Sha...David Karlaš
2018-11-30Fix compiling on non-Windows OSDavid Karlaš
2018-11-30Move a few VS Editor stub types from SourceEditor to Ide.Kirill Osenkov
2018-11-27Comment out types also present in VS editor.Kirill Osenkov
2018-11-20Rename ITextEditorFactoryService -> ITextEditorInitializationService.Kirill Osenkov
2018-11-15Make sure the LoggingServiceInternal stub doesn't throw.Kirill Osenkov
2018-11-15Add LoggingServiceInternal, ObscuringTipManager.Kirill Osenkov
2018-11-15Add PeekResultFactory.Kirill Osenkov
2018-08-21Rename to EditorExperimentationServiceInternal.cs.Kirill Osenkov
2018-08-21Update VS Editor to 15.8.Kirill Osenkov
2018-07-18[MEF] Change the API around GetExports a bit so we don't hit the composition ...therzok
2018-07-13[Ide] Make MefControlCache serializable fields requiredMikayla Hutchinson
2018-07-13[Ide] Fix crash in MEF cache deserializationMikayla Hutchinson
2018-07-05[CompositionManager] Add APIs that return lazily evaluated exportstherzok
2018-06-05[Ide] Fix a bunch of warningsMikayla Hutchinson
2018-05-08Switched from RoslynClassificationHighligthing to TagBasedSyntaxHighlighting ...David Karlaš
2018-05-08[MEF] Enable caching for all the casestherzok
2018-05-08[MEF] Better reporting of what's being loadedtherzok
2018-05-08Previous PR feedbacktherzok
2018-04-26[MEF] Disable cache behind an env var. Currently breaks code issue/action tests.therzok
2018-04-26[Misc] Remove test forced not to write cache and fix static instancestherzok
2018-04-26[MEF] Add cache assembly location injection faulting.therzok
2018-04-26[MEF] Switch cache control file to JSON so we don't ship public types for the...therzok
2018-04-26[Tests] Don't serialize MEF cache. Also refactor tests a bittherzok
2018-04-26[Tests] Fix sharing violation. Move cache write out of discoverytherzok
2018-04-26Fix potential race when adding exit eventstherzok
2018-04-26More teststherzok
2018-04-26Refactor code so it's testable and add unit teststherzok
2018-04-26[MEF] Refactor caching logic so it is testabletherzok
2018-04-26[MEF] Add waiting for the save task when closingtherzok
2018-04-26[MEF] Implement caching based on assembly write time invalidationtherzok