Community
Participate
Working Groups
Build Identifier: Version 0.3M1 With the syntax highlighting possibilities, the editor is already skinnable by applying different Stylesheets. See also Bug <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=334212">334212</a>. Although the ruler columns (line number, annotation, overview) are not skinnable, since there are no CSS-classes used. The styles are set directly from javascript code, where e.g. the background color is hardcoded to white. See file bundles/org.eclipse.orion.client.editor/web/orion/editor/editorFeatures.js and search for "#ffffff". I suggest to use CSS classes for the ruler columns, where own styles can be defined via a .css file. Reproducible: Always
Note the rulers (in textview land) supports this already, see org.eclipse.orion.client.editor/web/examples/textview/demo.js
Yes, you're right! The issue is resolved for me.
Reopening, since we should use class names on the editor's rulers rather than hardcoded styles. This will let you customize the ruler styles by passing an additional stylesheet in the editor's textViewFactory. Comment 1 points out that you can achieve the same effect by creating the rulers yourself, but that requires overriding all the editor's *rulerFactories. I think the CSS approach will be easier.
Released as http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=f14f592866b12b1b80340e01071c48261efdf0b5