My application (SmallBASIC) needs a slightly different version of is_word_boundary(). Could you please make this over-ridable, like STB_TEXTEDIT_memmove etc. Thanks for stb_textedit, it's awesome!
Possibly answering your request: I have submitted a (unmerged) PR https://github.com/nothings/stb/pull/273 which essentially lets you override the next/previous word functions.
My application (SmallBASIC) needs a slightly different version of is_word_boundary(). Could you please make this over-ridable, like STB_TEXTEDIT_memmove etc. Thanks for stb_textedit, it's awesome!