File tree 2 files changed +4
-4
lines changed
src/main/java/fr/adrienbrault/idea/symfony2plugin/ui
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
package fr .adrienbrault .idea .symfony2plugin .ui ;
2
2
3
+ import com .intellij .icons .AllIcons ;
3
4
import com .intellij .openapi .actionSystem .AnActionEvent ;
4
5
import com .intellij .openapi .fileTypes .StdFileTypes ;
5
6
import com .intellij .openapi .options .Configurable ;
17
18
import fr .adrienbrault .idea .symfony2plugin .ui .utils .dict .UiPathColumnInfo ;
18
19
import fr .adrienbrault .idea .symfony2plugin .ui .utils .dict .WebServerFileDialogExtensionCallback ;
19
20
import fr .adrienbrault .idea .symfony2plugin .webDeployment .WebDeploymentUtil ;
20
- import icons .WebDeploymentIcons ;
21
21
import org .jetbrains .annotations .Nls ;
22
22
import org .jetbrains .annotations .NotNull ;
23
23
import org .jetbrains .annotations .Nullable ;
@@ -139,7 +139,7 @@ public boolean canCreateElement() {
139
139
}
140
140
141
141
private void addWebDeploymentButton (ToolbarDecorator tablePanel ) {
142
- tablePanel .addExtraAction (new AnActionButton ("Remote" , WebDeploymentIcons .Download ) {
142
+ tablePanel .addExtraAction (new AnActionButton ("Remote" , AllIcons . Actions .Download ) {
143
143
@ Override
144
144
public void actionPerformed (AnActionEvent anActionEvent ) {
145
145
UiSettingsUtil .openFileDialogForDefaultWebServerConnection (project , new WebServerFileDialogExtensionCallback ("xml" ) {
Original file line number Diff line number Diff line change 1
1
package fr .adrienbrault .idea .symfony2plugin .ui ;
2
2
3
+ import com .intellij .icons .AllIcons ;
3
4
import com .intellij .openapi .actionSystem .AnActionEvent ;
4
5
import com .intellij .openapi .options .Configurable ;
5
6
import com .intellij .openapi .options .ConfigurationException ;
17
18
import fr .adrienbrault .idea .symfony2plugin .ui .utils .dict .UiPathColumnInfo ;
18
19
import fr .adrienbrault .idea .symfony2plugin .ui .utils .dict .WebServerFileDialogExtensionCallback ;
19
20
import fr .adrienbrault .idea .symfony2plugin .webDeployment .WebDeploymentUtil ;
20
- import icons .WebDeploymentIcons ;
21
21
import org .jetbrains .annotations .Nls ;
22
22
import org .jetbrains .annotations .NotNull ;
23
23
import org .jetbrains .annotations .Nullable ;
@@ -142,7 +142,7 @@ public boolean canCreateElement() {
142
142
}
143
143
144
144
private void addWebDeploymentButton (ToolbarDecorator tablePanel ) {
145
- tablePanel .addExtraAction (new AnActionButton ("Remote" , WebDeploymentIcons .Download ) {
145
+ tablePanel .addExtraAction (new AnActionButton ("Remote" , AllIcons . Actions .Download ) {
146
146
@ Override
147
147
public void actionPerformed (AnActionEvent anActionEvent ) {
148
148
UiSettingsUtil .openFileDialogForDefaultWebServerConnection (project , new WebServerFileDialogExtensionCallback ("php" ) {
You can’t perform that action at this time.
0 commit comments