PHP Formatter more Options for Wrap lines longer...

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
User avatar
honig
Posts: 11
Joined: Mon Nov 21, 2005 12:37 pm
Contact:

PHP Formatter more Options for Wrap lines longer...

Post by honig »

Hallo
I like the new PHP Formatter very much, but I miss an option.
I use “Wrap lines longer than …” and if I have an echo or print command or a var. the result looks like this

Code: Select all

echo “Hallo this is a testline”.
“After a break no intents are available”;
This code is confusing if the code is big.
Is there a way to make an Indent after a line break for echo print and vars?

Code: Select all

echo “Hallo this is a testline”.
     “after a break no intents are available”;
Greetings Ho-Nig
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Re: PHP Formatter more Options for Wrap lines longer...

Post by notuo »

+1
Post Reply