[Cuis-dev] InnerTextMorph & RunNotArray, Was: StyledTextEditor PR & InnerTextMorph

Juan Vuletich juan at cuis.st
Tue Sep 19 05:55:36 PDT 2023


BTW, I just found that doing this in RTFParser fixes pasting Unicode 
from external editor. Feel free to add it to RTFParser if appropriate.

handleSomeCodePageHexValue: token
     "send text to destination if not nil"
     state destination value:
         ((Character codePoint: token arg) ifNil: [
             UnicodeCodePoint codePoint: token arg])
                 asString

Thanks,

-- 
Juan Vuletich
cuis.st
github.com/jvuletich
researchgate.net/profile/Juan-Vuletich
independent.academia.edu/JuanVuletich
patents.justia.com/inventor/juan-manuel-vuletich
linkedin.com/in/juan-vuletich-75611b3
twitter.com/JuanVuletich



More information about the Cuis-dev mailing list