Re: [PD] comments with trailing | ?

2014-04-19 Thread Billy Stiltner
re: something less ugly http://rosettacode.org/wiki/String_concatenation#LabVIEW :) why in the world have I not thought to make an external that you can script with assembly language? I mean most modern audio devices have at least 64 programmable 'oscillators' or wave channels if you will. Even

Re: [PD] comments with trailing | ?

2014-01-31 Thread Jonathan Wilkes
On 01/24/2014 05:36 PM, Miller Puckette wrote: Delete these lines in g_text.c: /* for comments, just draw a bar on RHS if unlocked; when a visible canvas is unlocked we have to call this anew on all comments, and when locked we erase them all via the annoying

Re: [PD] comments with trailing | ?

2014-01-31 Thread Miller Puckette
On Fri, Jan 31, 2014 at 03:47:46PM -0500, Jonathan Wilkes wrote: On 01/24/2014 05:36 PM, Miller Puckette wrote: Delete these lines in g_text.c: /* for comments, just draw a bar on RHS if unlocked; when a visible canvas is unlocked we have to call this anew on all comments,

Re: [PD] comments with trailing | ?

2014-01-25 Thread IOhannes m zmölnig
On 01/24/2014 11:23 PM, Peter P. wrote: Dear IOhannes, dear Jonathan, dear list, I feel ashamed (and old-fashioned) as I have not seen this new feature of Pd as a feature I am afraid. Thanks for pointing it out to me. I think it is a nice addon, but also wonder if there is a nice way to

Re: [PD] comments with trailing | ?

2014-01-24 Thread IOhannes m zmölnig
On 01/23/2014 09:43 PM, Peter P. wrote: Hi, I am on Pd-0.45.0 vanilla compiled from Miller's git sources on Linux with Tcl/Tk 8.5.0-2.1 When I insert a comment into a patch, there is always a trailing | (pipe) character (perhaps some sort of a cursor), indicating the width of the comment in

Re: [PD] comments with trailing | ?

2014-01-24 Thread Peter P.
Dear IOhannes, dear Jonathan, dear list, I feel ashamed (and old-fashioned) as I have not seen this new feature of Pd as a feature I am afraid. Thanks for pointing it out to me. I think it is a nice addon, but also wonder if there is a nice way to disable this functionality at all. Is there an

Re: [PD] comments with trailing | ?

2014-01-24 Thread Miller Puckette
Delete these lines in g_text.c: /* for comments, just draw a bar on RHS if unlocked; when a visible canvas is unlocked we have to call this anew on all comments, and when locked we erase them all via the annoying commentbar tag. */ else if (x-te_type == T_TEXT

Re: [PD] comments with trailing | ?

2014-01-24 Thread Peter P.
* Miller Puckette m...@ucsd.edu [2014-01-24 23:36]: Delete these lines in g_text.c: /* for comments, just draw a bar on RHS if unlocked; when a visible canvas is unlocked we have to call this anew on all comments, and when locked we erase them all via the annoying

[PD] comments with trailing | ?

2014-01-23 Thread Peter P.
Hi, I am on Pd-0.45.0 vanilla compiled from Miller's git sources on Linux with Tcl/Tk 8.5.0-2.1 When I insert a comment into a patch, there is always a trailing | (pipe) character (perhaps some sort of a cursor), that remains visible, also after clicking on the canvas background to end editing

Re: [PD] comments with trailing | ?

2014-01-23 Thread Jonathan Wilkes
It is quite literally a horizontal line drawn to represent an anchor in editmode that you can click and drag to change the width of the comment.  It certainly does look exactly like a pipe character, is confusing, and has no relationship with any of the widget behaviors of modern gui toolkits.