Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
Merge pull request #77 from paulvi/patch-2
Browse files Browse the repository at this point in the history
close #76 show "requires to re-build
  • Loading branch information
ajermakovics committed Mar 25, 2016
2 parents f7b70ef + 7d70f89 commit 358bf3f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public void createFieldEditors() {

addBoolField(PreferenceConstants.P_INDEX_EMPTY_EXTENSION, "Index files without extension");

BooleanFieldEditor indexJars = new BooleanFieldEditor(PreferenceConstants.P_INDEX_ARCHIVES, "Index JAR Source Attachements (beta)", getFieldEditorParent());
BooleanFieldEditor indexJars = new BooleanFieldEditor(PreferenceConstants.P_INDEX_ARCHIVES, "Index JAR Source Attachements (beta, requires to re-build the index after enabling)", getFieldEditorParent());
addField(indexJars);
indexJars.setEnabled(false, getFieldEditorParent());

Expand Down

0 comments on commit 358bf3f

Please sign in to comment.