Actually, I'd really prefer a vim style editor in WingIDE!
···
-----Original Message-----
From: Igor Prischepoff [mailto:igor@tyumbit.ru]
Sent: 22 June 2005 13:17
To: Doran_Dermot@emc.com
Subject: Re[4]: [wxPython-users] Re: IDE choice?
Hi,Doran.
Hi Igor,
I've been using WingIDE and find it very good (doesn't have a gui
builder
though).
I'm already heavy vim addict.
Only missing items is:
- intellisense (it's possible for such dynamic language like python?)
- debugger
mailto:igor@tyumbit.ru
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org
Hello Doran,
for using imported modules, this is no problem.
But a type of a variable can be changed (anyway, that is a bad
programming style; Pychecker complains that too).
You can determine the type by parsing the file (frequently)
for example you type btn1 = wx.Button(...)
btn1.<here intellisense should be triggered>
also very helpful would be intellisense or code completition
for 'self'.
···
On Wed, 22 Jun 2005 07:39:28 -0400, Doran_Dermot@emc.com wrote:
Hi,Doran.
Hi Igor,
I've been using WingIDE and find it very good (doesn't have a gui
builder
though).
I'm already heavy vim addict.
Only missing items is:
- intellisense (it's possible for such dynamic language like python?)
--
Franz Steinhaeusler
Hi Franz,
Franz Steinhäusler wrote:
Hi,Doran.
Hi Igor,
I've been using WingIDE and find it very good (doesn't have a gui
builder
though).
I'm already heavy vim addict.
Only missing items is:
- intellisense (it's possible for such dynamic language like python?)
Hello Doran,
for using imported modules, this is no problem.
But a type of a variable can be changed (anyway, that is a bad
programming style; Pychecker complains that too).
You can determine the type by parsing the file (frequently)
for example you type btn1 = wx.Button(...)
btn1.<here intellisense should be triggered>
also very helpful would be intellisense or code completition
for 'self'.
Boa is your friend here, unless I misunderstand what you are expecting at that point (I created e.g. a wx.Frame added some controls, and a button with an event go to the event and type in "self." and CTRL-space).
This only works in version from CVS, but I understand that Riaan is soon putting a new release out.
See you
Werner
···
On Wed, 22 Jun 2005 07:39:28 -0400, Doran_Dermot@emc.com wrote:
--
Franz Steinhaeusler
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org