aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_scenarios.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* loading: ask how to load an unrecognised file, like IDA doesblasty12 days1-0/+21
* nav: one notion of "which pane you're in" — delete _prefblasty12 days1-0/+17
* nav: don't stack a history entry for the place you're already standing onblasty12 days1-0/+15
* palette: match case-insensitively in BOTH directionsblasty12 days1-0/+9
* help: lay the cheatsheet out as fluid columns of cardsblasty12 days1-4/+9
* strings: F2 widens the strings browser to the whole projectblasty12 days1-2/+2
* projects: project-wide symbol search over a SQLite FTS5 index (phase 2)blasty12 days1-8/+8
* exit: ask before quitting with unsaved database changesblasty12 days1-6/+36
* tests: fix the "filter flake" and the view_toggle cascade — suite is 187/0blasty12 days1-8/+29
* ui: drop the footer cheatsheet; F1 opens a key reference insteadblasty12 days1-7/+31
* decomp: Home/End move along the line instead of scrolling to top/bottomblasty12 days1-0/+34
* retype: 'y' now retypes globals too, not just prototypes and localsblasty12 days1-1/+98
* split: propagate pure scrolls (wheel/scrollbar) to the companion paneblasty12 days1-0/+22
* split: keep the companion pane level with the driver's cursorblasty12 days1-0/+19
* strings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty13 days1-1/+44
* split: follow the decomp across functions as the listing cursor crosses boundsblasty13 days1-0/+13
* split: click a pane to drive it (not just Tab) + spell it out in the statusblasty13 days1-0/+7
* split-view phase 4: split-aware status, min-width gate, verified navblasty13 days1-0/+16
* split-view phase 3: rich per-line instruction region highlightblasty13 days1-0/+21
* split-view phase 2: cursor sync + linked-row highlightblasty13 days1-0/+36
* split: guard toggle behind prompt-active; clear _split in the pilot resetblasty13 days1-0/+1
* split-view phase 1: side-by-side listing <-> pseudocode layoutblasty13 days1-2/+29
* decomp: fix stuck 'decompiling' spinner when re-opening a loaded functionblasty13 days1-0/+10
* decomp: restore the 'decompiling…' overlay on F5/Tab from the listingblasty13 days1-6/+7
* palette: replace the stock Ctrl+P command palette with real ida-tui actionsblasty13 days1-0/+23
* hex: freeze the cursor's screen position on scroll (not clamp-to-edge)blasty13 days1-12/+17
* hex: cursor follows the scroll (stays visible on wheel/scrollbar)blasty13 days1-4/+5
* hex: click to place the byte cursor (hex + ascii panes)blasty13 days1-0/+22
* mcp: collapse app + launcher to worker-onlyblasty13 days1-18/+14
* tests: pass url=""/db=None to IdaTui in the worker pilot pathblasty13 days1-1/+1
* tests: add --worker <binary> to run the pilot suite against the idalib workerblasty13 days1-5/+16
* fix: don't let a late navigation steal focus from an open promptblasty14 days1-1/+5
* listing: two-level indent, address on headers, drop 'near', opcode cap+cycleblasty14 days1-3/+3
* listing: IDA-style function boundary banners in the unified viewblasty14 days1-0/+25
* unify: the continuous listing is the one code view; deprecate DisasmViewblasty14 days1-140/+100
* listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2blasty2026-07-231-0/+18
* listing: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty2026-07-231-1/+11
* app: 'L' opens the continuous segment listing (functions+data interleaved)blasty2026-07-231-0/+27
* listing: expand struct-typed globals into member rows (M4 item 3)blasty2026-07-231-0/+48
* app: 'a' — make string literal in the listing (M4 richness)blasty2026-07-231-0/+49
* app: listing 'n' names the address (can name a bare/undefined byte)blasty2026-07-231-0/+63
* app: on startup, land on main() (else pop the symbol picker)blasty2026-07-231-3/+36
* app: 'd' — define typed data in the listing (make_data, M3)blasty2026-07-221-0/+41
* app: ListingView — virtualized flat code+data listing for regions (M2)blasty2026-07-221-15/+81
* app: non-function regions — open a flat listing + c/p/u edit verbs (M0)blasty2026-07-221-0/+50
* app: multi-line comments via literal \\n (long notes were clipping)blasty2026-07-101-4/+12
* app: comment on a no-address line -> function comment (was refused)blasty2026-07-101-0/+32
* sync: extract shared settle/wait helpers (idatui/_sync.py)blasty2026-07-101-7/+2
* tests: isolated scenario suite (parity with the monolith, fast --only)blasty2026-07-101-0/+1272