aboutsummaryrefslogtreecommitdiff
path: root/text-help.pd
AgeCommit message (Collapse)Author
2007-12-01added commas and semi-colons using ascii valuesHans-Christoph Steiner
svn path=/trunk/externals/tkwidgets/; revision=9068
2007-11-27- created text_binbuf to store the text when the text widget doesn't exist soHans-Christoph Steiner
that loadbanging [set( messages can work. The same logic needs to be applied to the options messages too... svn path=/trunk/externals/tkwidgets/; revision=9052
2007-11-27- added [query id( to get the Tk id string for the widgetHans-Christoph Steiner
(i.e. .x6b1820.c.frame6b1b50.widget6b1b50) This will allow people to use [sys_gui] to send Tcl commands to the widget in order to manipulate the insert cursor and the tags, among other things. - made the [key( message work with all ASCII 127 except { arg, I need to find how on earth to escape it. Also, it would be good to support beyond ASCII 127, i.e. accents, umlauts, etc. svn path=/trunk/externals/tkwidgets/; revision=9051
2007-11-24- made selection color change restore previous background colorHans-Christoph Steiner
- moved scrollbar handling to tkwidgets.c svn path=/trunk/externals/tkwidgets/; revision=9032
2007-11-14- renamed [scrollbar( to [scrollbars( since there should be a bottom one tooHans-Christoph Steiner
- got full querying working, including C-side attributes - starting working on store/restore/save mechanism, but was stymied by how to trigger the store_options() callback so that the stuff can be saved. - removed [entry]'s old attribute storage where redundant svn path=/trunk/externals/tkwidgets/; revision=9004
2007-11-14working version of [text] from bbogart's [entry], which I heavily modified; ↵Hans-Christoph Steiner
got options working from the inlet, including using multiple atoms in one optiion svn path=/trunk/externals/tkwidgets/; revision=9000