Re: [PD-dev] First complete keyboard navigation prototype

2019-10-09 Thread Henri Augusto Bisognini
. De: Christof Ressi Enviado: terça-feira, 16 de julho de 2019 14:32 Para: Henri Augusto Bisognini Cc: pd-dev@lists.iem.at Assunto: Aw: Re: [PD-dev] First complete keyboard navigation prototype Hi, > But it appears that actually the size of the struct is deduced while > compiling. So

Re: [PD-dev] First complete keyboard navigation prototype

2019-08-19 Thread Henri Augusto Bisognini
ardnav.h" and its methods implemented in "g_keyboardnav.c". Both only get compiled when needed. Hope this makes sense. Christof Gesendet: Dienstag, 16. Juli 2019 um 16:51 Uhr Von: "Henri Augusto Bisognini" An: "pd-dev@lists.iem.at" Betreff: Re: [PD-dev] First comp

Re: [PD-dev] First complete keyboard navigation prototype

2019-07-16 Thread Christof Ressi
ld work.   (I don't have a formal background on programming so forgive me if thats obvious or something.)     De: Christof Ressi Enviado: sábado, 15 de junho de 2019 17:11 Para: Henri Augusto Bisognini Cc: pd-dev@lists.iem.at Assunto: Aw: Re: [PD-dev] First complete keyboard navigation prototype  

Re: [PD-dev] First complete keyboard navigation prototype

2019-07-16 Thread Henri Augusto Bisognini
.) De: Christof Ressi Enviado: sábado, 15 de junho de 2019 17:11 Para: Henri Augusto Bisognini Cc: pd-dev@lists.iem.at Assunto: Aw: Re: [PD-dev] First complete keyboard navigation prototype Hi, as IOhannes said, "g_canvas.h" is semi-public in a sense that some externals use it (e.g. ie

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-15 Thread Christof Ressi
s because it's not in a header file.   Christof Gesendet: Samstag, 15. Juni 2019 um 19:58 Uhr Von: "Henri Augusto Bisognini" An: "pd-dev@lists.iem.at" Betreff: Re: [PD-dev] First complete keyboard navigation prototype Please excuse my ignorance on that matter but could you

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-15 Thread Henri Augusto Bisognini
Please excuse my ignorance on that matter but could you give me a brief explanation of the problem at hand? De: Pd-dev em nome de IOhannes m zmölnig Enviado: sexta-feira, 14 de junho de 2019 04:37 Para: pd-dev@lists.iem.at Assunto: Re: [PD-dev] First complete

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-14 Thread Dan Wilcox
> I could change it to separate it from the rest. But probably i'll need some > directions as i'm a newbie. I would focus first on making it all work. Next would be reorganizing by moving stuff around and once we can see all of the changes together, we could offer make some suggestions from

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-14 Thread IOhannes m zmölnig
On 6/13/19 7:34 PM, Henri Augusto Bisognini wrote: > Also, in g_canvas.h, inside the "struct _editor" there is a "struct _kbdnav" > member. This is the struct that contains the data used in the keyboard > navigation. > i haven't looked at the actual code, but what you describe here, is that

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-13 Thread Henri Augusto Bisognini
s to include/exclude code during compilation? De: Miller Puckette Enviado: quarta-feira, 12 de junho de 2019 00:48 Para: Dan Wilcox Cc: Henri Augusto Bisognini; pd-dev Assunto: Re: [PD-dev] First complete keyboard navigation prototype I agree - I haven't look

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-11 Thread Miller Puckette
rote: > > > > Date: Sun, 9 Jun 2019 19:16:36 + > > From: Henri Augusto Bisognini > <mailto:msndohe...@hotmail.com>> > > To: "pd-dev@lists.iem.at <mailto:pd-dev@lists.iem.at>" > <mailt

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-10 Thread Lucas Cordiviola
oops, this feature is already covered on "intelligent patching amendments #575" Mensaje telepatico asistido por maquinas. On 6/10/2019 5:15 AM, Lucas Cordiviola wrote: > > > Feature request: > > Make TAB a shortcut to "goto x++" and SHIFT+TAB "goto x--". This is > how web browsers handle

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-10 Thread Dan Wilcox
equ...@lists.iem.at wrote: > > Date: Sun, 9 Jun 2019 19:16:36 + > From: Henri Augusto Bisognini <mailto:msndohe...@hotmail.com>> > To: "pd-dev@lists.iem.at <mailto:pd-dev@lists.iem.at>" <mailto:pd-dev@lists.iem.at>> > Subject: Re: [PD-dev] First

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-09 Thread Henri Augusto Bisognini
Lucas Cordiviola wrote: > Right, i could finish the build. > > Here on my linux box (Debian9 Xfce) everything is working except the < ctrl+'> (control + single quote) to enter the "canvas message console". I can enter it as explained in > "connecting_with_the_canvas_msg_console".

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-09 Thread Henri Augusto Bisognini
: Christof Ressi Enviado: sábado, 8 de junho de 2019 08:35 Para: Henri Augusto Bisognini; Pd-List Assunto: Aw: [PD-dev] First complete keyboard navigation prototype Hi, this looks like wonderful! I'll try it out in a couple of days and give feedback. I can also help with code if needed. My biggest

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-08 Thread Lucas Cordiviola
ploaded the wrong "g_text.c" version to the kbd_nav branch. I should be fixed now. De: Lucas Cordiviola <mailto:lucard...@hotmail.com> Enviado: sábado, 8 de junho de 2019 01:10 Para: Henri Augusto Bisognini; pd-dev@lists.iem.at<mailto:pd-dev@list

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-07 Thread Henri Augusto Bisognini
Sorry, it seems that i've uploaded the wrong "g_text.c" version to the kbd_nav branch. I should be fixed now. De: Lucas Cordiviola Enviado: sábado, 8 de junho de 2019 01:10 Para: Henri Augusto Bisognini; pd-dev@lists.iem.at Assunto: Re: [PD-dev] Firs

Re: [PD-dev] First complete keyboard navigation prototype

2019-06-07 Thread Lucas Cordiviola
When trying to build on Debian I get this errors: '' g_text.c: In function ‘canvas_howputnew’: g_text.c:166:40: error: ‘struct _kbdnav’ has no member named ‘kn_navigating’ if ( x->gl_editor->e_kbdnav.kn_navigating && x->gl_editor->e_kbdnav.kn_ioindex > 0 ){

[PD-dev] First complete keyboard navigation prototype

2019-06-07 Thread Henri Augusto Bisognini
Hi! I've finally managed to get time to finish a prototype for a keyboard navigation interface. I mixed some ideas i had with some I've seen in Desire Data's old screenshot gallery (http://artengine.ca/desiredata/). I've recorded some gifs to demonstrate it.