Skip to content

Commit ed21c1f

Browse files
committed
Merge pull request #10 from sergeylunev/patch-3
Update 3.1. Simple template.php
2 parents c14eb46 + 1d15de1 commit ed21c1f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

04 - Live Templates/03 - Surround Templates/3.1. Simple template.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Surround code with a template. A template is only seen as a surround template when the $SELECTION$ variabel is defined.
66
*
77
* Ctrl+Alt+T or Ctrl+Alt+J (Windows/Linux)
8-
* Alt+Command+T or Alt+Command+J (Windows/Linux)
8+
* Alt+Command+T or Alt+Command+J (Mac OS X)
99
*/
1010

1111
namespace LiveTemplates3\JetBrains;
@@ -25,12 +25,12 @@
2525
Set the context for the live template to be available in PHP.
2626
Reformat according to style should be enabled.
2727
28-
In the variables dialog, reorder the variables so TYPE si first. Set its expression to complete().
28+
In the variables dialog, reorder the variables so TYPE is first. Set its expression to complete().
2929
Default value for VARIABLENAME can be set to "exception" (including quotes).
3030
3131
Save the live template.
3232
3333
2. Test the newly created live template. Select the line of code below and hit the keyboard shortcut.
3434
*/
3535

36-
echo "This will throw an exception";
36+
echo "This will throw an exception";

0 commit comments

Comments
 (0)