Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make InteractiveWindow use HACK_ThemeColorFixer #5435

Merged
merged 1 commit into from
Sep 25, 2015
Merged

Conversation

genlu
Copy link
Member

@genlu genlu commented Sep 24, 2015

@@ -52,6 +52,8 @@ protected override void Initialize()

_componentModel = (IComponentModel)GetService(typeof(SComponentModel));
_interactiveWindowProvider = _componentModel.DefaultExportProvider.GetExportedValue<TVsInteractiveWindowProvider>();
KnownUIContexts.ShellInitializedContext.WhenActivated(() =>
_componentModel.GetService<HACK_ThemeColorFixer>());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@genlu does this change only affect the pop ups?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ManishJayaswal based on the code of HACK_ThemeColorFixer, it affects both tooltip and immediate , although I don't know what an immediate is...

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The "immediate" IClassificationFormatMap that we're updating is for the Immediate Window (eventually mapping down to DefGuidList.guidImmediateWindowFontCategory.

@genlu
Copy link
Member Author

genlu commented Sep 25, 2015

@dotnet-bot retest this, please

@amcasey
Copy link
Member

amcasey commented Sep 25, 2015

👍, assuming you manually verified that it works.

@dpoeschl
Copy link
Contributor

👍

genlu added a commit that referenced this pull request Sep 25, 2015
Make InteractiveWindow use HACK_ThemeColorFixer
@genlu genlu merged commit bcc6f6b into dotnet:master Sep 25, 2015
@genlu genlu deleted the Fix4930 branch September 25, 2015 23:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants