product catalog occurrenceIndicationColor [message #1795578] |
Tue, 25 September 2018 09:26  |
Eclipse User |
|
|
|
product setup file problem
/instance/org.eclipse.ui.editors/lineNumberRuler is set
but
/instance/org.eclipse.ui.editors/occurrenceIndicationColor is not set
why????
- Where is my posting ???
- I cannot paste the product .setup file here.
|
|
|
Re: product catalog occurrenceIndicationColor [message #1795696 is a reply to message #1795578] |
Wed, 26 September 2018 23:35   |
Eclipse User |
|
|
|
Marcus, how did you create the preference task?
The easiest way to create a preference task is to use the Record Preferences toolbar button while editing your *.setup. But I'm not sure where you find this specific preference, occurrenceIndicationColor , in the dialog. A related one for JDT's write access occurrences would look like this:<?xml version="1.0" encoding="UTF-8"?>
<setup:CompoundTask
xmi:version="2.0"
xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:setup="http://www.eclipse.org/oomph/setup/1.0"
name="org.eclipse.ui.workbench">
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.ui.workbench/org.eclipse.jdt.ui.ColoredLabels.writeaccess_highlight"
value="237,208,150"/>
</setup:CompoundTask>
Yes, documentation could be improved, but more often than not, people don't read it anyway, even if its presented to them directly in the IDE's help...
|
|
|
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.05130 seconds