~vcs-imports/ghex/master

« back to all changes in this revision

Viewing changes to help/HTML/pl/ghex/basics-find-replace.html

  • Committer: Logan Rathbone
  • Date: 2022-01-06 23:52:20 UTC
  • Revision ID: git-v1:c00df7466b5028d13d4859545ab947f2736c7784
static-html-help: Tarball rather than a bare dirtree

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html>
2
 
<html>
3
 
<head>
4
 
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5
 
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
6
 
<title>Find and replace</title>
7
 
<link rel="stylesheet" type="text/css" href="pl.css">
8
 
<script type="text/javascript" src="highlight.pack.js"></script><script>
9
 
document.addEventListener('DOMContentLoaded', function() {
10
 
  var matches = document.querySelectorAll('code.syntax')
11
 
  for (var i = 0; i < matches.length; i++) {
12
 
    hljs.highlightBlock(matches[i]);
13
 
  }
14
 
}, false);</script><script type="text/javascript" src="yelp.js"></script>
15
 
</head>
16
 
<body lang="pl" dir="ltr"><main><div class="page">
17
 
<header><div class="inner pagewide"><div class="trails" role="navigation"><div class="trail">
18
 
<a class="trail" href="index.html" title="GHex Help">GHex Help</a> › <a class="trail" href="index.html#basics" title="Basics">Basics</a> » </div></div></div></header><article><div class="hgroup pagewide"><h1 class="title"><span class="title">Find and replace</span></h1></div>
19
 
<div class="region">
20
 
<div class="contents pagewide"></div>
21
 
<section id="find-pane"><div class="inner">
22
 
<div class="hgroup pagewide"><h2 class="title"><span class="title">Find pane</span></h2></div>
23
 
<div class="region"><div class="contents pagewide">
24
 
<p class="p">Most basic find operations in GHex can be done by utilizing the <span class="gui">Find</span> pane.</p>
25
 
<p class="p">You may toggle the <span class="gui">Find</span> pane in the following ways:</p>
26
 
<div class="list"><div class="inner"><div class="region"><ul class="list">
27
 
<li class="list"><p class="p">Click the <span class="gui">Find</span> button on the header bar.</p></li>
28
 
<li class="list"><p class="p">Press <span class="keyseq"><span class="key"><kbd>Ctrl</kbd></span>+<span class="key"><kbd>F</kbd></span></span>.</p></li>
29
 
</ul></div></div></div>
30
 
<p class="p">In order to easily search for a string in either hex or ASCII format, the
31
 
  <span class="gui">Find</span> pane acts like a miniature hex editor. You enter this string in the
32
 
  same way you would edit a file as described in the <span class="link"><a href="basics-edit-file.html" title="Editing files">Editing files</a></span>
33
 
  section.</p>
34
 
<p class="p">To search for the next occurrence of the requested string in the file from the
35
 
  current position of the cursor, click the <span class="gui">Find Next</span> button.</p>
36
 
<p class="p">To search for the previous occurrence of the requested string in the file from
37
 
  the current position of the cursor, click the <span class="gui">Find Previous</span> button.</p>
38
 
<p class="p">Your search results will also be automatically highlighted in a different color
39
 
  than the standard selection color.</p>
40
 
<p class="p">You may close the <span class="gui">Find</span> pane by pressing <span class="key"><kbd>Esc</kbd></span> while it is focused, or
41
 
  by clicking its own <span class="gui">Close</span> button in the bottom-right-hand corner of the
42
 
  pane.</p>
43
 
</div></div>
44
 
</div></section><section id=""><div class="inner">
45
 
<div class="hgroup pagewide"><h2 class="title"><span class="title">Find and Replace pane</span></h2></div>
46
 
<div class="region"><div class="contents pagewide">
47
 
<p class="p">The <span class="gui">Find and Replace</span> pane works a lot like the <span class="gui">Find</span> pane, except
48
 
  that it also allows you to replace the next string, or all strings in the file,
49
 
  with string in the <span class="gui">Replace With</span> field.</p>
50
 
<p class="p">To replace the next string from the cursor in the <span class="gui">Find String</span> field with
51
 
  the string in the <span class="gui">Replace With</span> field, click <span class="gui">Replace</span>.</p>
52
 
<p class="p">To replace all instances in the file of the string in the <span class="gui">Find String</span>
53
 
  field with the string in the <span class="gui">Replace With</span> field, click <span class="gui">Replace All</span>.</p>
54
 
<p class="p">In other respects, the <span class="gui">Find and Replace</span> pane works as described in the
55
 
  <span class="link"><a href="#find-pane" title="Find pane">Find pane</a></span> section above.</p>
56
 
</div></div>
57
 
</div></section><section class="links" role="navigation"><div class="inner">
58
 
<div class="hgroup pagewide"></div>
59
 
<div class="contents pagewide"><div class="links guidelinks"><div class="inner">
60
 
<div class="title"><h2><span class="title">Więcej informacji</span></h2></div>
61
 
<div class="region"><ul><li class="links "><a href="index.html#basics" title="Basics">Basics</a></li></ul></div>
62
 
</div></div></div>
63
 
</div></section>
64
 
</div>
65
 
<div class="clear"></div></article><footer><div class="inner pagewide"><div class="about ui-expander" role="contentinfo">
66
 
<div class="yelp-data yelp-data-ui-expander" data-yelp-expanded="false"></div>
67
 
<div class="inner">
68
 
<div class="hgroup"><h2><span class="title">Informacje</span></h2></div>
69
 
<div class="region"><div class="contents">
70
 
<div class="copyrights">
71
 
<div class="copyright">© 2022 Logan Rathbone</div>
72
 
<div class="copyright">© 2018-2020 Piotr Drąg</div>
73
 
<div class="copyright">© 2018-2020 Aviary.pl</div>
74
 
</div>
75
 
<div class="credits">
76
 
<div class="credits-authors">
77
 
<div class="title"><span class="title">Napisane przez</span></div>
78
 
<ul class="credits"><li>Logan Rathbone</li></ul>
79
 
</div>
80
 
<div class="credits-translators">
81
 
<div class="title"><span class="title">Przetłumaczone przez</span></div>
82
 
<ul class="credits">
83
 
<li>Piotr Drąg</li>
84
 
<li>Aviary.pl</li>
85
 
</ul>
86
 
</div>
87
 
<div class="credits-blank"></div>
88
 
<div class="credits-blank"></div>
89
 
</div>
90
 
</div></div>
91
 
</div>
92
 
</div></div></footer>
93
 
</div></main></body>
94
 
</html>