all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Lobotimze Java mode indentation engine?
@ 2003-07-29 12:05 Kai Großjohann
  2003-07-29 12:26 ` Klaus Berndl
  0 siblings, 1 reply; 5+ messages in thread
From: Kai Großjohann @ 2003-07-29 12:05 UTC (permalink / raw)


I think it might be useful, for consistency with others, to frob the
Java indentation settings such that a line after an open paren is
indented as + or ++ instead of aligning with the open paren.

Maybe it would be even more useful if this only happened if the open
paren was the last thing on a line, whereas the existing behavior
stays if there is stuff after the open paren.  This way, I could get:

some_function(first_arg,
              second_arg);
some_really_long_function_name_with_args_on_next_line(
    first_arg,
    second_arg);

Ideas?
-- 
~/.signature

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2003-07-29 16:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-29 12:05 Lobotimze Java mode indentation engine? Kai Großjohann
2003-07-29 12:26 ` Klaus Berndl
2003-07-29 13:54   ` Kai Großjohann
2003-07-29 14:07     ` Klaus Berndl
2003-07-29 16:14       ` Kai Großjohann

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.