Skip to main content



      Home
Home » Newcomers » Newcomers » indenting method arguments
indenting method arguments [message #266187] Mon, 10 November 2008 13:33
Eclipse UserFriend
Originally posted by: REMOVEdanielTHISPART.fgm.com

Can Eclipse's Java formatter handle indenting in this style

someMethod( arg1,
arg2,
arg3 ...

as well as in this style:

...someMethod(
arg1,
arg2,
arg3 ...

at the same time?


That is:
- if the user puts the first argument on initial line, just align subsequent
argument lines at the column of the first argument; and
- if the user puts the first argument on a new line, indent that line one
level deeper than the previous statement (still aligning subsequent
argument lines at the column of the first argument).

Thanks,
Daniel
Previous Topic:do not create class file after clicking "Build Automatically"
Next Topic:running myProc.jar in debug mode has the "source not found"
Goto Forum:
  


Current Time: Wed May 07 13:25:21 EDT 2025

Powered by FUDForum. Page generated in 0.09887 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top