Reporter | Brian Chavez (bchavez) |
---|---|
Created | Jul 4, 2011 4:30:17 AM |
Updated | Jan 17, 2012 11:34:59 PM |
Priority | Major |
Type | Usability Problem |
Fix versions | No Fix versions |
State | Submitted |
Assignee | Slava Tutushkin (slava.tutushkin) |
Subsystem | UI - Popup Lists |
Affected versions | 6.0 |
Fixed in build | No Fixed in build |
On a Windows 7 / VS2010 system running the following settings:
Completion Appearance: Visual Studio IntelliSense font
MatchingResult.HighlightMatchingSymbols() marks results with Color.Blue.
This is a problem on Windows Classic Theme because Selected Item color is BLUE, which leads to a serious conflict in the R#6 IntelliSense highlight as shown here:
http://devnet.jetbrains.net/thread/305501
or
or
- ReSharper - Options: IntelliSense > General:
Completion Appearance: Visual Studio IntelliSense font
- My Windows 7 Theme Settings:
- Using Visual Studio 2010 RTM
MatchingResult.HighlightMatchingSymbols() marks results with Color.Blue.
This is a problem on Windows Classic Theme because Selected Item color is BLUE, which leads to a serious conflict in the R#6 IntelliSense highlight as shown here:
http://devnet.jetbrains.net/thread/305501
Viable Solutions:
- Please allow the user to select the matching color.
or
- Please allow the user to select the Selected Item background color if possible.
or
- Allow ListItemPainter to be extensible for us to replace your implementation via PlugIn.