Author: mareshkau
Date: 2011-02-18 09:54:49 -0500 (Fri, 18 Feb 2011)
New Revision: 29241
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/i18n/ExternalizeStringsWizardPage.java
Log:
https://issues.jboss.org/browse/JBIDE-7003, working on Externalize dialog, trying to
removed dependency of dialog from JSPMultipage editor to make it usable without editor.
Modified:
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/i18n/ExternalizeStringsWizardPage.java
===================================================================
---
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/i18n/ExternalizeStringsWizardPage.java 2011-02-18
13:30:41 UTC (rev 29240)
+++
trunk/jst/plugins/org.jboss.tools.jst.jsp/src/org/jboss/tools/jst/jsp/i18n/ExternalizeStringsWizardPage.java 2011-02-18
14:54:49 UTC (rev 29241)
@@ -109,15 +109,7 @@
ModelUIImages.getImageDescriptor(ModelUIImages.WIZARD_DEFAULT));
setDescription(JstUIMessages.EXTERNALIZE_STRINGS_DIALOG_DESCRIPTION);
setPageComplete(false);
-// if (bm != null) {
-// this.bm = bm;
-// } else {
-// /*
-// * When BundleMap is null create it manually
-// * with all necessary initialization
-// */
-// this.bm = createBundleMap(editor);
-// }
+ this.bm=bm;
this.document = document;
this.selectionProvider = selectionProvider;
propsKeyStatus = new Status(IStatus.OK, JspEditorPlugin.PLUGIN_ID, Constants.EMPTY);