Skip to content

Commit f60b9cd

Browse files
authored
Merge pull request #1910 from Haehnchen/feature/1684-routes
#1684 description for compiled routes
2 parents 9df77b1 + 09394b2 commit f60b9cd

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

src/main/java/fr/adrienbrault/idea/symfony2plugin/ui/RoutingSettingsForm.form

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<form xmlns="http://www.intellij.com/uidesigner/form/" version="1" bind-to-class="fr.adrienbrault.idea.symfony2plugin.ui.RoutingSettingsForm">
33
<grid id="27dc6" binding="panel1" default-binding="true" layout-manager="BorderLayout" hgap="0" vgap="0">
44
<constraints>
5-
<xy x="20" y="20" width="500" height="400"/>
5+
<xy x="20" y="20" width="753" height="400"/>
66
</constraints>
77
<properties/>
88
<border type="none"/>
@@ -21,7 +21,7 @@
2121
<component id="dcef6" class="javax.swing.JLabel">
2222
<constraints border-constraint="Center"/>
2323
<properties>
24-
<text value="Add PHP Routing (appDevUrlGenerator.php -&gt; extends UrlGenerator)"/>
24+
<text value="Add PHP Routing"/>
2525
</properties>
2626
</component>
2727
<component id="12e56" class="javax.swing.JButton" binding="buttonReset">
@@ -30,6 +30,12 @@
3030
<text value="Reset To Default"/>
3131
</properties>
3232
</component>
33+
<component id="92ef" class="javax.swing.JTextPane" binding="ifYouApplicationDoesTextPane" default-binding="true">
34+
<constraints border-constraint="South"/>
35+
<properties>
36+
<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]"/>
37+
</properties>
38+
</component>
3339
</children>
3440
</grid>
3541
</children>

src/main/java/fr/adrienbrault/idea/symfony2plugin/ui/RoutingSettingsForm.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public class RoutingSettingsForm implements Configurable {
3636
private JPanel panel1;
3737
private JPanel listviewPanel;
3838
private JButton buttonReset;
39+
private JTextPane ifYouApplicationDoesTextPane;
3940
private TableView<RoutingFile> tableView;
4041
private Project project;
4142
private boolean changed = false;

0 commit comments

Comments
 (0)