Tags: SnipMeDev/KodeView
Tags
Release of 0.9.0 (#32) * Upgraded kotlin to 1.9.22 and other dependencies (#23) * Upgraded kotlin to 1.9.22 and other dependencies * Cleaned code * support kotlin 2.0.20 (#31) Co-authored-by: Tomasz Kądziołka <tmax0135@gmail.com> * gradle 8.9 (#30) Co-authored-by: Tomasz Kądziołka <tmax0135@gmail.com> * Update highlights to 1.0.0 and use new async API (#33) * Updated highlights dependency to 1.0.0 * Added new API for desktop example * Corrected split desktop view * Cleaned desktop example * Designed annotated string persistence * Refactored new logic * Corrected SwiftUI component * Updated base edit text component * Updated readme for 0.9.0 (#34) --------- Co-authored-by: xJac0b <85969059+xJac0b@users.noreply.github.com>
Support Kotlin 1.9.20 and CodeEditText in SwiftUi (#20) * Bumped sources to kotlin 1.9.21 * Exported highlights and corrected ios imports * Created code edit text for ios * Added support in swiftUI for CodeEditText * Corrected varsion and added changelog * Corrected code style and changelog * Updated fetch version
Code edit text (#14) * Created working text field * Added code suggestions * Bumped versions to comply with kotlin 1.9.10 * Added tab with spaces replacement * Added theme to desktop example * Updated highlights and improved desktop example * Bumped highlights version * Completed example with new CodeEditText * Updated web example * Removed material3 and corrected android example * Created CodeEditText for ios * Corrected highlights export * Small code suggestions * Prepared readme and changelog * Corrected readme * Reverted ios changes