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

Key: IDEA-16572
Type: Usability Problem Usability Problem
Status: Open Open
Assignee: Maxim Shafirov
Reporter: Calum MacLean
Votes: 1
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

Complete Current Statement doesn't work when at the beginning of the statement

Created: 30 Nov 07 14:15   Updated: 30 Nov 07 14:18
Component/s: Editor. Code Completion

Build: 7,576
Severity: Medium


 Description  « Hide
If you're at the beginning of a statement and invoke Complete Current Statement, the statement doesn't complete.
For example:
public class Test
{
    public static void main(String[] arg)
    {
        System.out.println()
    }
}

If the current is immediately before the "S", Complete Current Statement puts a line before the statement instead of completing it.
I think it should complete it, as this is what you'd expect.



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