@@ -110,7 +110,7 @@ public static BurpExtender getInstance() {
110110 @ Override
111111 public IMessageEditorTab createNewInstance (IMessageEditorController controller , boolean editable ) {
112112 final RawViewTab tab = new RawViewTab (controller , editable , true );
113- getCallbacks ().customizeUiComponent (tab .getUiComponent ());
113+ // getCallbacks().customizeUiComponent(tab.getUiComponent());
114114 return tab ;
115115 }
116116 };
@@ -119,7 +119,7 @@ public IMessageEditorTab createNewInstance(IMessageEditorController controller,
119119 @ Override
120120 public IMessageEditorTab createNewInstance (IMessageEditorController controller , boolean editable ) {
121121 final RawViewTab tab = new RawViewTab (controller , editable , false );
122- getCallbacks ().customizeUiComponent (tab .getUiComponent ());
122+ // getCallbacks().customizeUiComponent(tab.getUiComponent());
123123 return tab ;
124124 }
125125 };
@@ -128,7 +128,7 @@ public IMessageEditorTab createNewInstance(IMessageEditorController controller,
128128 @ Override
129129 public IMessageEditorTab createNewInstance (IMessageEditorController controller , boolean editable ) {
130130 final ParamsViewTab tab = new ParamsViewTab (controller , editable );
131- getCallbacks ().customizeUiComponent (tab .getUiComponent ());
131+ // getCallbacks().customizeUiComponent(tab.getUiComponent());
132132 return tab ;
133133 }
134134 };
@@ -137,7 +137,7 @@ public IMessageEditorTab createNewInstance(IMessageEditorController controller,
137137 @ Override
138138 public IMessageEditorTab createNewInstance (IMessageEditorController controller , boolean editable ) {
139139 final JSONViewTab tab = new JSONViewTab (controller , editable , true );
140- getCallbacks ().customizeUiComponent (tab .getUiComponent ());
140+ // getCallbacks().customizeUiComponent(tab.getUiComponent());
141141 return tab ;
142142 }
143143 };
@@ -146,7 +146,7 @@ public IMessageEditorTab createNewInstance(IMessageEditorController controller,
146146 @ Override
147147 public IMessageEditorTab createNewInstance (IMessageEditorController controller , boolean editable ) {
148148 final JSONViewTab tab = new JSONViewTab (controller , editable , false );
149- getCallbacks ().customizeUiComponent (tab .getUiComponent ());
149+ // getCallbacks().customizeUiComponent(tab.getUiComponent());
150150 return tab ;
151151 }
152152 };
0 commit comments