Skip to content

0.22.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@Rosemoe Rosemoe released this 01 Feb 10:06
· 225 commits to main since this release
c903c48

Note: the version is already released on Nov 26, 2023, not now. v0.23.0 will be published recently

Fixes and Enhancements

Editor Core

  • pointer icon for mouse input
  • single direction fling for better scrolling experience (enabled by default)
  • indent selected text on TAB key event (#482 by @itsaky )
  • add StaticColorSpan for dynamicly setting color from the analysis (#485 by @itsaky )
  • add null checks for CodeBlock list during rendering (#498 by @itsaky )
  • add switches to enable/disable soft keyboard (#505 by @itsaky )
  • update Numbers class to latest JDK implementation
  • dependency updates

TreeSitter

  • add API to create custom spans with TsSpanFactory (#484, #491 by @itsaky )
  • fix invalid query on TSNode in TsBracketPairs
  • remove redundant checks in LineSpansGenerator
  • update android-tree-sitter to v4.0.0