Skip to content

Commit

Permalink
#1684 description for compiled routes
Browse files Browse the repository at this point in the history
  • Loading branch information
Haehnchen committed May 4, 2022
1 parent 9df77b1 commit 09394b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="fr.adrienbrault.idea.symfony2plugin.ui.RoutingSettingsForm">
<grid id="27dc6" binding="panel1" default-binding="true" layout-manager="BorderLayout" hgap="0" vgap="0">
<constraints>
<xy x="20" y="20" width="500" height="400"/>
<xy x="20" y="20" width="753" height="400"/>
</constraints>
<properties/>
<border type="none"/>
Expand All @@ -21,7 +21,7 @@
<component id="dcef6" class="javax.swing.JLabel">
<constraints border-constraint="Center"/>
<properties>
<text value="Add PHP Routing (appDevUrlGenerator.php -&gt; extends UrlGenerator)"/>
<text value="Add PHP Routing"/>
</properties>
</component>
<component id="12e56" class="javax.swing.JButton" binding="buttonReset">
Expand All @@ -30,6 +30,12 @@
<text value="Reset To Default"/>
</properties>
</component>
<component id="92ef" class="javax.swing.JTextPane" binding="ifYouApplicationDoesTextPane" default-binding="true">
<constraints border-constraint="South"/>
<properties>
<text value="If you application does not support guessing the value for compiled route files, you add custom ones. Some examples:&#10;var/cache/dev/[appDevUrlGenerator.php, UrlGenerator.php, url_generating_routes.php]"/>
</properties>
</component>
</children>
</grid>
</children>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ public class RoutingSettingsForm implements Configurable {
private JPanel panel1;
private JPanel listviewPanel;
private JButton buttonReset;
private JTextPane ifYouApplicationDoesTextPane;
private TableView<RoutingFile> tableView;
private Project project;
private boolean changed = false;
Expand Down

0 comments on commit 09394b2

Please sign in to comment.