Skip to content

Commit 04bfedc

Browse files
committed
Add documentation entry for new offset/size configuration option
1 parent 775031c commit 04bfedc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/window/settings_window.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,14 @@ Examples:
100100

101101
* With a value of 2, ``123456789.0`` will be displayed as *1.2345E8*
102102

103+
---------------
104+
105+
| :guilabel:`Offset or size fields format mode` Default: ``Auto``
106+
107+
Any fields which are displayed in the UI that represent byte offsets or sizes can be configured to display as either decimal, hexadecimal, or automatic.
108+
109+
In the default automatic mode the fields will be shown as decimal for small values up to a given threshold, and as hexadecimal for larger values. With this option they can be instead forced to always display as one or the other.
110+
103111
---------------
104112

105113
| :guilabel:`Directory for temporary capture files` Default: ``%TEMP%``

0 commit comments

Comments
 (0)