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

Key: IDEABKL-3739
Type: Usability Problem Usability Problem
Status: Open Open
Priority: Normal Normal
Assignee: Unassigned
Reporter: Calum MacLean
Votes: 0
Watchers: 0
Available Workflow Actions

Mark as Stalled
Operations

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

Creating constructor always puts it onto the next line

Created: 01 Aug 06 17:01   Updated: 25 Aug 06 22:01
Component/s: Code Formatting and Code Style
Affects Version/s: None
Fix Version/s: None

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

Build: 5,569
Severity: Medium


 Description  « Hide
If I have the following class:
public class Test
{
    |
}

where | represents the cursor position, and I do Generate Constructor, I end up with the following:

public class Test
{

    public Test()
    {
    }
}

So the constructor goes onto the next line. I find this unintuitive, and frequently have to delete a line.

I find that the same thing happens for e.g. overriding a method. I don't remember this in IDEA 5.1.



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