#RUBY-11524 fixed

This commit is contained in:
Dennis Ushakov
2012-07-12 10:36:54 +04:00
parent 04e6a15b90
commit 20b561bd87
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,13 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>The format of a regular expression can be rather complicated.
To make sure you didn't miss some slash of quotation mark, place the caret
somewhere in the expression you want to check, and press <span class="shortcut">&shortcut:ShowIntentionActions;</span>. </p>
<p>In the pop-up frame type a string that you think should match your regular expression. If the background turns green, you are lucky. If it turns red, then you have to look for a mistake. </p>
<p class="image">
<img src="images/checkRegExp.png"></p>
</body>
</html>
Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB