Reporter | Sergey Kuks (coox) |
---|---|
Created | Apr 12, 2018 8:45:53 PM |
Updated | Apr 14, 2018 3:57:12 PM |
Subsystem | Internals |
Assignee | Alexander Petrovsky (apetrov2) |
Priority | Normal |
State | Submitted |
Type | Bug |
Fix version | No Fix versions |
Affected versions | No Affected versions |
Fixed In Version ReSharper | Undefined |
VsVersion | All Versions |
for some reason in C++ file is shared between 2 projects and it is open in the editor in a context of one file a message box 'The document is already shown' will pop up on navigation to a different context.
STR:
Scenario 2
STR:
- open .cpp file
- put caret on foo and call go to base
- open another .cpp file
- perform the same navigation. This should work after my fix
Scenario 2
- modufy but don't save shared .h so foo is still there
- repeat steps from STR. Navigation should perform and .h will be saved (no changes lost)