Show the Oomph-Toolbar per default [message #1747118] |
Wed, 09 November 2016 16:13 |
|
Hello,
I want the oomph-toolbar to be present by default on my products. I tried a PreferencesTask with the key
key="/instance/org.eclipse.oomph.setup.ui/showToolBarContributions"
but this wasn't successfull.
Did I do something wrong?
"Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live" - John Woods
|
|
|
Re: Show the Oomph-Toolbar per default [message #1747125 is a reply to message #1747118] |
Wed, 09 November 2016 18:01 |
|
I configure my Oompu UI with these tasks:
<?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.oomph.setup.ui">
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.oomph.setup.ui/minimizeProgressAutomatically"/>
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.oomph.setup.ui/showProgressInWizard"
value="true"/>
<setupTask
xsi:type="setup:PreferenceTask"
key="/instance/org.eclipse.oomph.setup.ui/showToolBarContributions"
value="true"/>
</setup:CompoundTask>
Cheers
/Eike
----
http://www.esc-net.de
http://thegordian.blogspot.com
http://twitter.com/eikestepper
|
|
|
Powered by
FUDForum. Page generated in 0.02534 seconds