~vcs-imports/ghex/master

« back to all changes in this revision

Viewing changes to help/HTML/it/ghex/tools-converter.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>Base converter</title>
7
 
<link rel="stylesheet" type="text/css" href="it.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="it" 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#tools" title="Tools">Tools</a> » </div></div></div></header><article><div class="hgroup pagewide"><h1 class="title"><span class="title">Base converter</span></h1></div>
19
 
<div class="region">
20
 
<div class="contents pagewide">
21
 
<p class="p">GHex includes a base converter tool which can either be used as a standalone
22
 
 tool to convert values from one format to another, or to obtain the value
23
 
 pointed to by the cursor and to convert that value into various formats.</p>
24
 
<p class="p">You may access the base converter by selecting <span class="gui">Base Converter</span> from the
25
 
 <span class="gui">Tools</span> submenu of the <span class="gui">Main menu</span>.</p>
26
 
<p class="p">While the base converter is open, you may still select the hex editor and move
27
 
 the cursor around, as per usual.</p>
28
 
<p class="p">To convert the value at the cursor position, click the <span class="gui">Get cursor value</span>
29
 
 button.</p>
30
 
<p class="p">To convert a value manually, you may type it into any of the fields in the
31
 
 format delimited therein (clearing any pre-existing value as necessary), and
32
 
 press <span class="key"><kbd>Enter</kbd></span>.</p>
33
 
<p class="p">If you have entered an invalid value, "ERROR" will appear in the field. This
34
 
 error is not fatal and just indicates that an unrecognized value was entered.
35
 
 Simply enter a valid value, or click <span class="gui">Get cursor value</span> to grab the cursor
36
 
 value and to get some examples of valid values, and try again.</p>
37
 
<p class="p">The base converter can be closed by clicking the <span class="gui">Close</span> button.</p>
38
 
</div>
39
 
<section class="links" role="navigation"><div class="inner">
40
 
<div class="hgroup pagewide"></div>
41
 
<div class="contents pagewide"><div class="links guidelinks"><div class="inner">
42
 
<div class="title"><h2><span class="title">Ulteriori informazioni</span></h2></div>
43
 
<div class="region"><ul><li class="links "><a href="index.html#tools" title="Tools">Tools</a></li></ul></div>
44
 
</div></div></div>
45
 
</div></section>
46
 
</div>
47
 
<div class="clear"></div></article><footer><div class="inner pagewide"><div class="about ui-expander" role="contentinfo">
48
 
<div class="yelp-data yelp-data-ui-expander" data-yelp-expanded="false"></div>
49
 
<div class="inner">
50
 
<div class="hgroup"><h2><span class="title">Informazioni</span></h2></div>
51
 
<div class="region"><div class="contents">
52
 
<div class="copyrights"><div class="copyright">© 2022 Logan Rathbone</div></div>
53
 
<div class="credits">
54
 
<div class="credits-authors">
55
 
<div class="title"><span class="title">Scritto da</span></div>
56
 
<ul class="credits"><li>Logan Rathbone</li></ul>
57
 
</div>
58
 
<div class="credits-blank"></div>
59
 
<div class="credits-blank"></div>
60
 
</div>
61
 
</div></div>
62
 
</div>
63
 
</div></div></footer>
64
 
</div></main></body>
65
 
</html>