From: SourceForge.net <no...@so...> - 2004-01-22 12:29:47
|
Bugs item #877547, was opened at 2004-01-15 14:19 Message generated for change (Comment added) made by cell You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=877547&group_id=97094 Category: Editor Group: Release 0.0.2 Status: Open Resolution: Accepted Priority: 5 Submitted By: Christopher Lenz (cell) Assigned to: Christopher Lenz (cell) Summary: Incorrect syntax highlighting for seemingly escaped comments Initial Comment: In CSS fragments such as the following: /* Hide from MacIE5 \*/ #info { float: right } /* */ the whole line is highlighted as a comment, even though the backslash should not escape the termination of the comment. This above trick is commonly used to hide CSS from IE 5 on the Macintosh, but other browsers correctly see the first comment termination and interpret the rule. ---------------------------------------------------------------------- >Comment By: Christopher Lenz (cell) Date: 2004-01-22 13:29 Message: Logged In: YES user_id=10889 wittyboy, I'm not aware of the ZIP missing any resources. If you are sure you're seeing a problem, please submit a NEW bug report (don't just add a comment to this one, as this is a completely unrelated issue), and provide more details about what files you think are missing, what version you downloaded, what platform and unzip program you're using etc. ---------------------------------------------------------------------- Comment By: Kylin (wittyboy) Date: 2004-01-22 11:56 Message: Logged In: YES user_id=783390 i think you lost some file in the zip file .such as csseditor properties file,some images and schema of extension. i install the plugin ,and many error ,i add them myself (it can run ,but i did not know whether they are right) To the author of csseditor : can you add the lost file ,thanks. ---------------------------------------------------------------------- Comment By: Christopher Lenz (cell) Date: 2004-01-16 20:34 Message: Logged In: YES user_id=10889 Let's try that again: reference is: http://www.w3.org/TR/CSS21/ syndata.html#q6 ---------------------------------------------------------------------- Comment By: Christopher Lenz (cell) Date: 2004-01-16 20:33 Message: Logged In: YES user_id=10889 Note quite sure about the exact rules yet... Reference is <http:// www.w3.org/TR/CSS21/syndata.html#q6>. ---------------------------------------------------------------------- Comment By: Christopher Lenz (cell) Date: 2004-01-16 20:05 Message: Logged In: YES user_id=10889 Note that the parser does get this right, and the #info {...} rule is displayed as expected in the outline. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=616963&aid=877547&group_id=97094 |