Re: [ANN] Jedi Python Autocomplete in Zeus IDE

2014-09-17 Thread jumppanen . jussi
On Thursday, September 18, 2014 10:55:57 AM UTC+10, Thomas Orozco wrote: > In other words, the cursor is currently in the "overdrawn" method, not > the "close" method. That is correct. To better reflect this I've added the actual cursor location to the image: http://www.zeusedit.com/images

Re: [ANN] Jedi Python Autocomplete in Zeus IDE

2014-09-17 Thread Thomas Orozco
On Wed, Sep 17, 2014 at 8:32 AM, Steven D'Aprano wrote: > > jumppanen.ju...@gmail.com wrote: > > > On Wednesday, September 17, 2014 9:42:16 PM UTC+10, Steven D'Aprano wrote: > [...] > >> According to the screen shot there, if you have typed > >> >

Re: [ANN] Jedi Python Autocomplete in Zeus IDE

2014-09-17 Thread jumppanen . jussi
type *bala* then what I will see is this: http://www.zeusedit.com/images/jedi_autocomplete1.png This is how the autocomplete is *meant* to work, but if you are not seeing that behaviour then you have probably found a bug :( Cheers Jussi -- https://mail.python.org/mailman/listinfo/python-list

Re: [ANN] Jedi Python Autocomplete in Zeus IDE

2014-09-17 Thread Steven D'Aprano
jumppanen.ju...@gmail.com wrote: > On Wednesday, September 17, 2014 9:42:16 PM UTC+10, Steven D'Aprano wrote: [...] >> According to the screen shot there, if you have typed >> >> self.balan >> >> the autocomplete will offer the list: >> >>

Re: [ANN] Jedi Python Autocomplete in Zeus IDE

2014-09-17 Thread jumppanen . jussi
On Wednesday, September 17, 2014 9:42:16 PM UTC+10, Steven D'Aprano wrote: > Thank you! Thanks goes to the creators of Jedi. They've done an amazing job creating that package! > According to the screen shot there, if you have typed > > self.balan > > the auto

Re: [ANN] Jedi Python Autocomplete in Zeus IDE

2014-09-17 Thread Steven D'Aprano
jumppanen.ju...@gmail.com wrote: > The latest version of the Zeus IDE adds Python autocomplete using > the Jedi package. > > Details about Jedi can be found here: > > http://jedi.jedidjah.ch/en/latest/ Thank you! > Details of how the autocomplete works can be

[ANN] Jedi Python Autocomplete in Zeus IDE

2014-09-16 Thread jumppanen . jussi
The latest version of the Zeus IDE adds Python autocomplete using the Jedi package. Details about Jedi can be found here: http://jedi.jedidjah.ch/en/latest/ Details of how the autocomplete works can be found here: http://www.zeusedit.com/zforum/viewtopic.php?t=7200 Details of whats new in

Re: Python autocomplete module

2010-09-16 Thread Shashwat Anand
On Thu, Sep 16, 2010 at 5:34 PM, dusans wrote: > Is there a python module to make autocomplete suggestion easy. > Try 'rlcompleter' module. Though I haven't tried it myself, just used it in .pythonrc for auto-completion in intepretor mode. http://docs.python.org/lib

Python autocomplete module

2010-09-16 Thread dusans
Is there a python module to make autocomplete suggestion easy. I would build an api reference as a string: CATALOG1.SCHEME1.TABLE1.column1 CATALOG1.SCHEME1.TABLE1.column2 CATALOG1.SCHEME1.TABLE1.column3 . . CATALOG10.SCHEME10.TABLE100.column1 CATALOG10.SCHEME10.TABLE100.column2 CATALOG10

Re: AutoComplete in C++ Editor for Python

2009-05-05 Thread justme
I the rope project http://rope.sourceforge.net/ has an autocomplete lib. (I have not used it just remember reading about it) -- http://mail.python.org/mailman/listinfo/python-list

Re: AutoComplete in C++ Editor for Python

2009-05-04 Thread Scott David Daniels
flam...@gmail.com wrote: ... Using this code, I can get information like the name of the symbol (x), but I can't figure out how to get the type. If I knew how to get this it would solve 99% of my problems :) If Python were statically typed, you might be correct. A _value_ in python has a type,

