Re: Eclipse And PyDev

2009-03-08 Thread Steve Phillips
I will do that.  I want to tinker with it just a little bit more to make
sure I am not missing anything first.

Thanks again.
Steve

On 3/8/09, Fabio Zadrozny  wrote:
>
> > Thanks. I noticed that when I was on my windows box at work and I
> > would check it and click apply then ok and when I go back to those
> > prefs and it isn't checked. I did that a few times. I will try it on
> > my Linux box tomorrow at home and see if I have the same results.
>
>
>
> If it doesn't work for you, please report a bug (saying which are the
> specific versions of eclipse/pydev you're using. See:
> http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug )
>
> Thanks,
>
>
> Fabio
>
--
http://mail.python.org/mailman/listinfo/python-list


Re: Eclipse And PyDev

2009-03-08 Thread Fabio Zadrozny
> Thanks. I noticed that when I was on my windows box at work and I
> would check it and click apply then ok and when I go back to those
> prefs and it isn't checked. I did that a few times. I will try it on
> my Linux box tomorrow at home and see if I have the same results.


If it doesn't work for you, please report a bug (saying which are the
specific versions of eclipse/pydev you're using. See:
http://pydev.sourceforge.net/faq.html#how_do_i_report_a_bug )

Thanks,

Fabio
--
http://mail.python.org/mailman/listinfo/python-list


Re: Eclipse And PyDev

2009-03-07 Thread Steve Phillips
Thanks. I noticed that when I was on my windows box at work and I
would check it and click apply then ok and when I go back to those
prefs and it isn't checked. I did that a few times. I will try it on
my Linux box tomorrow at home and see if I have the same results.

Thanks again
Steve


>
> On 3/6/09, Kathryn Van Stone  wrote:
> >
> > On Mar 6, 2009, at 1:25 PM, Steve Phillips wrote:
> >
> >> All,
> >> I realize this question may not belong here but I am going to ask
> >> anyway to the current users of Eclipse and PyDev.  It's regarding
> >> the auto-complete feature.  Say you want to type "sys.path.append
> >> ('yada yada yada')", using say Komodo or IDLE.  When you get to
> >> "sys.path.ap" and type a "(", it will complete the .append.  Is
> >> there a setting somewhere in Eclipse where I can do that too.
> >> Currently if I type "sys.path.ap", it ends up as being "sys.path.ap
> >> (".  Any ideas?  I know I am seriously nitpicking, but I am spoiled
> >> by other editors and I really like Eclipse so far after giving it a
> >> second shot with PyDev.
> >>
> >
> > The characters that Pydev automatically autocompletes on is
> > configurable.  Goto the Eclispse preferences, and look for Pydev ->
> > Editor -> Code Completion. On of the options is to complete on
> > '(' (which is not set by default).
> >
> > -Kathy Van Stone
> > k...@acm.org
> >
> >
>
>
> --
> Sent from my mobile device
>
--
http://mail.python.org/mailman/listinfo/python-list


Re: Eclipse And PyDev

2009-03-07 Thread Fabio Zadrozny
> I realize this question may not belong here but I am going to ask anyway to
> the current users of Eclipse and PyDev.  It's regarding the auto-complete
> feature.  Say you want to type "sys.path.append('yada yada yada')", using
> say Komodo or IDLE.  When you get to "sys.path.ap" and type a "(", it will
> complete the .append.  Is there a setting somewhere in Eclipse where I can
> do that too.  Currently if I type "sys.path.ap", it ends up as being
> "sys.path.ap(".  Any ideas?  I know I am seriously nitpicking, but I am
> spoiled by other editors and I really like Eclipse so far after giving it a
> second shot with PyDev.


You have to use ctrl+space to request completions (you can also select
that pydev gets the completions while you're typing without having to
request it to use that mode, select "Autocomplete on all letters"
in windows > preferences > pydev > editor > code completion)

Cheers,

Fabio
--
http://mail.python.org/mailman/listinfo/python-list


Re: Eclipse And PyDev

2009-03-06 Thread andrew cooke

ctrl-space?

Steve Phillips wrote:
> All,
> I realize this question may not belong here but I am going to ask anyway
> to
> the current users of Eclipse and PyDev.  It's regarding the auto-complete
> feature.  Say you want to type "sys.path.append('yada yada yada')", using
> say Komodo or IDLE.  When you get to "sys.path.ap" and type a "(", it will
> complete the .append.  Is there a setting somewhere in Eclipse where I can
> do that too.  Currently if I type "sys.path.ap", it ends up as being
> "sys.path.ap(".  Any ideas?  I know I am seriously nitpicking, but I am
> spoiled by other editors and I really like Eclipse so far after giving it
> a
> second shot with PyDev.
>
> Thanks in advance.
> Steve Phillips
> --
> http://mail.python.org/mailman/listinfo/python-list
>


--
http://mail.python.org/mailman/listinfo/python-list


Eclipse And PyDev

2009-03-06 Thread Steve Phillips
All,
I realize this question may not belong here but I am going to ask anyway to
the current users of Eclipse and PyDev.  It's regarding the auto-complete
feature.  Say you want to type "sys.path.append('yada yada yada')", using
say Komodo or IDLE.  When you get to "sys.path.ap" and type a "(", it will
complete the .append.  Is there a setting somewhere in Eclipse where I can
do that too.  Currently if I type "sys.path.ap", it ends up as being
"sys.path.ap(".  Any ideas?  I know I am seriously nitpicking, but I am
spoiled by other editors and I really like Eclipse so far after giving it a
second shot with PyDev.

Thanks in advance.
Steve Phillips
--
http://mail.python.org/mailman/listinfo/python-list


Re: Eclipse and PyDev Package explorer

2008-03-28 Thread olive
Hi,

normally you just have to select your top level project folder in the
Package
Explorer and then from the menu bar choose Project -> Close Project
(also accessible by the popup menu assigned to the right button of
your mouse).

HTH,

Olivier.
-- 
http://mail.python.org/mailman/listinfo/python-list


Re: Eclipse and PyDev Package explorer

2008-03-28 Thread king kikapu
A, and another one: If i set a custom builder for a pydev project, is
there a way for this builder to automatically be "assigned" to every
(pydev) project i will create from now on or i have to re-define it
for every new one ?
-- 
http://mail.python.org/mailman/listinfo/python-list


Eclipse and PyDev Package explorer

2008-03-28 Thread king kikapu
Hi,

i am trying to "fit" Eclipse/Pydev in my needs/preference, so i want
to ask this:

As it is now, i see all my projects in that TreeView (PyDev Package
Explorer). I would rather want this to behave like a more "normal" IDE
where you Open one project and if you want close it and Open another,
just one at a time and not a TreeView with ALL your projects loaded in
every time you open the IDE.

Is there a way to accomplish thiks in Eclipse/Pydev ??
-- 
http://mail.python.org/mailman/listinfo/python-list