History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: RSRP-31201
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Alexander Zverev
Reporter: Valentin Kipiatkov
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
ReSharper

Code preview: Virtual Space should be on when it's on in VS editor's settings

Created: 03 Nov 06 21:39   Updated: 17 Mar 08 13:14
Component/s: UI - Tree Model Browser
Fix Version/s: Future Versions
Security Level: Everybody (All jira users)

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown


 All   Comments   Work Log   Change History      Sort Order:
Andrey Simanovsky - 14 Nov 06 16:28
VSTextControlSchemeManager.myScheme should have IsVirtualSpace set to VS setting.

Dmitry Shaporenkov - 16 Nov 06 20:50
I'm missing why it is critical

Dmitry Shaporenkov - 16 Nov 06 21:16
The problem is that the option depends on the particular language and may be enabled separately for each language. So Code Preview actually needs to create a text control with the scheme depending on the language of the file it has been asked to show. The value of the option needs to be retrieved at the moment the scheme is created, and there should be an extra API between Code Preview and VS integration for this.