Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] configure content-assist preferences

Hi Martin

Take a look at the following APIs:

org.eclipse.jdt.ui.PreferenceConstants#getExcludedCompletionProposalCategories()
org.eclipse.jdt.ui.PreferenceConstants#setExcludedCompletionProposalCategories(String[])

Just a warning that this can cause troubles to clients, especially when they install your bundle and in the next Eclipse version it's no longer installed: content assist might be broken.

Dani



From:        Martin Lippert <mlippert@xxxxxxxxx>
To:        jdt-ui-dev@xxxxxxxxxxx
Date:        10.05.2016 10:49
Subject:        [jdt-ui-dev] configure content-assist preferences
Sent by:        jdt-ui-dev-bounces@xxxxxxxxxxx




Hey!

I have contributed a javaCompletionProposalComputer in its own category and I would like that configure the preferences for that, so that:

- it is disabled in the list if default proposals
- it is enabled at a certain position in the list of cycle-through content-assists

Is that possible somehow? And if so, how?

Thanks a lot for your help!!!
-Martin


_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jdt-ui-dev




Back to the top