summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorblasty <peter@haxx.in>2026-07-09 12:52:02 +0200
committerblasty <peter@haxx.in>2026-07-09 12:52:02 +0200
commit3309ec6b75be25508b0924800a40f0cdbeb970e8 (patch)
tree924c616fca1c16ac7da875ace51cba5c45aade86 /docs
parentfix decompiler highlighting + cursor jank (diff)
downloadida-tui-3309ec6b75be25508b0924800a40f0cdbeb970e8.tar.gz
ida-tui-3309ec6b75be25508b0924800a40f0cdbeb970e8.tar.xz
ida-tui-3309ec6b75be25508b0924800a40f0cdbeb970e8.zip
vim-style search in disasm + pseudocode views
- SearchMixin shared by both views: '/' search forward, '?' backward, empty query repeats last; n/N next/prev. Smartcase. All matches highlighted (substring overlay), cursor lands on current match; status shows k/N. - disasm indexes line text lazily in a worker (handles huge funcs); pseudocode has text in hand. Substring highlight via crop/join Strip overlay. - app: bottom search prompt, SearchRequested routing; '/' is context-sensitive (filters when the function table is focused, searches in code views). - gotcha fixed: Textual only merges BINDINGS from DOMNode subclasses, so mixin bindings are ignored -> each view lists SEARCH_BINDINGS explicitly. - pilot suite 20/20 (adds search finds/hl/repeat-fwd/repeat-back).
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions