File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
src/com/magento/idea/magento2plugin/generation Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,21 @@ protected void textChanged(@NotNull DocumentEvent e) {
163
163
listener .run ();
164
164
}
165
165
});
166
+ this .moduleName .getDocument ().addDocumentListener (new DocumentAdapter () {
167
+ protected void textChanged (@ NotNull DocumentEvent e ) {
168
+ listener .run ();
169
+ }
170
+ });
171
+ this .packageName .getDocument ().addDocumentListener (new DocumentAdapter () {
172
+ protected void textChanged (@ NotNull DocumentEvent e ) {
173
+ listener .run ();
174
+ }
175
+ });
176
+ this .moduleVersion .getDocument ().addDocumentListener (new DocumentAdapter () {
177
+ protected void textChanged (@ NotNull DocumentEvent e ) {
178
+ listener .run ();
179
+ }
180
+ });
166
181
}
167
182
168
183
private void fireStateChanged () {
You can’t perform that action at this time.
0 commit comments