mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
Remove redundant tips from sources
GitOrigin-RevId: e339ff602b33add74e30ab28eafc90bf5421c01a
This commit is contained in:
committed by
intellij-monorepo-bot
parent
5541f0ade2
commit
50f3075fa3
@@ -1,2 +1 @@
|
||||
skip: *
|
||||
skipSync: src/tips
|
||||
skip: *
|
||||
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Version control annotations show the latest changes of each line in one click.</p>
|
||||
<p>
|
||||
Just right-click an annotation and use the <span class="control">Show Diff</span> command in the context menu.</p>
|
||||
<p class="image">
|
||||
<img height="285" width="618" src="images/annotationShowDiff.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,11 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
When in the Code Completion lookup, you can ease the search by filtering the list with the help of the "camel words" prefixes.</p>
|
||||
<p class="image">
|
||||
<img height="89" width="540" src="images/camel_completion.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>When in the <span class="control">Go to Class</span>,
|
||||
<span class="control">Go to Symbol</span>, or
|
||||
<span class="control">Go to File</span> popup,
|
||||
you can ease the search by filtering the lookup list with the help of the "camel words" prefixes.</p>
|
||||
<p class="image"><img height="204" width="716" src="images/camel_goto.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
When an autopopup completion is active,
|
||||
<span class="shortcut">&shortcut:EditorLookupDown;</span> and <span class="shortcut">&shortcut:EditorLookupUp;</span>
|
||||
will close it and move the caret down or up in the editor.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,11 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
You can switch between sorting completion variants by relevance or alphabetically by using an icon at the bottom right:
|
||||
</p>
|
||||
<p class="image"><img src="images/changeLookupSorting.png"/></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<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">Version Control</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>
|
||||
@@ -1,13 +0,0 @@
|
||||
<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>
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Use the <span class="shortcut">&shortcut:PasteMultiple;</span> shortcut to choose and insert recent clipboard contents into the text.</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
There are two ways of closing all tabs in the editor, except the current one:</p>
|
||||
<ul>
|
||||
<li>First, right-click the editor tab, and choose <span class="control">Close Others</span> on the context menu.</li>
|
||||
<li>Second, keeping the Alt key pressed, click <img src="images/close1.png"/> on the editor tab.</li>
|
||||
</ul>
|
||||
<p class="image">
|
||||
<img src="images/close_others.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
The Code Completion feature lets you quickly complete different kinds of statements
|
||||
in the code.
|
||||
For example, start typing a class name and press <span class="shortcut">&shortcut:CodeCompletion;</span>
|
||||
to complete it.
|
||||
When multiple choices are available, they are shown in the lookup list.</p>
|
||||
<p class="image">
|
||||
<img height="224" width="519" src="images/code_completion.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>When you are finding text in the current file (<span class="shortcut">&shortcut:Find;</span>), you don't need to type the whole search string:
|
||||
Basic Code Completion is available in the search field. Start typing, press <span class="shortcut">&shortcut:CodeCompletion;</span>, and
|
||||
select the desired string from the suggestion list.</p>
|
||||
|
||||
<p class="image"><img src="images/CodeCompletionInSearch.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>When using basic code completion (<span class="shortcut">&shortcut:CodeCompletion;</span>),
|
||||
type any characters that exist anywhere in an identifier.
|
||||
</p>
|
||||
|
||||
<p class="image"><img src="images/code_completion_middle.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
When using basic code completion (<span class="shortcut">&shortcut:CodeCompletion;</span>),
|
||||
you don't need to type upper-case letters in CamelHump names.
|
||||
It is enough to type the initial letters of the camel names in lower case, and they will be smartly recognized.</p>
|
||||
<p class="image">
|
||||
<img width="501" height="161" src="images/code_completion_no_shift.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,19 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p><span class="product">&productName;</span>
|
||||
simplifies your work
|
||||
with colors in CSS files. The <span class="code_emphasis">color</span>
|
||||
properties have the icons of the corresponding color in the left gutter area of the editor.
|
||||
</p>
|
||||
<p>Click color icons to choose the desired color from the color picker.</p>
|
||||
<p class="image"><img width="411" height="298" src="images/cssColor.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>You don't need to guess which <span class="code_emphasis">index.html</span> file you are looking at...</p>
|
||||
|
||||
<p>
|
||||
Make the editor tabs and lines in navigation lists stand out using the <span class="control">File Colors</span> page of the project settings.
|
||||
</p>
|
||||
|
||||
<p class="image"><img width="448" height="117" src="images/coloredFiles.png"></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,11 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>You can easily make column selection by dragging your mouse pointer while keeping the
|
||||
<span class="shortcut">Alt</span> key pressed.
|
||||
</p>
|
||||
<p class="image"><img width="210" height="80" src="images/columnSelection.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,11 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
The keyboard shortcut <span class="shortcut">&shortcut:CheckinProject;</span> enables you to quickly invoke the <span class="control">Commit Changes</span> dialog.</p>
|
||||
<p>
|
||||
This dialog shows all modifications in project, gives summary information of file status and suggests improvements before check-in.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>You can use <span class="">Basic Completion</span>
|
||||
(<span class="shortcut">&shortcut:CodeCompletion;</span>) in HTML, CSS and JavaScript files, for completing attributes,
|
||||
parameters, tags, selectors, etc.</p>
|
||||
<p class="image"><img width="257" height="48" src="images/completion_in_html.png"></p>
|
||||
<p class="image"><img width="257" height="47" src="images/completion_in_html2.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>
|
||||
If nothing is selected in the editor, and you press <span class="shortcut">&shortcut:$Copy;</span>, then the whole line at caret is copied to the clipboard.
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p><span class="shortcut">&shortcut:EditorDuplicate;</span> in the editor duplicates the selected block or the current line
|
||||
when no block is selected.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>
|
||||
When using autopopup Code Completion, you can select the first item using <span class="shortcut">&shortcut:EditorChooseLookupItemDot;</span>.
|
||||
The selected name is automatically entered in the editor followed by dot.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Use <span class="shortcut">&shortcut:QuickImplementations;</span>
|
||||
(<span class="control">View | Quick Definition</span>),
|
||||
to quickly review definition or content of the symbol at caret, without the need to open it
|
||||
in a new editor tab.</p>
|
||||
<p class="image"><img width="416" height="157" src="images/ctrl_shift_i.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>The <span class="emphasis">Quick Definition Viewer</span>
|
||||
(<span class="shortcut">&shortcut:QuickImplementations;</span>) can also be used for items in lookup lists that appear on code
|
||||
completion and class/file/symbol navigaton commands.</p>
|
||||
<p class="image"><img width="532" height="167" src="images/ctrl_shift_in_lookup.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p><span class="shortcut">&shortcut:EditorSelectWord;</span> (extend selection) in the editor selects the word at the caret
|
||||
and then selects expanding areas of the source code. For example, it may select a method name,
|
||||
then the expression that calls this method, then the whole statement, then the containing block, etc.
|
||||
You can also select the word at the caret and the expanding areas of the source code by double-clicking the target areas in the editor. </p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,10 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p><span class="shortcut">&shortcut:EditorDeleteLine;</span> in the editor deletes the whole line at the caret. </p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,10 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
To compare two directories, select one or both of them in the <span class="control">Project</span> view and
|
||||
press <span class="shortcut">&shortcut:CompareDirs;</span>.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>
|
||||
When using Code Completion, you can accept the currently highlighted selection in the popup list
|
||||
with the period character (<span class="code_emphasis">.</span>), comma (<span class="code_emphasis">,</span>),
|
||||
semicolon (<span class="code_emphasis">;</span>), space and other characters.</p>
|
||||
<p>
|
||||
The selected name is automatically entered in the editor followed by the entered character.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>You can easily open an external file for editing, if you just drag it from the Explorer or Finder to the editor.</p>
|
||||
|
||||
|
||||
<p class="image"><img src="images/dragToOpen.png"></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>You can avoid escaping backslashes in your regular expressions. Start typing a regular expression, then press <span class="shortcut">&shortcut:ShowIntentionActions;</span> and choose <span class="control">Edit RegExp</span>.
|
||||
The regular expression opens in a separate tab in the editor, where you can type backslashes as is.</p>
|
||||
<p>All changes are synchronized with the original regular expression, and escapes are presented automatically. When ready, just press <span class="shortcut">&shortcut:EditorEscape;</span> to close the regular expression editor.</p>
|
||||
<p class="image"><img width="710" height="173" src="images/editregexp.png"><p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>You can jump directly to any deeply buried file, if you press <span class="shortcut">&shortcut:GotoFile;</span>, and type just a couple
|
||||
of characters of the enclosing directories and file names: </p>
|
||||
|
||||
<p class="image"><img width="745" height="131" src="images/enterDirectory.png"></p>
|
||||
|
||||
<p>Use either a slash or a backslash as a delimiter.</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>The <span class="shortcut">&shortcut:EditorEscape;</span> key in any tool window moves the focus to the editor.</p>
|
||||
<p><span class="shortcut">&shortcut:HideActiveWindow;</span> moves the focus to the editor and also hides the current (or last active) tool window.</p>
|
||||
<p>The <span class="shortcut">&shortcut:JumpToLastWindow;</span> key moves the focus from the editor to the last focused tool window.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>To easily evaluate the value of any expression while debugging the program, select its text in the editor
|
||||
(you may press a <span class="shortcut">&shortcut:EditorSelectWord;</span> a few times to efficiently perform this operation)
|
||||
and press <span class="shortcut">&shortcut:EvaluateExpression;</span>.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
You can exclude any file from your project. As a result, such a file will be ignored by indexing, inspection and code completion.</p>
|
||||
<p>
|
||||
In the <span class="control">Project</span> tool window, select the file you want to ignore, and choose
|
||||
<span class="control">Mark as plain text</span> in its context menu.</p>
|
||||
<p>
|
||||
If necessary, you can always return the file to its original type using the
|
||||
<span class="control">Mark as <file type></span> context menu command.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>You can quickly navigate in the currently edited file with <span class="shortcut">&shortcut:FileStructurePopup;</span>
|
||||
(<span class="control">Navigate | File Structure</span>).</p>
|
||||
<p>It shows the list of members of the current class. Select an element you want to navigate to and press the
|
||||
<span class="shortcut">Enter</span> key or the <span class="shortcut">&shortcut:EditSource;</span> key.</p>
|
||||
<p>To easily locate an item in the list, just start typing its name.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</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>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>It is very easy to toggle between find and replace functionality.</p>
|
||||
<p>When you perform search and replace in a file, pressing <span class="shortcut">&shortcut:Find;</span>
|
||||
shows the search pane. Pressing <span class="shortcut">&shortcut:Replace;</span> adds field, where you can type the replace string.</p>
|
||||
|
||||
<p>While in the <span class="control">Find in Path</span> dialog, you can switch to
|
||||
replace by pressing <span class="shortcut">&shortcut:ReplaceInPath;</span>. Same way, press <span class="shortcut">&shortcut:FindInPath;</span> to hide the
|
||||
<span class="control">Replace with</span> field, and switch to mere search.</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
You can quickly find all places where a particular class, method or variable is used in the whole project
|
||||
by positioning the caret at the symbol's name or at its usage in code and pressing <span class="shortcut">&shortcut:FindUsages;</span>
|
||||
(<span class="control">Edit | Find | Find Usages</span>
|
||||
in the popup menu).</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>To quickly find a menu command or toolbar action, you do not need to look through the menus. Just press
|
||||
<span class="shortcut">&shortcut:GotoAction;</span>
|
||||
(<span class="control">Help | Find Action</span> on the main
|
||||
menu) and start typing the name of the action. Choose the desired action from the suggestion list.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
To open any class in the editor quickly, press <span class="shortcut">&shortcut:GotoClass;</span>
|
||||
(<span class="control">Navigate | Class</span>)
|
||||
and start typing the name of the class. Choose the class from a drop-down list that appears.</p>
|
||||
<p class="image">
|
||||
<img width="444" height="81" src="images/goto_class.png"></p>
|
||||
<p>
|
||||
You can open any file in your project in a similar way by using <span class="shortcut">&shortcut:GotoFile;</span>
|
||||
(<span class="control">Navigate | File</span>)</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>To navigate to the declaration of a class, method or variable used somewhere in the code,
|
||||
position the caret at the usage and press <span class="shortcut">&shortcut:GotoDeclaration;</span> (<span class="control">Navigate | Declaration</span>). You can also click the mouse
|
||||
on usages with the <span class="shortcut">Ctrl</span>
|
||||
key pressed to jump to declarations.</p>
|
||||
<p class="image"><img width="856" height="145" src="images/ctrl_click.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<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>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>To quickly find and run an inspection, press
|
||||
<span class="shortcut">&shortcut:RunInspection;</span>
|
||||
and start typing the name of the inspection or its group. Choose the desired inspection from the suggestion list and
|
||||
then specify the desired scope.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>To open any particular method or field in the editor quickly, press <span class="shortcut">&shortcut:GotoSymbol;</span>
|
||||
(<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 src="images/goto_symbol.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
To open any class or file in the editor at the desired line, press <span class="shortcut">&shortcut:GotoFile;</span>
|
||||
(<span class="control">Navigate | File</span>),
|
||||
start typing the name, and choose the one from the suggestion list.
|
||||
Then type the colon (<span class="code_emphasis">:</span>) and a line number.</p>
|
||||
<p>
|
||||
The selected file will open with the caret at the specified line.</p>
|
||||
<p class="image">
|
||||
<img src="images/gotoFileLineNumber.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Use <span class="shortcut">&shortcut:HighlightUsagesInFile;</span> (<span class="control">Edit | Find | Highlight Usages in File</span>)
|
||||
to quickly highlight usages of some variable in the current file.</p>
|
||||
<p>Use <span class="shortcut">&shortcut:FindNext;</span> and <span class="shortcut">&shortcut:FindPrevious;</span> keys to navigate through highlighted usages.</p>
|
||||
<p>Press <span class="shortcut">&shortcut:EditorEscape;</span> to remove highlighting.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,11 +0,0 @@
|
||||
<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>
|
||||
@@ -1,10 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Enable the horizontal scrolling with the mouse wheel by holding
|
||||
the <span class="shortcut">Shift</span> key.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Use <span class="">Basic Completion</span>
|
||||
(<span class="shortcut">&shortcut:CodeCompletion;</span>) within HTML, CSS and other files, for completing image file names.</p>
|
||||
<p class="image"><img width="446" height="50" src="images/image_completion.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>You can quickly view the image referenced at caret by using the
|
||||
<span class="">Quick Definition</span>
|
||||
(<span class="shortcut">&shortcut:QuickImplementations;</span>). The underlying image will be opened in a popup instead of a separate editor tab.</p>
|
||||
<p class="image"><img width="365" height="208" src="images/image_lookup.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,10 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Use <span class="control">Analyze | Inspect Code</span> to run code analysis for the whole project or a custom scope and examine the results in a friendly view.</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,19 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>The Extract Variable
|
||||
refactoring helps you simplify complicated statements in your code. For example, in the code fragment below,
|
||||
you can select an expression in the code:</p>
|
||||
<p class="image"><img width="498" height="15" src="images/introduce_variable_1.png"></p>
|
||||
<p>and press <span class="shortcut">&shortcut:IntroduceVariable;</span> (<span class="control">Refactor | Extract | Variable...</span>).
|
||||
This will result in the following:</p>
|
||||
<p class="image"><img width="484" height="84" src="images/introduce_variable_2.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<p>&productName; lets you jump from your check-in comment to an issue in your task tracker.</p>
|
||||
<p>All you have to do is to define issue navigation patterns in the
|
||||
<span class="control">Settings | Version Control | Issue Navigation</span>
|
||||
dialog:</p>
|
||||
<p class="image"><img width="520" height="348" src="images/issueNavigation1.png"></p>
|
||||
<p>When you commit a changelist, and type the check-in comment, make sure it matches one of your issue navigation patterns.
|
||||
Later, when you browse through the changelists in the repository, such comments turn into hyperlinks:</p>
|
||||
<p class="image"><img src="images/issueNavigation.png"></p>
|
||||
<p>Clicking a hyperlink brings you directly to an issue in your task tracker.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p><span class="shortcut">&shortcut:JumpToLastChange;</span> (<span class="control">Navigate | Last Edit Location</span>)
|
||||
brings you back to the last place where you made changes in the code.</p>
|
||||
<p>Pressing <span class="shortcut">&shortcut:JumpToLastChange;</span> a few times moves you deeper into your changes history.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>If you've changed a live template, it becomes blue. If you want to return to the
|
||||
original text, right-click such a blue template, and choose
|
||||
<span class="control">Restore defaults</span> on the context menu.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>To see your local history of changes in a file, invoke
|
||||
<span class="control">Local History | Show History</span>
|
||||
from the context menu. You can navigate through different file versions, see the differences and roll back to any previous version.</p>
|
||||
<p>Use the same context menu item to see the history of changes on a directory. You will never lose any code with this feature!</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>To help you learn the purpose of each item in the main menu, its short description is shown in the status
|
||||
bar at the bottom of the application frame when you position the mouse pointer over this item.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>To show separator lines between methods in the editor, open the editor settings
|
||||
and select the <span class="control">Show method separators</span> check box in the
|
||||
<span class="control">Appearance</span> page.</p>
|
||||
|
||||
<p class="image"><img width="845" height="242" src="images/method_separator.png"></p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Use <span class="shortcut">&shortcut:MethodUp;</span> and <span class="shortcut">&shortcut:MethodDown;</span> keys to quickly move between methods in the editor.</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<p>If you don't want to commit some of your changes to the repository, you can set them aside for a while, by moving
|
||||
to a separate changelist, or by putting them to a shelf. Select such file in the <span class="control">Local</span> tab of the <span class="control">Changes</span> tool
|
||||
window, and on the context menu choose <span class="control">Move to Another Changelist</span>,
|
||||
or <span class="control">Shelve Changes</span>.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Add several cursors to your editor. To do that,
|
||||
press <span class="shortcut">Ctrl</span> twice and hold the key, and then press the arrow keys.</p>
|
||||
<p>On Mac use <span class="shortcut">Alt</span> instead of <span class="shortcut">Ctrl</span>.</p>
|
||||
<p class="image"><img src="images/multicursor.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Clone the cursor strictly upwards or downwards. To do that,
|
||||
press <span class="shortcut">&shortcut:GotoAction;</span>, type
|
||||
<span class="control">Clone caret</span>, and then choose the desired action.</p>
|
||||
<p class="image"><img src="images/multicursor1.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Navigation bar is a quick alternative to the <span class="control">Project</span> view.</p>
|
||||
<p>Use <span class="shortcut">&shortcut:ShowNavBar;</span> keyboard shortcut to show the navigation bar, and arrow keys to locate the necessary files or folders.</p>
|
||||
|
||||
|
||||
|
||||
<p class="image"><img width="567" height="26" src="images/navigationbar.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p><span class="shortcut">Ctrl+Click</span> (on Windows) or <span class="shortcut">Cmd+Click</span> (on MacOS) a tab in the editor to navigate to any part of the file path.
|
||||
Select the necessary element in the drop-down, and the corresponding file path opens in an external browser
|
||||
(e.g., in the Explorer, if your OS is Windows).</p>
|
||||
<p class="image"><img width="161" height="183" src="images/navigateToFilePath.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>If the cursor is between the parentheses of a method call, pressing <span class="shortcut">&shortcut:ParameterInfo;</span> brings up
|
||||
a list of valid parameters.</p>
|
||||
<p class="image"><img width="411" height="59" src="images/param_info.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Postfix code completion is applied "from right to left" and
|
||||
lets you avoid backward caret jumps when coding.
|
||||
After the code fragment that you want to change,
|
||||
type a dot (<span class="shortcut">.</span>),
|
||||
optionally press <span class="shortcut">&shortcut:InsertLiveTemplate;</span> and
|
||||
select the desired option.</p>
|
||||
<p class="image">
|
||||
<img src="images/PostfixCompletion.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p><span class="control">TODO</span> tool window lets you preview each of the
|
||||
encountered TODO items - just click the preview button on the toolbar.</p>
|
||||
<p></p>
|
||||
<p class="image"><img width="885" height="234" src="images/todo_preview.png"><p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>When choosing a live template from a suggestion list, press
|
||||
<span class="shortcut">&shortcut:QuickJavaDoc;</span> to view quick documentation -
|
||||
to be sure you make a right choice:</p>
|
||||
<p class="image"><img src="images/qdoc_live_template.png"></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>You don't need to invoke quick documentation explicitly
|
||||
(<span class="shortcut">&shortcut:QuickJavaDoc;</span>) - if you just move your mouse
|
||||
pointer over the desired symbol, the quick documentation pop-up window will show
|
||||
automatically.</p>
|
||||
<p>To enable this feature, select the check box <span class="control">Show quick doc on mouse move</span>
|
||||
in the editor settings.
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>To quickly evaluate the value of any expression while debugging the program,
|
||||
hold Alt (Control+Alt+Shift on Linux) and click this expression to see its value and calculate it, call a method, etc. </p>
|
||||
|
||||
<p class="image">
|
||||
<img src="images/quick_evaluate.png">
|
||||
</p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>When you press <span class="shortcut">&shortcut:ShowIntentionActions;</span> to invoke a quick fix or intention action,
|
||||
press the right arrow key to reveal the list of additional options.</p>
|
||||
<p>Depending on the context, you can choose to disable inspection, fix all problems,
|
||||
change inspection profile, etc.</p>
|
||||
<p class="image"><img width="407" height="114" src="images/quick_fix_options.png" alt="qfo"/></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
To quickly see the documentation for a class or method at caret, press <span class="shortcut">&shortcut:QuickJavaDoc;</span>
|
||||
(<span class="control">View | Quick Documentation</span>).</p>
|
||||
<p class="image">
|
||||
<img width="368" height="143" src="images/quick_javadoc.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,18 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>The shortcuts such as <span class="shortcut">&shortcut:QuickJavaDoc;</span>
|
||||
(<span class="control">View | Quick Documentation</span>),
|
||||
<span class="shortcut">&shortcut:ParameterInfo;</span> (<span class="control">View | Parameter Info</span>),
|
||||
<span class="shortcut">&shortcut:GotoDeclaration;</span> (<span class="control">Navigate | Declaration</span>)
|
||||
and others can be used not only in the editor but in the code completion popup list as well.</p>
|
||||
<p class="image"><img width="532" height="212" src="images/quick_javadoc_in_lookups.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>With a single keystroke, you can apply another code style/coloring scheme or keymap right from the editor.
|
||||
Just press <span class="shortcut">&shortcut:QuickChangeScheme;</span>
|
||||
(<span class="control">View | Quick Switch Scheme</span>),
|
||||
to specify the scheme you want to change.</p>
|
||||
<p class="image"><img width="199" height="111" src="images/quick_switch_scheme.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Use <span class="shortcut">&shortcut:RecentChanges;</span> to quickly review your recent changes to the project.</p>
|
||||
<p class="image"><img width="614" height="348" src="images/recent_changes.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,22 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p><span class="shortcut">&shortcut:RecentFiles;</span> (<span class="control">View | Recent Files</span>)
|
||||
brings a popup list of the recently visited files. Choose the desired file and press
|
||||
<span class="shortcut">Enter</span> to open it.</p>
|
||||
<p class="image"><img width="400" height="288" src="images/recent_files_1.png"></p>
|
||||
|
||||
<p>Besides recent files, you can bring up results of the usage searches you have performed
|
||||
recently. To do that, use the same <span class="shortcut">&shortcut:RecentFiles;</span> shortcut with the <span class="control">Find</span> tool window having
|
||||
the focus, and select the desired find usages result from the <span class="control">Recent Find Usages</span> popup.</p>
|
||||
|
||||
<p class="image"><img width="750" height="157" src="images/recent_files_2.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
|
||||
<p>When searching for a text string in a file, use recent history: with the search pane already open, click
|
||||
the down arrow to show the list of recent entries.
|
||||
<p class="image"><img width="292" height="205" src="images/recentSearch.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,11 +0,0 @@
|
||||
<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>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>You can easily rename your classes, methods and variables with automatic correction of all places where they are used.</p>
|
||||
<p>To try it, place the caret at the symbol you want to rename, and press <span class="shortcut">&shortcut:RenameElement;</span>
|
||||
(<span class="control">Refactor | Rename</span>).
|
||||
Type the new name in the popup window that appears, or select one of the suggested names,
|
||||
and press
|
||||
<span class="shortcut">Enter</span>.</p>
|
||||
<p class="image"><img width="492" height="133" src="images/rename.png"></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>It is possible to rename CSS selectors directly from HTML. Position the caret at
|
||||
the selector to be renamed and press <span class="shortcut">&shortcut:RenameElement;</span>
|
||||
(<span class="control">Refactor | Rename</span>).</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,11 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>If there are too many run/debug configurations of the same type, you can group them into folders, and thus distinguish them visually.</p>
|
||||
<p class="image"><img width="335" height="143" src="images/RunConfigFolder.png"><p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>If you are working on a large project, with numerous TODO items,
|
||||
filter them by scopes.</p>
|
||||
<p>Use the Scope-Based tab in the TODO tool window to show only those items
|
||||
that pertain to the scope of interest.</p>
|
||||
<p></p>
|
||||
<p class="image"><img width="831" height="267" src="images/todo_scopes.png"><p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,13 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
Scratch files allow you experiment and prototype right in the editor,
|
||||
without creating any project files.</p>
|
||||
<p>To create a scratch file, press <span class="shortcut">&shortcut:NewScratchFile;</span>,
|
||||
and then select its language.</p>
|
||||
<p class="image"><img src="images/scratch.png"></p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,11 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
<span class="product">&productName;</span> allows you to search through the classes,
|
||||
files, tool windows, actions, settings, and symbols of your project by double pressing
|
||||
the <span class="shortcut">Shift</span> key.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>You can quickly find a setting you need in the <span class="control">Settings/Preferences</span> dialog, without browsing through the numerous options.
|
||||
Just type some characters that, in your opinion, exist in the option description, and the list of settings will reduce to the
|
||||
matching ones. Select the desired entry, and see the setting that contains the entered characters highlighted:</p>
|
||||
<p class="image"><img width="581" height="212" src="images/search_settings.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,16 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>To quickly select the currently edited element (class, file, method or field) in any view (<span class="control">Project</span> view,
|
||||
<span class="control">Structure</span> view or other),
|
||||
press <span class="shortcut">&shortcut:SelectIn;</span>.</p>
|
||||
<p class="image"><img width="419" height="359" src="images/select_in.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,14 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>By pressing <span class="shortcut">&shortcut:ChooseRunConfiguration;</span> you can access the Run/Debug dropdown on the main toolbar,
|
||||
without the need to use your mouse.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>When working with a lengthy list of tasks, you don't need to delete them one by one.
|
||||
Select several tasks, using <span class="control">Shift</span>
|
||||
or <span class="control">Control/Command</span> keys, click the right arrow, and then click
|
||||
<span class="control">Remove</span>.
|
||||
</p>
|
||||
<p class="image"><img width="312" height="186" src="images/select_tasks.png"><p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>You can quickly review all styles currently applied to an HTML tag, by right-clicking the tag name and selecting
|
||||
<span class="control">Show Applied Styles For Tag</span>
|
||||
from the context menu:</p>
|
||||
<p class="image"><img width="685" height="90" src="images/show_applied_styles.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
If you need more workspace, you can hide the tool windows bars:
|
||||
click <img src="images/show_hide_tool_window_bars.png"> in the lower left corner.</p>
|
||||
<p>
|
||||
If necessary, you can show the tool window buttons just for a moment. To do that, press the key <span class="shortcut">Alt</span> (for Windows/*nix) or
|
||||
<span class="shortcut">Command</span> (for Mac) twice and keep it down.
|
||||
While the key is pressed, the tool window buttons are visible.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>You can bring forward the list of all usages of a class, method or variable across the whole
|
||||
project, and quickly jump to the selected usage. To do that, place the caret at the symbol's name or at its usage
|
||||
in code and press <span class="shortcut">&shortcut:ShowUsages;</span> (<span class="control">Edit | Find | Show Usages</span>
|
||||
in the main menu), scroll the list and click the desired usage.</p>
|
||||
<p class="image"><img width="957" height="139" src="images/showUsages.png"/></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,11 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</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>
|
||||
@@ -1,14 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>The speed search is available in all the tree views: just start typing and you'll quickly locate the necessary item.</p>
|
||||
<p class="image"><img width="345" height="220" src="images/speed_search.png"></p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>In the <span class="control">Live Templates</span> settings, use speed search to find templates with certain text in the template abbreviation, body or description.</p>
|
||||
<p>Start typing the desired text, and the list of available templates will shrink to show matching templates only:</p>
|
||||
<p class="image"><img width="585" height="386" src="images/SpeedSearchInLiveTemplates.png"><p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>Keep your source code typo-free with the help of the built-in <span class="">Spellchecker</span>.</p>
|
||||
|
||||
<p>All texts, including comments, textual strings and literals, are inspected against the pre-defined dictionaries.
|
||||
All typos are highlighted, which leaves you with the task of choosing the correct word, accepting the current spelling, or disabling inspection.</p>
|
||||
<p>Use <span class="shortcut">&shortcut:ShowIntentionActions;</span> to see the list of available actions.</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,12 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p>If you lack words in the pre-defined dictionaries, you can create your own ones. A custom dictionary is a mere
|
||||
textual file with a <span class="code_emphasis">.dic</span> extension, with each word starting on a new line.</p>
|
||||
<p>All you have to do is to point to the directories where your dictionaries are stored, in the
|
||||
<span class="control">Spelling</span> of the <span class="control">Settings</span> dialog.</p>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Use the Switcher (<span class="shortcut">&shortcut:Switcher;</span>) to switch between open files and tool windows.
|
||||
Keeping <span class="shortcut">Ctrl</span> pressed, use the <span class="shortcut">Up</span> and <span class="shortcut">Down</span> arrow keys,
|
||||
<span class="shortcut">Tab</span> or <span class="shortcut">Shift+Tab</span>, <span class="control">Alt</span> for navigation;
|
||||
use <span class="shortcut">Delete</span> or <span class="shortcut">BackSpace</span> to close editor tab or hide a tool window.</p>
|
||||
<p class="image"><img src="images/switcher.png"/></p>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>Did you know that you can close tabs in the editor and the tool windows of &productName; without actually
|
||||
using the context menu commands?
|
||||
It is enough to point with your mouse cursor to a tab to be closed, and click the middle mouse button, or just
|
||||
use the <span class="shortcut">Shift+click</span> combination.</p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
||||
<p>When using Code Completion, you can accept the currently highlighted selection in the popup list
|
||||
with <span class="shortcut">&shortcut:EditorChooseLookupItemReplace;</span> key.</p>
|
||||
<p>Unlike accepting with the <span class="shortcut">&shortcut:EditorChooseLookupItem;</span> key, the selected name will overwrite
|
||||
the rest of the name to the right of the caret. This can be especially useful for replacing one method
|
||||
or variable name with another.</p>
|
||||
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,17 +0,0 @@
|
||||
<html>
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
||||
</head>
|
||||
<body>
|
||||
<p>
|
||||
A special variant of the Code Completion feature invoked by pressing <span class="shortcut">&shortcut:CodeCompletion;</span> twice allows you to
|
||||
complete
|
||||
XML tag names from namespaces not declared in the current file.
|
||||
If the namespace is not declared yet the declaration is generated automatically.
|
||||
</p>
|
||||
|
||||
<p class="image"><img src="images/tagNameCompletion.png"></p>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user