Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Formatter: Prevent comment manipulation??(Formatter: Prevent comment manipulation??)
Formatter: Prevent comment manipulation?? [message #1818120] Fri, 06 December 2019 09:31
Jan Marti is currently offline Jan MartiFriend
Messages: 1
Registered: December 2019
Junior Member
How to prevent that?

/*
if($isWriteable)
{
echo "WRITEABLE";
}
else
{
echo "NOT WRITEABLE";
}
*/


comments should ne be changed by formatter, original is:

/*
if($isWriteable)
{
echo "WRITEABLE";
}
else
{
echo "NOT WRITEABLE";
}
*/


Formatter options: h t t p s : / / i.ibb.co/sb9HTFS/Unbenannt.png (also attached as file attachement)


And why i can't change the option "Never format unknown tags" ?? (pls look at the screenshot!!)


thx for feedback,
jan
Previous Topic:Project import from Mars to Orion - Variable never used or undefined
Next Topic:Weird debug issue
Goto Forum:
  


Current Time: Sat Apr 27 03:04:07 GMT 2024

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

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

Back to the top