using php highlighting, the following causes a problem:
echo 'some text (highlighted green) <some html tags>
some more text < !!! everything after the first "<" that
isnt on the first line is not highlighted, which basically
means that every bit of code after this occurance is
highlighted incorrectly.';
copy the above into Dev-PHP-SE and you'll see what I
mean.
It makes doing anything that prints HTML quite hard,
because it means we need to use " instead (because
there are no problems with using those) and in turn have
to \ slash all the html stuff...
I'd personally consider this a high priority bug as it
probably isnt that hard to fix and makes the software
nearly un-usable for html printing software...
Other than that, great job =D
-Tom "Tyris" Graham
tyris[at]square-cubed.com
Logged In: YES
user_id=639203
Version 2.0.4 will be correct.
See the Attached File
Logged In: NO
awesome! =D
thanx a heap!
cant wait for next version ^^
any ideas when we can expect it?