Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Problems with indent level using multiline comments
Problems with indent level using multiline comments [message #50296] Tue, 11 September 2007 15:36
Eclipse UserFriend
Originally posted by: joachim.altenhein.mikado.de

Hello,

i have a strange problem with the indent functionallity (format:
CRTL-SHIFT-F).

Each time i have a multi line comment the next function is indented one
additional space. On larger files documented with phpdoc this is a real
problem.

Any help? (PDT Feature 1.0.0.v20070816-79--...)

Thank

Achim

Example:

<?php

/**
* test 1
*/

function test1()
{
print "x";
}

/* test 2 (now with 2 blanks)
*/

function test2()
{
print "x";
}

?>
Previous Topic:Update site not updated
Next Topic:different line numbers in xdebug view
Goto Forum:
  


Current Time: Fri Apr 26 09:02:00 GMT 2024

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

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

Back to the top