Studying Komodo's autocompleter code

2008-03-30 Thread Edward K. Ream
I'll be using this thread to document how I study Komodo's autocompleter code. This code is *big*. leo/src/Komodo.leo in the trunk contains the .leo file that I use to study the code. It highlights various files with interesting documentation. As we shall see, creating a .leo outline is a

Re: Embedding Leo to IPython

2008-03-30 Thread Ville M. Vainio
On Sun, Mar 30, 2008 at 3:57 PM, Ville M. Vainio [EMAIL PROTECTED] wrote: It seems embedding leo to ipython is a trivial task - you just %run leo.py. Then, in leo ipython plugin, you can get the handle by Well, it seems it was not as trivial as I figured, from users point of view. You

Re: Studying Komodo's autocompleter code

2008-03-30 Thread Edward K. Ream
On Mar 30, 1:39 pm, Edward K. Ream [EMAIL PROTECTED] wrote: ...Instead of trying to understand how Komodo works, I am only trying to discover the methods that will report the completions (and calltips) valid at a particular point in source code. That's **all**. Conceivably, dividing code