Menu

#3724 CSS edit mode doesn't escape quotes inside method call

minor bug
closed-fixed
nobody
5
2015-08-08
2012-07-24
Damien
No

Given a bit of CSS like this

.className {
background-image: url('{!URLFOR($Resource.images)}/desired_image.png');
}

the closing paren after $Resource.images is detected as matching the opening paren for url(), which screws up syntax highlighting for the rest of the file.

Tested with jEdit 4.5.

Discussion

  • Dale Anson

    Dale Anson - 2015-08-08
    • status: open --> closed-fixed
    • Group: --> minor bug
     
  • Dale Anson

    Dale Anson - 2015-08-08

    This is fixed, I don't know when, probably the patch from Marc Häfner in December, 2012.

     

Log in to post a comment.