[Chicken-users] context sensitive auto-completion for symbols in SciTE

2018-06-15 Thread Martin Schneeweis
Hi everyone, example for what I want: editing a file that starts with ... (import scheme chicken) (use (prefix ports p:)) and then typing somewhere (pipe is my caret) (p:po| hitting - a list pops up - content: p:port-fold p:port-for-each p:port-map If someone knows of an exist

Re: [Chicken-users] context sensitive auto-completion for symbols in SciTE

2018-06-15 Thread Vasilij Schneidermann
Hello Martin, > The problem with this imlementation is: the symbols of "used" modules > are missing. I've written a replacement for the readline egg [1] for a few reasons, one of them being its completion suffering from the same issue you describe. Perhaps you'll find its completion code [2] use

Re: [Chicken-users] context sensitive auto-completion for symbols in SciTE

2018-06-15 Thread Martin Schneeweis
Hi Vasilij, > > The problem with this imlementation is: the symbols of "used" > > modules are missing. > > I've written a replacement for the readline egg [1] for a few reasons, > one of them being its completion suffering from the same issue you > describe. Perhaps you'll find its completion

Re: [Chicken-users] context sensitive auto-completion for symbols in SciTE

2018-06-15 Thread Vasilij Schneidermann
Hello Martin, > ...now I am a little bit confused. > > I read the parlay egg docu again, remembered that there is no > autocompletion included - your repository looks like an egg > (https://github.com/wasamasa/readline) - but nowhere to be found in > http://wiki.call-cc.org/chicken-projects/egg-i

Re: [Chicken-users] context sensitive auto-completion for symbols in SciTE

2018-06-15 Thread Martin Schneeweis
> My code for integrating completions into Parley is in my dotfiles [1]. > > Vasilij > > [1]: https://github.com/wasamasa/dotfiles/blob/master/home/wasa/.csirc Thanks a lot Vasilij! Martin ___ Chicken-users mailing list Chicken-users@nongnu.org https