On Fri, 16 Nov 2001, Ara Abrahamian wrote:

> Well, I was playing with these new settings recently and I liked it, so
> I thought I could make it the default and see if any complains :-)

c'mon... we both know you were just trying to find a way to make me come
out of hypernation (o:  

> But if you think it's inappropriate then it's inappropriate, you can
> tune it just don't touch the braces-in-new-line setting, I hate { in
> end of line! 

so do I... maybe my example didn't show what I was complaining about...  I
found it would change:

  public void myMethod()
  {
    String foo;
    // da de da
  }

to

  public void myMethod()
  {
  String foo;
    // da de da
  }

the difference being the indentation of foo... I'm pretty confident that
you agree with this complaint, so I've already "fixed" the settings and
checked it in:

http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/xdoclet/xdoclet/config/.Refactory/pretty.settings.diff?r1=1.4&r2=1.5

> You might be interested to download jrefactory from
> sf.net/projects/jrefectory and use a little gui tool that helps you set
> these settings visually.

ahhh.. thanks.. willdo.  going even further ot... wouldn't it be nice to
have a tool that would convert ideas settings to jrefactory and vice versa
(o:

cheers
dim



_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to