File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
src/main/java/fr/adrienbrault/idea/symfony2plugin/ui Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package fr .adrienbrault .idea .symfony2plugin .ui ;
22
3+ import com .intellij .icons .AllIcons ;
34import com .intellij .openapi .actionSystem .AnActionEvent ;
45import com .intellij .openapi .fileTypes .StdFileTypes ;
56import com .intellij .openapi .options .Configurable ;
1718import fr .adrienbrault .idea .symfony2plugin .ui .utils .dict .UiPathColumnInfo ;
1819import fr .adrienbrault .idea .symfony2plugin .ui .utils .dict .WebServerFileDialogExtensionCallback ;
1920import fr .adrienbrault .idea .symfony2plugin .webDeployment .WebDeploymentUtil ;
20- import icons .WebDeploymentIcons ;
2121import org .jetbrains .annotations .Nls ;
2222import org .jetbrains .annotations .NotNull ;
2323import org .jetbrains .annotations .Nullable ;
@@ -139,7 +139,7 @@ public boolean canCreateElement() {
139139 }
140140
141141 private void addWebDeploymentButton (ToolbarDecorator tablePanel ) {
142- tablePanel .addExtraAction (new AnActionButton ("Remote" , WebDeploymentIcons .Download ) {
142+ tablePanel .addExtraAction (new AnActionButton ("Remote" , AllIcons . Actions .Download ) {
143143 @ Override
144144 public void actionPerformed (AnActionEvent anActionEvent ) {
145145 UiSettingsUtil .openFileDialogForDefaultWebServerConnection (project , new WebServerFileDialogExtensionCallback ("xml" ) {
Original file line number Diff line number Diff line change 11package fr .adrienbrault .idea .symfony2plugin .ui ;
22
3+ import com .intellij .icons .AllIcons ;
34import com .intellij .openapi .actionSystem .AnActionEvent ;
45import com .intellij .openapi .options .Configurable ;
56import com .intellij .openapi .options .ConfigurationException ;
1718import fr .adrienbrault .idea .symfony2plugin .ui .utils .dict .UiPathColumnInfo ;
1819import fr .adrienbrault .idea .symfony2plugin .ui .utils .dict .WebServerFileDialogExtensionCallback ;
1920import fr .adrienbrault .idea .symfony2plugin .webDeployment .WebDeploymentUtil ;
20- import icons .WebDeploymentIcons ;
2121import org .jetbrains .annotations .Nls ;
2222import org .jetbrains .annotations .NotNull ;
2323import org .jetbrains .annotations .Nullable ;
@@ -142,7 +142,7 @@ public boolean canCreateElement() {
142142 }
143143
144144 private void addWebDeploymentButton (ToolbarDecorator tablePanel ) {
145- tablePanel .addExtraAction (new AnActionButton ("Remote" , WebDeploymentIcons .Download ) {
145+ tablePanel .addExtraAction (new AnActionButton ("Remote" , AllIcons . Actions .Download ) {
146146 @ Override
147147 public void actionPerformed (AnActionEvent anActionEvent ) {
148148 UiSettingsUtil .openFileDialogForDefaultWebServerConnection (project , new WebServerFileDialogExtensionCallback ("php" ) {
You can’t perform that action at this time.
0 commit comments