Skip to content

Instantly share code, notes, and snippets.

View sergejsha's full-sized avatar
🔭

Sergej Sha sergejsha

🔭
View GitHub Profile
@sergejsha
sergejsha / EditorString.kt
Created August 4, 2023 20:02
TextField911.kt for avoiding synchronization issues in standard BasicTextField
/**
* Copyright 2023 Sergej Shafarenka, www.halfbit.de
* Licensed under the Apache License, Version 2.0
*/
package de.halfbit.textfield911
data class EditorString(
val value: String,
val modelVersion: Int,
val editorVersion: Int,