hi

thanks for this module :)

i have found a bug with codemirror
i am using the patch for ajax loaded textarea in views configuration,
and the external files can't be loaded because of the file path : en/sites/all/modules/contrib/colorer/codemirror/css/xmlcolors.css

on line 56 of colorer.module i changed
$module_url = url($module_path);
by
$module_url = base_path().$module_path;
and now it's working

Comments

EndEd’s picture

When i use this change i can see the EditArea editor for ajax loaded textarea like the Configure visibility rule PHP for a pane but when i tried to save the rule it dont save my code, at least with the EditArea editor active. If I disable colorer and use the normal drupal texarea it works and save my code. Also If i dont use your changes I dont see the EditArea editor in panels and i supose neither in views.