aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test_scenarios.py (unfollow)
Commit message (Expand)AuthorFilesLines
62 min.tests: run the scenario suite on a scratch copy, not the tracked targetHEADmainblasty1-0/+44
7 hoursapp: delete DisasmView, superseded by the unified listingblasty1-2/+2
9 hourslisting: syntax-highlight assembly from IDA's own token tagsblasty1-1/+55
22 hoursload dialog: reachable address field, project mode, and a way back from a bad...blasty1-0/+25
22 hoursloading: ask how to load an unrecognised file, like IDA doesblasty1-0/+21
24 hoursnav: one notion of "which pane you're in" — delete _prefblasty1-0/+17
25 hoursnav: don't stack a history entry for the place you're already standing onblasty1-0/+15
25 hourspalette: match case-insensitively in BOTH directionsblasty1-0/+9
30 hourshelp: lay the cheatsheet out as fluid columns of cardsblasty1-4/+9
30 hoursstrings: F2 widens the strings browser to the whole projectblasty1-2/+2
32 hoursprojects: project-wide symbol search over a SQLite FTS5 index (phase 2)blasty1-8/+8
32 hoursexit: ask before quitting with unsaved database changesblasty1-6/+36
32 hourstests: fix the "filter flake" and the view_toggle cascade — suite is 187/0blasty1-8/+29
33 hoursui: drop the footer cheatsheet; F1 opens a key reference insteadblasty1-7/+31
34 hoursdecomp: Home/End move along the line instead of scrolling to top/bottomblasty1-0/+34
34 hoursretype: 'y' now retypes globals too, not just prototypes and localsblasty1-1/+98
35 hourssplit: propagate pure scrolls (wheel/scrollbar) to the companion paneblasty1-0/+22
35 hourssplit: keep the companion pane level with the driver's cursorblasty1-0/+19
45 hoursstrings: browse every string in the binary and jump to it (IDA's Shift+F12)blasty1-1/+44
46 hourssplit: follow the decomp across functions as the listing cursor crosses boundsblasty1-0/+13
46 hourssplit: click a pane to drive it (not just Tab) + spell it out in the statusblasty1-0/+7
46 hourssplit-view phase 4: split-aware status, min-width gate, verified navblasty1-0/+16
46 hourssplit-view phase 3: rich per-line instruction region highlightblasty1-0/+21
48 hourssplit-view phase 2: cursor sync + linked-row highlightblasty1-0/+36
2 dayssplit: guard toggle behind prompt-active; clear _split in the pilot resetblasty1-0/+1
2 dayssplit-view phase 1: side-by-side listing <-> pseudocode layoutblasty1-2/+29
2 daysdecomp: fix stuck 'decompiling' spinner when re-opening a loaded functionblasty1-0/+10
2 daysdecomp: restore the 'decompiling…' overlay on F5/Tab from the listingblasty1-6/+7
2 dayspalette: replace the stock Ctrl+P command palette with real ida-tui actionsblasty1-0/+23
2 dayshex: freeze the cursor's screen position on scroll (not clamp-to-edge)blasty1-12/+17
2 dayshex: cursor follows the scroll (stays visible on wheel/scrollbar)blasty1-4/+5
2 dayshex: click to place the byte cursor (hex + ascii panes)blasty1-0/+22
2 daysmcp: collapse app + launcher to worker-onlyblasty1-18/+14
2 daystests: pass url=""/db=None to IdaTui in the worker pilot pathblasty1-1/+1
2 daystests: add --worker <binary> to run the pilot suite against the idalib workerblasty1-5/+16
3 daysfix: don't let a late navigation steal focus from an open promptblasty1-1/+5
3 dayslisting: two-level indent, address on headers, drop 'near', opcode cap+cycleblasty1-3/+3
3 dayslisting: IDA-style function boundary banners in the unified viewblasty1-0/+25
3 daysunify: the continuous listing is the one code view; deprecate DisasmViewblasty1-140/+100
3 dayslisting: F5/Tab decompiles the function under the cursor (IDA-style) — step 2blasty1-0/+18
3 dayslisting: render opcode bytes (shared engine with disasm) — M4/UX step 1blasty1-1/+11
3 daysapp: 'L' opens the continuous segment listing (functions+data interleaved)blasty1-0/+27
4 dayslisting: expand struct-typed globals into member rows (M4 item 3)blasty1-0/+48
4 daysapp: 'a' — make string literal in the listing (M4 richness)blasty1-0/+49
4 daysapp: listing 'n' names the address (can name a bare/undefined byte)blasty1-0/+63
4 daysapp: on startup, land on main() (else pop the symbol picker)blasty1-3/+36
4 daysapp: 'd' — define typed data in the listing (make_data, M3)blasty1-0/+41
4 daysapp: ListingView — virtualized flat code+data listing for regions (M2)blasty1-15/+81
4 daysapp: non-function regions — open a flat listing + c/p/u edit verbs (M0)blasty1-0/+50
2026-07-10app: multi-line comments via literal \\n (long notes were clipping)blasty1-4/+12