Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Block comment format feature disappeared(Auto formatting of /** xxxxx xxxx **/ changed or missing)
Block comment format feature disappeared [message #693727] Thu, 07 July 2011 05:33 Go to next message
Peter Weston is currently offline Peter WestonFriend
Messages: 1
Registered: July 2011
Junior Member
In a previous version of Eclipse (perhaps 3.2) there was a Java block comment formatting feature that took a comment of the form:
/** This is a comment of the form slash-star-star and finishing with slash-star-star
  **/


and when selected, and the format code menu was envoked, it would produce the following formatting:

 /*******************************************************************
   This is a comment of the form slash-star-star and finishing with 
   slash-star-star
   *******************************************************************/


I really liked this feature!

Is there someway to re-enable this comment formatting feature?

Re: Block comment format feature disappeared [message #695803 is a reply to message #693727] Tue, 12 July 2011 14:36 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 07.07.2011 07:33, Peter Weston wrote:
> In a previous version of Eclipse (perhaps 3.2) there was a Java block
> comment formatting feature that took a comment of the form:
I don't think this was part of the official Eclipse SDK.

Dani
>
> /** This is a comment of the form slash-star-star and finishing with
> slash-star-star
> **/
>
>
> and when selected, and the format code menu was envoked, it would
> produce the following formatting:
>
>
> /*******************************************************************
> This is a comment of the form slash-star-star and finishing with
> slash-star-star
> *******************************************************************/
>
>
> I really liked this feature!
>
> Is there someway to re-enable this comment formatting feature?
>
>
Previous Topic:Accented Character confusion
Next Topic:no view error after download project from svn
Goto Forum:
  


Current Time: Tue Apr 23 16:25:05 GMT 2024

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

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

Back to the top