[Phpmyadmin-devel] removing a transformation in 4.1

Hi, any objection to remove the text/plain: Sql transformation? It's used to pretty-print SQL code located inside a column. Not sure this is much used and we would have to adapt this to use CodeMirror. -- Marc Delisle http://infomarc.info

Hi Dne Sun, 26 May 2013 11:08:44 -0400 Marc Delisle <marc@infomarc.info> napsal(a):
any objection to remove the text/plain: Sql transformation? It's used to pretty-print SQL code located inside a column.
Not sure this is much used and we would have to adapt this to use CodeMirror.
It can just wrap the content with HTML tags to trigger CodeMirror, no need to remove it IMHO. -- Michal Čihař | http://cihar.com | http://phpmyadmin.net

Michal Čihař a écrit :
Hi
Dne Sun, 26 May 2013 11:08:44 -0400 Marc Delisle <marc@infomarc.info> napsal(a):
any objection to remove the text/plain: Sql transformation? It's used to pretty-print SQL code located inside a column.
Not sure this is much used and we would have to adapt this to use CodeMirror.
It can just wrap the content with HTML tags to trigger CodeMirror, no need to remove it IMHO.
Done, thanks for the hint. -- Marc Delisle http://infomarc.info
participants (2)
-
Marc Delisle
-
Michal Čihař