5

How can I cause Eclipse's Outline view to do any of the following when displaying the outline for a CSS file:

  1. display a comment
  2. create a collapsible range for a group of CSS rules
  3. anything else?

Thanks

CLARIFICATION: I am not talking about doing code modifications to eclipse. I was wandering if there is already some hidden way to do the said stuff. (like adding a css comment that starts with the word OUTLINE or something similar).

Sam Hasler
  • 12,344
  • 10
  • 72
  • 106
epeleg
  • 10,347
  • 17
  • 101
  • 151

1 Answers1

3

Found myself a workaround :)

Its not perfect but still...

Adding a CSS rule like this:

._________________________ CONTROLS _________________________ {}

shows up in the outline view very nicely.

I guess, if I don't put in too many of them, the runtime effect would be minimal.

bluish
  • 26,356
  • 27
  • 122
  • 180
epeleg
  • 10,347
  • 17
  • 101
  • 151