Skip to content

Releases: kaste/InlineOutline

0.3.1

17 Aug 14:12

Choose a tag to compare

pagedown|up didn't actually work. 🤷 So, now it does. 🙏

0.3.0

16 Aug 22:31

Choose a tag to compare

  • Implemented pagedown/pageup handlers for wider jumps.

  • Made the highlighting of the matching chars while fuzzy searching more subtle. You can have the old look by setting "subtle_match_highlighting": false

0.2.0

10 Dec 12:22

Choose a tag to compare

  • better choose the initially selected symbol: Instead of choosing the nearest symbol, typically prefer the symbol right above the current position.
  • tune fuzzy matcher: The original matcher was written to choose from a set of simple tokens. Here, in our context, we need to match against full lines which obviously contain whitespace and punctuation. Try to move the algorithm in that (unusual) direction.
  • add simple double-click binding which acts like pressing enter while on the clicked line.