acejump / AceJump

🅰️ single character search, select, and jump

Home Page:https://plugins.jetbrains.com/plugin/7086-acejump

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fold text between matches

breandan opened this issue · comments

Fold text between matches when AceJump is activated in order to fit more matches on screen.

There is a pretty neat algorithm for seam carving in images. I am tempted to implement something for text folding. You want to fold regions in such a way as to minimize the amount of screen jitter between keystrokes. One heuristic for doing this could be to fold regions which contain "unlikely" matches.