update Tips&Tricks in Platform

This commit is contained in:
Konstantin Bulenkov
2016-03-04 17:08:25 +01:00
parent b303f46243
commit 0fbd40768f
28 changed files with 79 additions and 14 deletions

View File

@@ -3,11 +3,10 @@
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>The <span class="control">Changes</span> tool window shows all deleted, modified, and unversioned files in a single view.
Use <span class="shortcut">&shortcut:ActivateVersionControlToolWindow;</span> keyboard shortcut to show or hide this tool window.</p>
<p>From the <span class="control">Changes</span> tool window you can perform all the necessary version control actions: commit changes, manage changelists, put resources under version control, examine differences and more.</p>
<p>The <span class="control">Version Control</span> tool window shows all deleted, modified, and unversioned files in a
single view. Use <span class="shortcut">&shortcut:ActivateChangesToolWindow;</span> keyboard shortcut to show or
hide this tool window.</p>
<p>From the <span class="control">Changes</span> tool window you can perform all the necessary version control
actions: commit changes, manage changelists, put resources under version control, examine differences and more.</p>
</body>
</html>

View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
</head>
<body>
<p>It's possible to use Preview tab in the Find in Path dialog box, for quicker search, without ever leaving the dialog
box.</p>
<p>The first 100 search results show in the Preview tab right away. </p>
</body>
</html>

View File

@@ -0,0 +1,17 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>To open any particular file in the editor quickly, press <span class="shortcut">&shortcut:GotoFile;</span>
(<span class="control">Navigate | File</span>)
and start typing its name.</p>
<p>Choose symbol from the drop-down list that appears.</p>
<p class="image"><img src="images/goto_file.png"></p>
</body>
</html>

View File

@@ -9,7 +9,7 @@
(<span class="control">Navigate | Symbol</span>)
and start typing its name.</p>
<p>Choose symbol from the drop-down list that appears.</p>
<p class="image"><img width="560" height="132" src="images/goto_symbol.png"></p>
<p class="image"><img src="images/goto_symbol.png"></p>

View File

@@ -11,6 +11,6 @@
<p>
The selected file will open with the caret at the specified line.</p>
<p class="image">
<img height="124" width="460" src="images/gotoFileLineNumber.png"></p>
<img src="images/gotoFileLineNumber.png"></p>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>Pressing <span class="shortcut">&shortcut:HippieCompletion;</span> helps complete words in the visible scope - so
doing, the prototypes are highlighted.</p>
<p class="image"><img src="images/hippie.png"></p>
<p>Use <span class="shortcut">&shortcut:HippieBackwardCompletion;</span> to do same in reverse order.</p>
</body>
</html>

View File

@@ -0,0 +1,11 @@
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
<body>
<p>Did you know that you can remove just those tool window buttons you don't currently need?</p>
<p>It's quite easy to do - just right-click the button you want to hide, and on the context menu choose
<span class="control">Remove from Sidebar</span> .</p>
<p class="image"><img src="images/remove_from_sidebar.png"></p>
</body>
</html>

View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<head>
<link rel="stylesheet" type="text/css" href="css/tips.css">
</head>
</head>
<body>
<p>You can replace special characters in the XML or HTML files with their ASCII values that start with an apostrophe.
To do that, select a character, and then on the main menu choose <span class="control">Edit | Encode XML/HTML Special Characters</span>.</p>
</body>
</html>

View File

@@ -10,9 +10,9 @@
<span class="control">Go to File</span> pop-up frames,
use <span class="code_emphasis">*</span> and space symbols.</p>
<p><span class="code_emphasis">*</span> stands for any symbol.</p>
<p>Space at the end means the end of a pattern, and the preceding string will be considered not just a prefix but a whole pattern.
The list of the suggested names will be reduced accordingly.</p>
<p class="image"><img src="images/wildcard_goto.gif"></p>
<p>Space at the end means the end of a pattern, and the preceding string will be considered not just a prefix but
a whole pattern. The list of the suggested names will be reduced accordingly.</p>
<p class="image"><img src="images/wildcard_goto.png"></p>

View File

@@ -11,7 +11,7 @@ h1, p, ul {
font-family: 'Lucida Console', monospace;
}
h1, p, pre, ul {
/*font-size: 10px;*/
font-size: 10px;
/*color: #3f3f3f;*/
}
p, ul {

View File

@@ -26,7 +26,7 @@ h1, p, ul {
font-family: 'Lucida Console', monospace;
}
h1, p, pre, ul {
/*font-size: 10px;*/
font-size: 10px;
/*color: #3f3f3f;*/
}
p, ul {

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 67 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 89 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 41 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -7,7 +7,7 @@
<p>
You can move any file to a changelist of your choice. To do that, just choose
<span class="control">Move to Another Changelist</span> on the file context menu in the Changes tool window:
<span class="control">Move to Another Changelist</span> on the file context menu in the Version Control tool window:
</p>
<p class="image"><img width="406" height="78" src="images/move_to_changelist.png"></p>