Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » New code formatter question
New code formatter question [message #119893] Mon, 24 November 2003 10:06
Eclipse UserFriend
Originally posted by: hcs33.egon.gyaloglo.hu

Hi,

I dig into the new code formatter options (DefaultCodeFormatterOptions
class) and noticed that most of our code conventions are supported :).
However I cannot find the possibility to control the behaviour of operations
in logical expressions. Our convention is to leave the logical operations at
the end of line, i.e.:
if (a && b &&
c || dd)
Is there a way to achieve this? If not I will create a feature request for
this, but I want to do it only if the feature is not exist.

Thanks,
Csaba
Previous Topic:Shift_JIS encoding
Next Topic:can't find the JRE
Goto Forum:
  


Current Time: Mon Sep 16 22:24:26 GMT 2024

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

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

Back to the top