|
Lines 184-189
Link Here
|
| 184 |
|
184 |
|
| 185 |
//unresolved |
185 |
//unresolved |
| 186 |
private static final Key KEY_P_UNRESOLVED_IMPORTS = getPDEPrefKey(CompilerFlags.P_UNRESOLVED_IMPORTS); |
186 |
private static final Key KEY_P_UNRESOLVED_IMPORTS = getPDEPrefKey(CompilerFlags.P_UNRESOLVED_IMPORTS); |
|
|
187 |
private static final Key KEY_P_EXPORTED_PACKAGE_MISSING = getPDEPrefKey( |
| 188 |
CompilerFlags.P_EXPORTED_PACKAGE_MISSING); |
| 187 |
private static final Key KEY_P_UNRESOLVED_EX_POINTS = getPDEPrefKey(CompilerFlags.P_UNRESOLVED_EX_POINTS); |
189 |
private static final Key KEY_P_UNRESOLVED_EX_POINTS = getPDEPrefKey(CompilerFlags.P_UNRESOLVED_EX_POINTS); |
| 188 |
private static final Key KEY_F_UNRESOLVED_PLUGINS = getPDEPrefKey(CompilerFlags.F_UNRESOLVED_PLUGINS); |
190 |
private static final Key KEY_F_UNRESOLVED_PLUGINS = getPDEPrefKey(CompilerFlags.F_UNRESOLVED_PLUGINS); |
| 189 |
private static final Key KEY_F_UNRESOLVED_FEATURES = getPDEPrefKey(CompilerFlags.F_UNRESOLVED_FEATURES); |
191 |
private static final Key KEY_F_UNRESOLVED_FEATURES = getPDEPrefKey(CompilerFlags.F_UNRESOLVED_FEATURES); |
|
Lines 527-533
Link Here
|
| 527 |
initializeComboControls(client, new String[] {PDEUIMessages.compilers_p_missing_require_bundle, PDEUIMessages.compilers_p_missing_exp_pkg, PDEUIMessages.compilers_p_missing_imp_pkg}, new Key[] {KEY_P_VERSION_REQ_BUNDLE, KEY_P_VERSION_EXP_PKG, KEY_P_VERSION_IMP_PKG}, CompilerFlags.PLUGIN_FLAGS); |
529 |
initializeComboControls(client, new String[] {PDEUIMessages.compilers_p_missing_require_bundle, PDEUIMessages.compilers_p_missing_exp_pkg, PDEUIMessages.compilers_p_missing_imp_pkg}, new Key[] {KEY_P_VERSION_REQ_BUNDLE, KEY_P_VERSION_EXP_PKG, KEY_P_VERSION_IMP_PKG}, CompilerFlags.PLUGIN_FLAGS); |
| 528 |
// Usage |
530 |
// Usage |
| 529 |
client = createExpansibleComposite(sbody, PDEUIMessages.PDECompilersConfigurationBlock_usage); |
531 |
client = createExpansibleComposite(sbody, PDEUIMessages.PDECompilersConfigurationBlock_usage); |
| 530 |
initializeComboControls(client, new String[] {PDEUIMessages.compilers_p_unresolved_import, PDEUIMessages.compilers_p_unresolved_ex_points, PDEUIMessages.compilers_p_internal, PDEUIMessages.compilers_p_deprecated, PDEUIMessages.compilers_p_not_externalized_att}, new Key[] {KEY_P_UNRESOLVED_IMPORTS, KEY_P_UNRESOLVED_EX_POINTS, KEY_P_INTERNAL, KEY_P_DEPRECATED, KEY_P_NOT_EXTERNALIZED}, CompilerFlags.PLUGIN_FLAGS); |
532 |
initializeComboControls(client, |
|
|
533 |
new String[] { PDEUIMessages.compilers_p_unresolved_import, |
| 534 |
PDEUIMessages.compilers_p_export_package_missing_in_plugin, |
| 535 |
PDEUIMessages.compilers_p_unresolved_ex_points, PDEUIMessages.compilers_p_internal, |
| 536 |
PDEUIMessages.compilers_p_deprecated, PDEUIMessages.compilers_p_not_externalized_att }, |
| 537 |
new Key[] { KEY_P_UNRESOLVED_IMPORTS, KEY_P_EXPORTED_PACKAGE_MISSING, KEY_P_UNRESOLVED_EX_POINTS, |
| 538 |
KEY_P_INTERNAL, KEY_P_DEPRECATED, |
| 539 |
KEY_P_NOT_EXTERNALIZED }, |
| 540 |
CompilerFlags.PLUGIN_FLAGS); |
| 531 |
// References |
541 |
// References |
| 532 |
client = createExpansibleComposite(sbody, PDEUIMessages.PDECompilersConfigurationBlock_references); |
542 |
client = createExpansibleComposite(sbody, PDEUIMessages.PDECompilersConfigurationBlock_references); |
| 533 |
initializeComboControls(client, new String[] {PDEUIMessages.compilers_p_unknown_element, PDEUIMessages.compilers_p_unknown_attribute, PDEUIMessages.compilers_p_unknown_class, PDEUIMessages.compilers_p_discouraged_class, PDEUIMessages.compilers_p_unknown_resource, PDEUIMessages.compilers_p_unknown_identifier}, new Key[] {KEY_P_UNKNOWN_ELEMENT, KEY_P_UNKNOWN_ATTRIBUTE, KEY_P_UNKNOWN_CLASS, KEY_P_DISCOURAGED_CLASS, KEY_P_UNKNOWN_RESOURCE, KEY_P_UNKNOWN_IDENTIFIER,}, CompilerFlags.PLUGIN_FLAGS); |
543 |
initializeComboControls(client, new String[] {PDEUIMessages.compilers_p_unknown_element, PDEUIMessages.compilers_p_unknown_attribute, PDEUIMessages.compilers_p_unknown_class, PDEUIMessages.compilers_p_discouraged_class, PDEUIMessages.compilers_p_unknown_resource, PDEUIMessages.compilers_p_unknown_identifier}, new Key[] {KEY_P_UNKNOWN_ELEMENT, KEY_P_UNKNOWN_ATTRIBUTE, KEY_P_UNKNOWN_CLASS, KEY_P_DISCOURAGED_CLASS, KEY_P_UNKNOWN_RESOURCE, KEY_P_UNKNOWN_IDENTIFIER,}, CompilerFlags.PLUGIN_FLAGS); |