Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 393093

Summary: Use single CSS file for default theme
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: antonm, mamacdon, Silenio_Quarti
Version: 1.0   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-10-29 15:59:54 EDT
There are currently 3 separate CSS files picked up by the Orion IDE that contribute to the editor styling:

1. org.eclipse.orion.client.editor/web/orion/textview.css
2. org.eclipse.orion.client.editor/web/orion/editor/default-theme.css 
  (contributes textmate/codemirror rules -- this is how HTML files are styled)
3. org.eclipse.orion.client.editor/web/examples/textstyler.css 
  (contributes styles for the TextStyler -- which handles CSS/JS/Java)

To ease theming the editor, the rules from these files should be copied into 1 CSS file that we can use as a starting point for more theming work in 2.0M1.

The original files can stay in the editor bundle as sample code but the Orion IDE will not use them.
Comment 1 Mark Macdonald CLA 2012-10-29 16:11:00 EDT
oh, and 
4. org.eclipse.orion.client.editor/web/examples/editor/htmlStyles.css