thegooglecodearchive / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 1 forks source link

[codebrowser] Improve CSS parsing #127

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What Plugin does this relate to?

CodeBrowser

What version of the Plugin?

0.9

What steps will reproduce the problem?

Put some CSS code and save the file. 

What is the expected output?

All the CSS selectors should be parsed and listed correctly, keeping the
child/descendant relationship when needed

What do you see instead?

- Elements (body, p, etc) are not listed at all
- Children and descendants are listed as standalone classes and ID's but
named as their parents

What version of Editra are you using? On what operating system?

0.5.05 - Ubuntu Jaunty

Please provide any additional information below.

Original issue reported on code.google.com by ral...@gmail.com on 28 Sep 2009 at 6:54

Attachments:

GoogleCodeExporter commented 9 years ago
Have been meaning to come back to this for quite some time. The current parser 
was
just a simple first best effort attempt. There are much better library 
facilities
available now so it should be fairly easy to improve upon.

Original comment by CodyPrec...@gmail.com on 28 Sep 2009 at 1:32

GoogleCodeExporter commented 9 years ago
Most of these issues should be corrected in the next version of the plugin 1.1.

Closing this issue as fixed but there are still some quirks and room for 
improvement.
So feel free to open additional bug reports as the become apparent after 
testing on 1.1.

Original comment by CodyPrec...@gmail.com on 6 Jun 2010 at 1:52