mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
JavaDoc added
This commit is contained in:
parent
89f528fac7
commit
b07f185354
1 changed files with 8 additions and 1 deletions
|
@ -464,6 +464,13 @@ public abstract class AbstractLangsListTab extends AbstractCPropertyTab {
|
|||
setSettingEntries(getKind(), lsEntries, toAllLang);
|
||||
}
|
||||
|
||||
/**
|
||||
* Add and/or delete entries in the case of multi-configuration selection in the drop-down box.<br/>
|
||||
* Hint: {@code lang} keeps the selected language for each one of the selected configurations.
|
||||
*
|
||||
* @param ent - entry to add
|
||||
* @param del - entry to delete
|
||||
*/
|
||||
private void performMulti(ICLanguageSettingEntry ent, ICLanguageSettingEntry del) {
|
||||
MultiLanguageSetting ms = (MultiLanguageSetting)lang;
|
||||
ICLanguageSetting[] langSettings = (ICLanguageSetting[])ms.getItems();
|
||||
|
|
Loading…
Add table
Reference in a new issue