Re: AutoComplete in C++ Editor for Python

2009-05-04 Thread Dave Angel
flam...@gmail.com wrote: On May 3, 3:14 pm, Dave Angel wrote: flam...@gmail.com wrote: Hello, I am embedding python support in my C++ application and was looking at adding "Intellisense" or "AutoComplete" support. I found a way to do it using the &quo

Re: AutoComplete in C++ Editor for Python

2009-05-04 Thread flamz3d
On May 3, 3:14 pm, Dave Angel wrote: > flam...@gmail.com wrote: > > Hello, > > I am embedding python support in my C++ application and was looking at > > adding "Intellisense" or "AutoComplete" support. > > > I found a way to do it using the &quo

Re: AutoComplete in C++ Editor for Python

2009-05-03 Thread Dave Angel
flam...@gmail.com wrote: Hello, I am embedding python support in my C++ application and was looking at adding "Intellisense" or "AutoComplete" support. I found a way to do it using the "dir" function, but this creates a problem. Here's why. Let's sa

AutoComplete in C++ Editor for Python

2009-05-03 Thread flamz3d
Hello, I am embedding python support in my C++ application and was looking at adding "Intellisense" or "AutoComplete" support. I found a way to do it using the "dir" function, but this creates a problem. Here's why. Let's say I have the following code in

autocomplete and printing Options

2009-03-26 Thread vitaliypolenko
En Tue, 24 Mar 2009 17:56:26 -0300, vikram moule escribió: > Q1. I want to access a database and just by pressing the first alphabet > will > showup a dropdown list of all the words starting from that alphabet how > can > I do that ? > ( I know how to access the database but the further problem

Re: autocomplete and printing

2009-03-24 Thread Gabriel Genellina
En Tue, 24 Mar 2009 17:56:26 -0300, vikram moule escribió: Q1. I want to access a database and just by pressing the first alphabet will showup a dropdown list of all the words starting from that alphabet how can I do that ? ( I know how to access the database but the further problem is un

autocomplete and printing

2009-03-24 Thread vikram moule
Q1. I want to access a database and just by pressing the first alphabet will showup a dropdown list of all the words starting from that alphabet how can I do that ? ( I know how to access the database but the further problem is unsolved hence) Q2. How can I print a document for example bill or

Eric IDE Autocomplete

2008-11-19 Thread Samuel Morhaim
If anyone is familiar with this editor, can you tell me how to enable autocomplete and tooltips, IDLE-style?I add the API thing, and everything but it display a lot of methods that dont make sense in the context.. for example if i do import sys sys. <-- Ctrl Space.. I get a list of ab

Re: Help with first script please. files, directories, autocomplete

2006-10-09 Thread Gabriel Genellina
At Saturday 7/10/2006 16:34, Rainy wrote: You can store the dir name as a variable: >>> d = 'c:\home' >>> from os import * >>> listdir(d) ['.Config.pm.swp', '.run.bat.swp', 'AHK scripts', 'Archive', 'Config.pm', 'Docs', 'Images', 'Links', 'Music', 'Projects', 'Python programs', 'run.bat', 'Shar

Re: Help with first script please. files, directories, autocomplete

2006-10-07 Thread Rainy
> print 'command not understood.' > raw_input() > > Obviously I will need to wrap this into a function. What I need to know > how to do is save the two directories where the files are stored. if > 'c' is selected I want to use that as the directory to search.

Re: Help with first script please. files, directories, autocomplete

2006-10-07 Thread simonharrison
Forgot to mention I'm using python 2.5 on windows xp. -- http://mail.python.org/mailman/listinfo/python-list

Help with first script please. files, directories, autocomplete

2006-10-07 Thread simonharrison
e two directories where the files are stored. if 'c' is selected I want to use that as the directory to search. same for techniques. What is the best way to do this? I would also like to have the text autocomplete after maybe three characters, is this possible? Am I correct in thinking al

autocomplete

2006-06-10 Thread walterigo
hello. I have been working all too hard trying to figure out how to get TextCtrlAutoComplete.py to start another word after it finishes the last word. I want it to start the autocomplete process all over again after it finishes the autocomplete process. I have striped down the program to a