Re: [PD-dev] Tabbed Console plugin

2009-10-14 Thread András Murányi
i've attached the first version of a Tabbed Console plugin. The goal is that new messages can be sorted on new tabs by their prefix (the part before the colon). It already has a bug since it cannot deal with so many tabs that go offscreen as ttk doesn't provide an easy way to scroll tabs.

Re: [PD-dev] Tabbed Console plugin

2009-10-14 Thread András Murányi
BTW the gtklook plugin makes tk messagebox font quite big Sorry it's not gtklook. I'll have to see what, then ;o) Andras ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] Tabbed Console plugin

2009-10-12 Thread András Murányi
2009/10/8 András Murányi muran...@gmail.com 2009/10/5 Steffen Juul st...@dibidut.dk On 02/10/2009, at 20.45, András Murányi wrote: i've attached the first version of a Tabbed Console plugin. The goal is that new messages can be sorted on new tabs by their prefix (the part before the

Re: [PD-dev] Tabbed Console plugin

2009-10-12 Thread Hans-Christoph Steiner
On Oct 12, 2009, at 12:08 PM, András Murányi wrote: 2009/10/8 András Murányi muran...@gmail.com 2009/10/5 Steffen Juul st...@dibidut.dk On 02/10/2009, at 20.45, András Murányi wrote: i've attached the first version of a Tabbed Console plugin. The goal is that new messages can be

Re: [PD-dev] Tabbed Console plugin

2009-10-12 Thread András Murányi
2009/10/12 Hans-Christoph Steiner h...@at.or.at On Oct 12, 2009, at 12:08 PM, András Murányi wrote: 2009/10/8 András Murányi muran...@gmail.com 2009/10/5 Steffen Juul st...@dibidut.dk On 02/10/2009, at 20.45, András Murányi wrote: i've attached the first version of a Tabbed

Re: [PD-dev] Tabbed Console plugin

2009-10-12 Thread zmoelnig
Quoting Hans-Christoph Steiner h...@at.or.at: Now that I've been thinking about this for a while - wouldn't it be OK to change the behaviour of [print PREFIX] so that when it chops up lists, it puts PREFIX to the beginning of each line not only the first? Staying with the above

Re: [PD-dev] Tabbed Console plugin

2009-10-12 Thread András Murányi
2009/10/12 zmoel...@iem.at Quoting Hans-Christoph Steiner h...@at.or.at: Now that I've been thinking about this for a while - wouldn't it be OK to change the behaviour of [print PREFIX] so that when it chops up lists, it puts PREFIX to the beginning of each line not only the first?

Re: [PD-dev] Tabbed Console plugin

2009-10-07 Thread András Murányi
2009/10/5 Steffen Juul st...@dibidut.dk On 02/10/2009, at 20.45, András Murányi wrote: i've attached the first version of a Tabbed Console plugin. The goal is that new messages can be sorted on new tabs by their prefix (the part before the colon). Thanks, could be useful. Just one

Re: [PD-dev] Tabbed Console plugin

2009-10-05 Thread Steffen Juul
On 02/10/2009, at 20.45, András Murányi wrote: i've attached the first version of a Tabbed Console plugin. The goal is that new messages can be sorted on new tabs by their prefix (the part before the colon). Thanks, could be useful. Just one comment. It doesn't handle lists all that

Re: [PD-dev] Tabbed Console plugin

2009-10-04 Thread dmotd
this is a pretty neat idea, but the autofocus is too agressive and doesn't make sense when there is a steady flow from multiple points. i think something akin to a chat client behaviour, where the tab title changes color when there are new messages in the queue would work better. great job,

Re: [PD-dev] Tabbed Console plugin

2009-10-03 Thread Hans-Christoph Steiner
That's awesome! It just worked for me, using pd-devel Tcl/Tk 8.5 (this plugin requires 8.5), here's my simple example patch: tabbedconsole-example.pd Description: Binary data .hc On Oct 2, 2009, at 2:45 PM, András Murányi wrote: Dear all, i've attached the first version of a