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
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
> >>
>
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
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:
>>
>>
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
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
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
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
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
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
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,
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
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
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
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
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
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
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
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
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
> 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.
Forgot to mention I'm using python 2.5 on windows xp.
--
http://mail.python.org/mailman/listinfo/python-list
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
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
24 matches
Mail list logo