Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » Formatting of comments broken in Keplar (4.3)
Formatting of comments broken in Keplar (4.3) [message #1091317] Wed, 21 August 2013 06:32 Go to next message
Eclipse UserFriend
I have just installed Keplar and PDT

If I format my code using Ctrl-Shift F it breaks my comments

e.g.

Before Formatting

/*
* HISTORY
* 27/02/2012
* created for 6.4
*/

After Formatting

/*
* HISTORY 27/02/2012 created for 6.4
*/

This worked properly in Juno

Is there anything I can do to fix this?
Re: Formatting of comments broken in Keplar (4.3) [message #1091798 is a reply to message #1091317] Wed, 21 August 2013 21:16 Go to previous message
Eclipse UserFriend
It looks like a bug.

It is configurable here.
Preferences>PHP>Code Style>Formatter,
in a profile,
Comments>General settings>Never join lines

This works on PHPDoc comments, but doesn't work on block comments. Since it is a general settings, it should work on both. (same function of JDT works fine)
Previous Topic:Parser error when using GOTO statements
Next Topic:Change launch directory for all files at once
Goto Forum:
  


Current Time: Sun Jul 06 11:32:17 EDT 2025

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

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

Back to the top