[request] tabifier...
It would be great if the parameter types in a method signature were aligned...
public Iterator getChildren(Object parentOID,
OpsTransaction transaction,
Map params)
becomes...
public Iterator getChildren(Object parentOID,
OpsTransaction transaction,
Map params)
what do you think?
请先登录再写评论。
See Project Settings/Code style/Work in Progress/Alignments/Align
multiple parameters.
joe martinez wrote:
I misunderstand you request.
Eugene Karpov wrote:
>> It would be great if the parameter types in a method signature were
>> aligned..
>> public Iterator getChildren(Object parentOID,
>> OpsTransaction transaction,
>> Map params)
>> becomes...
>>
>> public Iterator getChildren(Object??????????? parentOID,
>> ???????????????????????????????????OpsTransaction ?transaction,
>> ???????????????????????????????????Map?????????????????params)
>>
>> what do you think?
Joe,
I have done that in the tabifier version that I'm currently working on (and have not uploaded yet). Not only that, it can align modifiers, e.g.
just as it can in field and variable declarations.
Oooh, and it can do lots of other nifty things, like right-justify integer constants:
Here's a real-life example (I've got commas aligned but that's an option):
I only have to get "new" expressions working (they have unusual syntax possibilities) and I'll be ready to upload it, I think.
-Dave
fantastic!
Can't wait. When's the ETA?
I'm hoping to upload early this week.