hi
I use ultraedit for my php-scripting an was wondering, if there is the possibility to collapse long strings that strech to multiple lines.
example:
now it is quite annoying to have all this stuff there and not being able to collapse it. so is there a solution for my problem?
greez
wombat
I use ultraedit for my php-scripting an was wondering, if there is the possibility to collapse long strings that strech to multiple lines.
example:
Code: Select all
$txt[inst_step0] = '...much stuff ...
...*even more stuff* ...
...*about 50 lines later* ';
greez
wombat