Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] launchbar

Thanks.

Yes, this was very helpful.

BTW: .controls is missing from your example (at least for CDT 9.0.0
launchbar), so this is what I used:
---
org.eclipse.launchbar.ui.controls/enableLaunchBar=false
org.eclipse.launchbar.ui.controls/enableTargetSelector=false
---

Regards
Branko


On 16. 09. 2016 11:09, Vincent GUIGNOT wrote:
> Hello,
> You've to add to your branding plugin, a preferenceCustomization, and
> add a file plugin_customization.ini which contains your pref:
>
> Here is how to remove the buildButton and the Target Selector
>
> org.eclipse.launchbar.ui/enableBuildButton=false
> org.eclipse.launchbar.ui/enableTargetSelector=false
>
> You will easily find how to disable the launchbar by inspecting your
> prefs in the metadata of your product.
>
> Hope it's help you.
>
> Regards
>
> Vincent
>
>
> Le 16/09/2016 10:15, Branko Drevensek a écrit :
>> Hi.
>>
>> We migrated our customized IDE to Neon. As our product is feature based,
>> we had to include Launchbar (required by one of DSF features). This
>> makes launchbar enabled (visible) by default taking most of toolbar
>> space on smaller monitors.
>>
>> What is the simplest way to make it hidden by default?
>>
>> Thanks.
>> Branko
>>
>>
>> _______________________________________________
>> cdt-dev mailing list
>> cdt-dev@xxxxxxxxxxx
>> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
>> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> This email and its content belong to Ingenico Group. The enclosed information is confidential and may not be disclosed to any unauthorized person. If you have received it by mistake do not forward it and delete it from your system. Cet email et son contenu sont la propriété du Groupe Ingenico. L’information qu’il contient est confidentielle et ne peut être communiquée à des personnes non autorisées. Si vous l’avez reçu par erreur ne le transférez pas et supprimez-le.
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top