Search found 4 matches

by mikaudio
Thu Aug 21, 2014 7:20 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: HTML behaviour inside echo "***"
Replies: 2
Views: 2301

Re: HTML behaviour inside echo "***"

Yes, but sometimes it's like too much "switching" php off and on. E.g. at the end of a loop just for a closing bracket. <? while (something) { echo "Html with $variables..."; } ?> Or <? while (something) { ?> Html with <?= $variables?>... <? } ?> What is better for the parser anyway? What ist good ...
by mikaudio
Thu Aug 21, 2014 12:22 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: HTML behaviour inside echo "***"
Replies: 2
Views: 2301

HTML behaviour inside echo "***"

Hi folks,

my FR:
Switch to HTML highlighting and autocomplete inside the double quotes of an echo statement.
Maybe with a different background color to avoid confusion.

Thanks
</Mike>
by mikaudio
Wed Sep 12, 2012 2:29 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Syntax inside echo "...."
Replies: 1
Views: 1834

Syntax inside echo "...."

Hi developers,

wouldn't it be possible to treat text inside an echo statement as HTML?
I mean syntax highlighting AND autocomplete. Maybe with a different background color. Variables should be shown in the php-way though.

Thanks

Mike
by mikaudio
Wed Sep 12, 2012 1:49 pm
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Feature Requests
Topic: Change Syntax-Highlight Order
Replies: 6
Views: 5647

Re: Change Syntax-Highlight Order

What if you put line# 9 after line# 10, into an echo""; statement (in your screenshot)?
Does it work anyway?