aboutsummaryrefslogtreecommitdiffstats
path: root/docs/GRAPH_VIEW.md
diff options
context:
space:
mode:
authorblasty <blasty@local>2026-08-07 15:29:37 +0200
committerblasty <blasty@local>2026-08-07 15:29:49 +0200
commit8fef561903e9501281ebcc58cdb33ee4d9116fd0 (patch)
tree0edd3a430134fdddd5a4826b835360591e632507 /docs/GRAPH_VIEW.md
parentREADME: pure markdown, and a logo sized for a README (diff)
downloadida-tui-8fef561903e9501281ebcc58cdb33ee4d9116fd0.tar.gz
ida-tui-8fef561903e9501281ebcc58cdb33ee4d9116fd0.tar.xz
ida-tui-8fef561903e9501281ebcc58cdb33ee4d9116fd0.zip
docs: drop two stale files, correct the two the README links, cut sharp edges
README: "Known sharp edges" removed. docs/GRAPH_VIEW.md pointed the graph's one backend call at server/patch_server.py, a file the port deleted. It is idatui/codemode_client.py now. This matters because GRAPH_VIEW.md is one of only two docs the README links -- a wrong path in a linked doc is worse than no doc. docs/RPC.md was missing five verbs rpc.py serves: ping/methods/quit (now a Session table) and trace/binaries/switch (with the semantic verbs). The trace verb drives a whole feature the README advertises, so its absence was the real gap. Every verb in rpc.py's METHODS table is now documented, checked mechanically -- the remainder of what looked missing turned out to be values of the "move" verb's dir parameter, not verbs. Deleted: - docs/CODEMODE_PORT.md. Written mid-port, and its Result section claims the port covered "the complete current TUI feature set". It did not: the graph view was dead, the operand-format keys were dead, pseudocode comments never appeared, and bulk rename was broken. Keeping a doc that states the opposite of what we found is worse than having none, and docs/CODEMODE_UPSTREAM.md carries the accurate account of the API limits. - docs/TUI_DRIVING_BLUEPRINT.md. A design sketch for generalizing the drive-a-TUI-over-a-socket pattern to other programs, with gdb as the main example -- which now exists for real in ~/dev/gdb-driver. Superseded by the thing it proposed. Nothing linked either file. Both remain in git history.
Diffstat (limited to '')
-rw-r--r--docs/GRAPH_VIEW.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/GRAPH_VIEW.md b/docs/GRAPH_VIEW.md
index afd0f40..29b280e 100644
--- a/docs/GRAPH_VIEW.md
+++ b/docs/GRAPH_VIEW.md
@@ -52,8 +52,8 @@ every editing verb work inside a box because they are working on listing rows.
Growing a second disassembly renderer for graph mode would have been the real
cost.
-The backend adds exactly one tool, `flowchart(addr)` in
-`server/patch_server.py`, which returns block ranges and typed edges — **not**
+The backend adds exactly one operation, `flowchart(addr)` in
+`idatui/codemode_client.py`, which returns block ranges and typed edges — **not**
text.
## Layout (`idatui/graph.py`)