Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » eclipse formatter and comments (/* */)(stop eclipse from chaging the comments!)
eclipse formatter and comments (/* */) [message #787993] Wed, 01 February 2012 08:07 Go to next message
baba smith is currently offline baba smithFriend
Messages: 2
Registered: February 2012
Junior Member
hi
how you make eclipse NOT to convert something like:
/*
blah ...
blah ...
blah...
*/

to:
/*
* blah ...
* blah ...
* blah...
*/

(not the javadoc comments)
??

i looked in the formatter's settings but could find

any help?
thanks!
Re: eclipse formatter and comments (/* */) [message #788066 is a reply to message #787993] Wed, 01 February 2012 10:06 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 01.02.2012 09:07, baba smith wrote:
> hi
> how you make eclipse NOT to convert something like:
> /*
> blah ...
> blah ...
> blah...
> */
>
> to:
> /*
> * blah ...
> * blah ...
> * blah...
> */
>
> (not the javadoc comments)
> ??
>
> i looked in the formatter's settings but could find

Disable block comment formatting.

Dani

>
> any help?
> thanks!
Re: eclipse formatter and comments (/* */) [message #788137 is a reply to message #788066] Wed, 01 February 2012 11:46 Go to previous message
baba smith is currently offline baba smithFriend
Messages: 2
Registered: February 2012
Junior Member
thanks!
Previous Topic:Using JavaFX 2.0 in an Eclipse view
Next Topic:Overwrite an Existing Resource
Goto Forum:
  


Current Time: Thu Sep 19 15:45:42 GMT 2024

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

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

Back to the top