aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-10app: multi-line comments via literal \\n (long notes were clipping)blasty1-4/+12
2026-07-10drive: ergonomic RE helper over the RPC socket (terse text, auto socket)blasty1-0/+10
2026-07-10app: comment on a no-address line -> function comment (was refused)blasty1-0/+32
2026-07-10app: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty1-0/+14
2026-07-10pane: auto-start the ida-pro-mcp supervisor if it's downblasty1-0/+87
2026-07-10rpc: cursor_on + word= edits, single-driver gate, colored screenblasty1-5/+26
2026-07-10rpc: readiness, quit, methods discovery, not-ready guardblasty1-2/+23
2026-07-10rpc: more verbs — structured reads, modal select, in-view search, saveblasty1-0/+56
2026-07-10rpc: semantic verbs (typed-with-delay ops + fast movement)blasty1-2/+43
2026-07-10rpc: unix-socket puppeteering server (raw keys + introspection + screen)blasty1-0/+121
2026-07-10sync: extract shared settle/wait helpers (idatui/_sync.py)blasty1-7/+2
2026-07-10tests: retire the monolithic test_tui.py (superseded by test_scenarios)blasty1-1236/+0
2026-07-10tests: isolated scenario suite (parity with the monolith, fast --only)blasty1-0/+1272
2026-07-10hex view: raw image bytes (VA-addressed), synced to the code cursorblasty1-2/+28
2026-07-10retype: set variable/function types with 'y' (IDA-style), via structured toolsblasty1-3/+37
2026-07-10struct editor: auto-format the definition on saveblasty1-0/+5
2026-07-10struct editor: loud save errors + guard unsaved editsblasty1-0/+22
2026-07-10clipboard: keyboard copy (OSC 52 + tmux) since mouse-select is capturedblasty1-0/+17
2026-07-10struct editor: discoverable, confirmed delete (d/Del + ConfirmScreen)blasty1-5/+13
2026-07-10struct editor: C-style CRUD for local types (Ctrl+T)blasty1-2/+61
2026-07-09decompiler: fall back to disassembly when decompilation failsblasty1-4/+31
2026-07-09default to the pseudocode view instead of disassemblyblasty1-8/+26
2026-07-09names: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty1-1/+40
2026-07-09xrefs: pre-select the site the dialog was invoked fromblasty1-0/+45
2026-07-09xrefs: informative labels — function+offset, and section instead of '?'blasty1-0/+43
2026-07-09decompiler: xref jump lands the cursor on the reference token's columnblasty1-0/+13
2026-07-09decompiler: xref jump within the current function moves the cursorblasty1-0/+19
2026-07-09decompiler: hide the per-line /*0xEA*/ address markers (clutter)blasty1-4/+7
2026-07-09comments: ';' sets a comment on the current line (disasm + pseudocode)blasty1-0/+29
2026-07-09rename: refuse pseudocode goto-labels with a clear messageblasty1-0/+37
2026-07-09test: --stop-after for fast single-feature iteration; skip needless decompileblasty1-1/+22
2026-07-09decompiler: xref-select jumps to the reference line in pseudocodeblasty1-64/+95
2026-07-09test: fix stale row/function reuse across filter + xref-select blocksblasty1-0/+13
2026-07-09fix: xref-select navigated to the wrong place (ordinary-flow contamination)blasty1-0/+35
2026-07-09fix: decomp follow fails on a just-renamed symbol (stale name)blasty1-0/+19
2026-07-09cap the function pane width so it doesn't dominate wide terminalsblasty1-0/+3
2026-07-09decompiler: line-number gutterblasty1-0/+7
2026-07-09decompiler: grayed 'decompiling…' overlay during (re)decompileblasty1-0/+19
2026-07-09fix stale top frame on jump-back; test the actual repaintblasty1-0/+13
2026-07-09smoother scroll restore on jump-back; non-degenerate testblasty1-4/+15
2026-07-09fix: pseudocode names not refreshing across history after renameblasty1-1/+13
2026-07-09fix input visibility (search/rename) + refresh stale names across historyblasty1-0/+70
2026-07-09paging: preserve the cursor's viewport-relative row (IDA-style)blasty1-0/+21
2026-07-09search: land the cursor on the match's starting columnblasty1-0/+3
2026-07-09preserve scroll offset in jump history (both views)blasty1-0/+31
2026-07-09fix: decompiler follow/xrefs of a name not listed in refsblasty1-0/+22
2026-07-09rename symbol under cursor ('n') + save ('Ctrl+S')blasty1-0/+40
2026-07-09sortable function list: click column headers (addr/name/size)blasty1-0/+21
2026-07-09track pseudocode-view cursor position across jumpsblasty1-0/+47
2026-07-09preserve cursor line+column in the jump historyblasty1-0/+7