Noticed it yesterday too but again, today. I am trying to paste this bit of code:
But it produces this instead:
I suspect some sort of bug fix has broken this as this is now back to TinyMCE behaviour, unfortunately. When Redactor first launched here, it kept indentations via tabs etc. by converting the tabs to 4-5 spaces. Worked great.
I'm using Chrome 28 on Mac OS X Mountain Lion. Haven't tested it on Windows yet.
But it produces this instead:
PHP:
<?php
class YourAddOn_Listener
{
public static function extendThreadController($class, array &$extend)
{
$extend[] = 'YourAddOn_ControllerPublic_Thread';
}
}
I suspect some sort of bug fix has broken this as this is now back to TinyMCE behaviour, unfortunately. When Redactor first launched here, it kept indentations via tabs etc. by converting the tabs to 4-5 spaces. Worked great.
I'm using Chrome 28 on Mac OS X Mountain Lion. Haven't tested it on Windows yet.