Project
ReSharper
Priority
Show-stopper
Type
Bug
Fix versions
4.5.1
State
Fixed
Assignee
Sergey Coox
Subsystem
No subsystem
Affected versions
No Affected versions
Fixed in build
5.0.1612.107  
  • Created by   Igal Tabachnik
    2 years ago (22 Apr 2009 12:24)
  • Updated by   Igal Tabachnik
    2 years ago (21 May 2009 21:17)
  • Jira: RSRP-104653
    (history, comments)
 
RSRP-104653 Incorrect Ctrl-Delete behavior when "Use CamelHumps" mode is enabled.
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
This bug was reported by me a while ago (RSRP-84987), and it was closed. However, the issue still exists. If the braces are on the next line, and I'm trying to Ctrl-Delete to bring the opening brace to the current line, both braces are deleted.

Issue was closed
Comments (1)
 
History
 
Linked Issues (?)
 
TeamCity Changes (0)
 
Kirill Falk
  Kirill Falk
21 May 2009 17:19
2 years ago
Enable CamelHumps option.
void Foo()
{
    foreach (char c in myString) {caret} //invoke Ctrl-Delete here
    {      
    }
}
void FFF()
{
}