]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Java/Source/FrameworkWizard/src/org/tianocore/frameworkwizard/module/ui/dialog/SourceFilesDlg.java
1. Fix EDKT496 Framework Wizard should allow user to pick up a Protocol Guid to tag...
[mirror_edk2.git] / Tools / Java / Source / FrameworkWizard / src / org / tianocore / frameworkwizard / module / ui / dialog / SourceFilesDlg.java
index d7df17eeb67f54e1abe2e4d02f0e24eeed2d20ae..238c000cde35b0aa09440543da1a0d9c966b0c9f 100644 (file)
@@ -304,30 +304,30 @@ public class SourceFilesDlg extends IDialog {
             this.jTextFieldFileName.setText(inSourceFilesIdentifications.getFilename());\r
             this.jTextFieldTagName.setText(inSourceFilesIdentifications.getTagName());\r
 \r
-            //\r
-            // Generate Tool Code selection list\r
-            //\r
-            Vector<String> v = ed.getVToolCode();\r
-            boolean isFind = false;\r
-            String strToolCode = inSourceFilesIdentifications.getToolCode();\r
-\r
-            //\r
-            // If the input value is not in the default list, add it to the list\r
-            //\r
-            if (strToolCode != null) {\r
-                for (int index = 0; index < v.size(); index++) {\r
-                    if (v.elementAt(index).equals(strToolCode)) {\r
-                        isFind = true;\r
-                        break;\r
-                    }\r
-                }\r
-                if (!isFind && !isEmpty(strToolCode)) {\r
-                    v.addElement(strToolCode);\r
-                }\r
-            }\r
-\r
-            Tools.generateComboBoxByVector(iComboBoxToolCode, v);\r
-            this.iComboBoxToolCode.setSelectedItem(strToolCode);\r
+//            //\r
+//            // Generate Tool Code selection list\r
+//            //\r
+//            Vector<String> v = ed.getVToolCode();\r
+//            boolean isFind = false;\r
+//            String strToolCode = inSourceFilesIdentifications.getToolCode();\r
+//\r
+//            //\r
+//            // If the input value is not in the default list, add it to the list\r
+//            //\r
+//            if (strToolCode != null) {\r
+//                for (int index = 0; index < v.size(); index++) {\r
+//                    if (v.elementAt(index).equals(strToolCode)) {\r
+//                        isFind = true;\r
+//                        break;\r
+//                    }\r
+//                }\r
+//                if (!isFind && !isEmpty(strToolCode)) {\r
+//                    v.addElement(strToolCode);\r
+//                }\r
+//            }\r
+\r
+            Tools.generateComboBoxByVector(iComboBoxToolCode, ed.getVToolCode());\r
+            this.iComboBoxToolCode.setSelectedItem(inSourceFilesIdentifications.getToolCode());\r
 \r
             this.jTextFieldToolChainFamily.setText(inSourceFilesIdentifications.getToolChainFamily());\r
             jTextFieldFeatureFlag.setText(inSourceFilesIdentifications.getFeatureFlag());\r