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

Key: RSRP-56663
Type: Cosmetics Cosmetics
Status: Open Open
Priority: Normal Normal
Assignee: Ilya Ryzhenkov
Reporter: Corey Kosak
Votes: 0
Watchers: 0
Operations

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

"Generate Constructor" fails to honor right margin

Created: 26 Jan 08 22:55   Updated: 13 Mar 08 22:38
Component/s: Generate Action
Fix Version/s: 4.0
Security Level: Everybody (All jira users)

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


 Description  « Hide
This is ReSharper 3.1
namespace ConsoleApplication2 {
  class Program {
    private string a,b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u,v,w,x,y,z;

    //do Generate Constructor here, select all fields

    //Why is this line not automatically wrapped?  I am forced to ask ReSharper to reflow it
    public Program(string a, string b, string c, string d, string e, string f, string g, string h, string i, string j, string k, string l, string m, string n, string o, string p, string q, string r, string s, string t, string u, string v, string w, string x, string y, string z) {
      this.a=a;
      this.b=b;
      this.c=c;
      this.d=d;
      this.e=e;
      this.f=f;
      this.g=g;
      this.h=h;
      this.i=i;
      this.j=j;
      this.k=k;
      this.l=l;
      this.m=m;
      this.n=n;
      this.o=o;
      this.p=p;
      this.q=q;
      this.r=r;
      this.s=s;
      this.t=t;
      this.u=u;
      this.v=v;
      this.w=w;
      this.x=x;
      this.y=y;
      this.z=z;
    }
  }
}


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