atom feed46 messages in at.iem.pd-listRe: [PD] 3 new gui-plugins
FromSent OnAttachments
yvan volochineApr 4, 2011 11:29 am 
Mathieu BouchardApr 4, 2011 1:04 pm 
Pedro LopesApr 4, 2011 1:32 pm 
yvan volochineApr 4, 2011 1:39 pm 
Mathieu BouchardApr 4, 2011 1:39 pm 
Hans-Christoph SteinerApr 6, 2011 11:17 am 
Mathieu BouchardApr 6, 2011 12:23 pm 
yvan volochineApr 6, 2011 12:26 pm 
Hans-Christoph SteinerApr 6, 2011 1:03 pm 
Mathieu BouchardApr 6, 2011 2:09 pm 
Mathieu BouchardApr 6, 2011 2:22 pm 
yvan volochineApr 7, 2011 12:15 am 
JFApr 14, 2011 2:53 am 
yvan volochineApr 14, 2011 4:55 am 
JFApr 14, 2011 8:15 am 
Joe WhiteApr 14, 2011 8:27 am 
András MurányiApr 14, 2011 8:57 am 
Hans-Christoph SteinerApr 14, 2011 9:40 am 
Pagano, PatrickApr 14, 2011 10:29 am 
yvan volochineApr 14, 2011 12:23 pm 
Joe WhiteApr 15, 2011 4:33 am 
yvan volochineMay 6, 2011 8:17 am.gif
Patrice ColetMay 6, 2011 11:16 am 
yvan volochineMay 6, 2011 12:31 pm 
Patrice ColetMay 6, 2011 3:17 pm 
IOhannes m zmölnigMay 6, 2011 4:15 pm 
Hans-Christoph SteinerMay 6, 2011 5:08 pm 
Hans-Christoph SteinerMay 6, 2011 5:24 pm 
Patrice ColetMay 6, 2011 6:05 pm 
IOhannes m zmölnigMay 7, 2011 2:23 am 
yvan volochineMay 7, 2011 4:58 am 
IOhannes m zmölnigMay 7, 2011 7:04 am.tcl
Hans-Christoph SteinerMay 7, 2011 10:45 am 
yvan volochineMay 7, 2011 11:01 am 
IOhannes m zmölnigMay 8, 2011 12:33 am 
Hans-Christoph SteinerMay 8, 2011 9:37 am 
Hans-Christoph SteinerMay 8, 2011 9:40 am 
yvan volochineMay 9, 2011 10:31 am 
IOhannes m zmoelnigMay 10, 2011 1:56 am 
András MurányiMay 10, 2011 11:54 am 
Hans-Christoph SteinerMay 11, 2011 12:45 pm 
JFMay 11, 2011 7:31 pm 
yvan volochineMay 12, 2011 3:32 am 
Mathieu BouchardSep 19, 2011 9:48 pm 
Mathieu BouchardSep 19, 2011 9:52 pm 
yvan volochineSep 21, 2011 1:27 am 
Subject:Re: [PD] 3 new gui-plugins
From:yvan volochine (yvan@gmail.com)
Date:Apr 14, 2011 4:55:01 am
List:at.iem.pd-list

On 04/14/2011 11:54 AM, JF wrote:

The auto-completion is fantastic stuff! Especially the drop-down menu addition. Congratulations Yvan, HC& JW.

Is there anyway of modifying the plugin so that instead of using TAB this happens...

there is a new version but it's still expermiental (and unreleased). if you wanna test it:

http://github.com/gusano/pd_stuffs

and checkout autocompletion_experimental branch

* Create new object -> list of objects appear in full (0-9, a-z) but focus stays in object

then it can be a *long* list of objects so I should change the GUI for it (nomore popup menu but a window with scrollbars but then you don't have an easy overview of all completions...). not sure I really want that though :/ maybe this could be a user option ?

* Begin typing -> list of objects reduces as you type

the experimental version does that but there are still some bugs

* See the one you want -> arrow key up/down, focus changes to drop-down box then ENTER to select desired object

the current version does that

cheers, _y