mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-25 06:18:32 +07:00
21 lines
721 B
HTML
21 lines
721 B
HTML
<html>
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="css/tips.css">
|
|
</head>
|
|
<body>
|
|
|
|
|
|
<p>For the pattern search in the <span class="control">Go to Class</span>,
|
|
<span class="control">Go to Symbol</span> and
|
|
<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.png"></p>
|
|
|
|
|
|
|
|
</body>
|
|
</html>
|