Skip to content

Commit 3ceaebe

Browse files
committed
Update docs
1 parent 785d8e6 commit 3ceaebe

File tree

8 files changed

+13
-9
lines changed

8 files changed

+13
-9
lines changed
93 KB
Loading
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/source/user-docs.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ The documentation for users is still on its early stages and will be improved ov
1313
:titlesonly:
1414
:glob:
1515

16+
user-docs/widgets
1617
user-docs/shortcuts
1718
user-docs/command-line
1819
user-docs/menus

docs/source/user-docs/widgets.rst

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,40 @@
11
Widgets
22
=======
33

4-
Cutter UI consists of several widgets(views) such as: Disassembly, Decompiler, etc.
5-
which provide their own functionality, context menus and synchronisation with
4+
Cutter UI consists of several widgets (views) such as Disassembly, Decompiler, and Hexdump.
5+
These widgets provide their own functionality, context menus and synchronization with
66
other widgets to help user get all sort of analysis done conveniently and quickly.
7-
Following is a quick overview of these widgets.
87

8+
These are some of the widgets you can find in Cutter:
9+
10+
11+
912
Dashboard Widget
1013
------------------
1114

12-
.. image:: ../images/dashboard.gif
15+
.. image:: ../images/widgets/dashboard.png
1316

1417
Disassembly Widget
1518
------------------
1619

17-
.. image:: ../images/disassembly.gif
20+
.. image:: ../images/widgets/disassembly.gif
1821

1922
Graph Widget
2023
------------------
2124

22-
.. image:: ../images/graph.gif
25+
.. image:: ../images/widgets/graph.gif
2326

2427
HexDump Widget
2528
------------------
2629

27-
.. image:: ../images/hexdump.gif
30+
.. image:: ../images/widgets/hexdump.gif
2831

2932
Search Widget
3033
------------------
3134

32-
.. image:: ../images/search.gif
35+
.. image:: ../images/widgets/search.gif
3336

3437
Strings Widget
3538
------------------
3639

37-
.. image:: ../images/strings.gif
40+
.. image:: ../images/widgets/strings.gif

0 commit comments

Comments
 (0)