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

Key: RSRP-54005
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Oleg Stepanov
Reporter: Olga Lobacheva
Votes: 0
Watchers: 0
Operations

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

Undo in live templates

Created: 05 Dec 07 19:27   Updated: 15 Apr 08 17:37
Component/s: None
Fix Version/s: 4.5
Security Level: Everybody (All jira users)

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


 Description  « Hide
public void F()
      {
        itar  // Use live template here
      }

And use 'TAB' to skip live templates. Stop in one moment and use undo action. The result is:

public void F()
      {
        for (int  = 0;  < .Length; ++)
        {
            = [];
          
        }
      }


 All   Comments   Work Log   Change History      Sort Order:
There are no comments yet on this issue.