nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
26.88k stars 7.72k forks source link

stb_textedit.h: override is_word_boundary #326

Closed chrisws closed 6 years ago

chrisws commented 8 years ago

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!

ocornut commented 8 years ago

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.

nothings commented 6 years ago

merged this PR ages ago