Hi!
Scintilla come like a "control" (a piece for a window), raleted to the
file SciLexer.DLL
For call the scintilla-componant, use "messages". Example :
SendMessage(Sci, SCI_GOTOLINE, line, 0)
For the constant SCI_GOTOLINE, I suggest scintillacon.py, include in
Pywin32.
@-salutations
--
Mich
On 27-08-2010 00:22, Thomas Jollans wrote:
> On Thursday 26 August 2010, it occurred to Sathish S to exclaim:
>> Hi Ppl,
>>
>> Is there any python IDE or editor that has an ActiveX control which could
>> be embed in other Windows applications. I'm basically looking to write a
>> application that c
On Thursday 26 August 2010, it occurred to Sathish S to exclaim:
> Hi Ppl,
>
> Is there any python IDE or editor that has an ActiveX control which could
> be embed in other Windows applications. I'm basically looking to write a
> application that can show the indentations of python, change the col
Ali a écrit :
> On 14 Apr, 05:48, "Jack" <[EMAIL PROTECTED]> wrote:
>
>>That's a good one. I got to find out what's special with Emacs :)
>
>
> The users.
>
+10 OT-QOTW !-)
(ouch, it hurts...)
--
http://mail.python.org/mailman/listinfo/python-list
On Friday 13 April 2007 10:20, Jack wrote:
> I wonder what everybody uses for Python editor/IDE on Linux?
> I use PyScripter on Windows, which is very good.
I'm using WingWare's WingIDE. Visual debugger, python-scriptable,
projects, code-completion that is second-to-none (I LOVE it.). And a ve
On Apr 16, 2:17 am, "Daniel Gee" <[EMAIL PROTECTED]> wrote:
> didn't know that one. Perhaps I'll look into Gvim (I still like to cut
> and paste with the mouse, even if I left that off my list).
In gvim you can use a mouse-1-drag to select text then mouse-2 at the
position you want to copy the te
didn't know that one. Perhaps I'll look into Gvim (I still like to cut
and paste with the mouse, even if I left that off my list).
--
http://mail.python.org/mailman/listinfo/python-list
On Apr 15, 2:33 am, "Daniel Gee" <[EMAIL PROTECTED]> wrote:
>
> anything more than line
> numbering, simple syntax highlighting, and auto-indent when you hit
> enter just doesn't seem necessary. Vim has b and c, but not a.
>
a:
:set nu
:set nonu
--
http://mail.python.org/mailman/listinfo/python-
On Apr 15, 9:33 am, "Daniel Gee" <[EMAIL PROTECTED]> wrote:
> In Linux I just use Gedit. In windows I settle for Notepad2. With
> python having help built into the interpreter, anything more than line
> numbering, simple syntax highlighting, and auto-indent when you hit
> enter just doesn't seem ne
In <[EMAIL PROTECTED]>, Dotan Cohen
wrote:
> Has anyone any experience with Python in Kate or Kdevelop?
I'm using Kate/KWrite quite often. Syntax highlighting and an auto
indention for Python are standard features. The only "extra" I'm using is
the word completion plug-in to spare myself too mu
In Linux I just use Gedit. In windows I settle for Notepad2. With
python having help built into the interpreter, anything more than line
numbering, simple syntax highlighting, and auto-indent when you hit
enter just doesn't seem necessary. Vim has b and c, but not a.
Using Kate for Python would pr
On 14 Apr 2007 11:35:15 -0700, mystilleef <[EMAIL PROTECTED]> wrote:
> On Apr 13, 6:20 pm, "Jack" <[EMAIL PROTECTED]> wrote:
> > I wonder what everybody uses for Python editor/IDE on Linux?
> > I use PyScripter on Windows, which is very good. Not sure if
> > there's something handy like that on Lin
On Apr 13, 6:20 pm, "Jack" <[EMAIL PROTECTED]> wrote:
> I wonder what everybody uses for Python editor/IDE on Linux?
> I use PyScripter on Windows, which is very good. Not sure if
> there's something handy like that on Linux. I need to do some
> development work on Linux and the distro I am using i
Jack wrote:
> I wonder what everybody uses for Python editor/IDE on Linux?
> I use PyScripter on Windows, which is very good. Not sure if
> there's something handy like that on Linux. I need to do some
> development work on Linux and the distro I am using is Xubuntu.
>
>
I use spe - it is in un
[EMAIL PROTECTED] (Aahz) writes:
> In article <[EMAIL PROTECTED]>,
> Michael Bentley <[EMAIL PROTECTED]> wrote:
>>
Everybody uses vim.
>>> Except for real programmers...
>>
>>Who instead use emacs ;-)
>
> "Emacs makes a good OS, but a lousy editor."
Yep. Emacs comes with a lot of
In article <[EMAIL PROTECTED]>,
Michael Bentley <[EMAIL PROTECTED]> wrote:
>
>>>
>>> Everybody uses vim.
>>>
>> Except for real programmers...
>
>Who instead use emacs ;-)
"Emacs makes a good OS, but a lousy editor."
--
Aahz ([EMAIL PROTECTED]) <*> http://www.pythoncraft.com/
On 14/04/07, Kevin Walzer <[EMAIL PROTECTED]> wrote:
> Jack wrote:
> > I wonder what everybody uses for Python editor/IDE on Linux?
> > I use PyScripter on Windows, which is very good. Not sure if
> > there's something handy like that on Linux. I need to do some
> > development work on Linux and th
Jack wrote:
> I wonder what everybody uses for Python editor/IDE on Linux?
> I use PyScripter on Windows, which is very good. Not sure if
> there's something handy like that on Linux. I need to do some
> development work on Linux and the distro I am using is Xubuntu.
>
>
Why not IDLE?
--
Kevi
Jack escreveu:
> I wonder what everybody uses for Python editor/IDE on Linux?
> I use PyScripter on Windows, which is very good. Not sure if
> there's something handy like that on Linux. I need to do some
> development work on Linux and the distro I am using is Xubuntu.
>
>
eric3 is nice and sim
On Apr 13, 7:20 pm, "Jack" <[EMAIL PROTECTED]> wrote:
> I wonder what everybody uses for Python editor/IDE on Linux?
> I use PyScripter on Windows, which is very good. Not sure if
> there's something handy like that on Linux. I need to do some
> development work on Linux and the distro I am using i
On 14 Apr, 05:48, "Jack" <[EMAIL PROTECTED]> wrote:
> That's a good one. I got to find out what's special with Emacs :)
The users.
--
http://mail.python.org/mailman/listinfo/python-list
That's a good one. I got to find out what's special with Emacs :)
> I'll let you in on a little secret. We all use Emacs. Those who claim to
> use vim are just trying to prevent you from ever becoming a successful
> Python programmer, and therefore reduce competition.
> --
> Michael Hoffman
>>
>> Everybody uses vim.
>>
> Except for real programmers...
Who instead use emacs ;-)
--
http://mail.python.org/mailman/listinfo/python-list
Michael Hoffman <[EMAIL PROTECTED]> writes:
> Jack wrote:
> > I wonder what everybody uses for Python editor/IDE on Linux?
>
> I'll let you in on a little secret. We all use Emacs. Those who
> claim to use vim are just trying to prevent you from ever becoming a
> successful Python programmer, and
OMG, all of you forgot IDLE ? http://www.python.org/idle/
It is very good for the starters and it looks simple.
There are also Eric http://www.die-offenbachs.de/detlev/eric.html and SPE
IDE http://pythonide.stani.be/
And there is always the uber cool editor (aka OS), Emacs :)
--
With Regards
On 4/13/07, Jack <[EMAIL PROTECTED]> wrote:
> I wonder what everybody uses for Python editor/IDE on Linux?
> I use PyScripter on Windows, which is very good. Not sure if
> there's something handy like that on Linux. I need to do some
> development work on Linux and the distro I am using is Xubuntu.
Jack wrote:
> I wonder what everybody uses for Python editor/IDE on Linux?
I'll let you in on a little secret. We all use Emacs. Those who claim to
use vim are just trying to prevent you from ever becoming a successful
Python programmer, and therefore reduce competition.
--
Michael Hoffman
--
Greg Donald a écrit :
> On 4/13/07, Bruno Desthuilliers
> <[EMAIL PROTECTED]> wrote:
>
>> Except for real programmers...
>
> That's correct. We use:
>
> # dd if=/dev/tty of=/dev/hda1
>
> and such.
>
Hear hear !-)
--
http://mail.python.org/mailman/listinfo/python-list
Jack napisał(a):
>> pida because it embeds the 'vim' editor which I love and adds useful
>> features without really getting in my way. And it's the only IDE I found
>> that supports bazaar-ng (bzr) repositories.
>
> pida screenshots look neat. It's not in xubuntu's repository though. Not
> even
I experiment with Ubuntu nowadays, and i find my Windows combination a
realy win also there,
Eclipse and PyDev.
--
http://mail.python.org/mailman/listinfo/python-list
On 4/13/07, Bruno Desthuilliers <[EMAIL PROTECTED]> wrote:
> Except for real programmers...
That's correct. We use:
# dd if=/dev/tty of=/dev/hda1
and such.
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
Greg Donald napisał(a):
>> Thanks God
>
> No problem.
>
>> , there's no "PIDA for Emacs".
>
> Pet Industry Distributors Association ?
Pfscking Ifscking Dfscking Afscking beste Editor unter die Sun ist der Vim!
(they would try to convince you die PIDA means something mehr enjoyable,
aber it's
> We should do a weekly poll. :) Seriously - this question is coming up
> very frequently and everybody has their preference.
Maybe a web page, something like pythonidepoll.com :)
I apologize for bringing up this FAQ once again ;-p
> My (current) favorite:
> pida (exists as a ready package on D
7stud a écrit :
> Jack wrote:
>
>>I wonder what everybody uses for Python editor/IDE on Linux?
>>I use PyScripter on Windows, which is very good. Not sure if
>>there's something handy like that on Linux. I need to do some
>>development work on Linux and the distro I am using is Xubuntu.
>
>
> Ev
Jack a écrit :
> I wonder what everybody uses for Python editor/IDE on Linux?
Strange as it might be, not everybody's using the same editor.
> I use PyScripter on Windows, which is very good. Not sure if
> there's something handy like that on Linux.
Oh yes ? Why so ?
The best code editor ever i
On 4/13/07, Jarek Zgoda <[EMAIL PROTECTED]> wrote:
> Thanks God
No problem.
> , there's no "PIDA for Emacs".
Pet Industry Distributors Association ?
--
Greg Donald
http://destiney.com/
--
http://mail.python.org/mailman/listinfo/python-list
"7stud" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jack wrote:
> > I wonder what everybody uses for Python editor/IDE on Linux?
> > I use PyScripter on Windows, which is very good. Not sure if
> > there's something handy like that on Linux. I need to do some
> > development work
Thanks but...I'm looking for something free :)
> try wing ide. i tried it and i love it. it's available for windows as
> well for linux
--
http://mail.python.org/mailman/listinfo/python-list
Greg Donald napisał(a):
>> try wing ide. i tried it and i love it. it's available for windows as
>> well for linux
>
> Good thing those are the only two operating system out there.. err..
> I meant, good thing there's Emacs.
Thanks God, there's no "PIDA for Emacs".
--
Jarek Zgoda
http://jpa.b
7stud napisał(a):
>> I wonder what everybody uses for Python editor/IDE on Linux?
>> I use PyScripter on Windows, which is very good. Not sure if
>> there's something handy like that on Linux. I need to do some
>> development work on Linux and the distro I am using is Xubuntu.
>
> Everybody uses
On 13 Apr 2007 12:54:08 -0700, azrael <[EMAIL PROTECTED]> wrote:
> try wing ide. i tried it and i love it. it's available for windows as
> well for linux
Good thing those are the only two operating system out there.. err..
I meant, good thing there's Emacs.
--
Greg Donald
http://destiney.com/
try wing ide. i tried it and i love it. it's available for windows as
well for linux
On Apr 13, 9:11 pm, Christoph Haas <[EMAIL PROTECTED]> wrote:
> On Fri, Apr 13, 2007 at 11:20:23AM -0700, Jack wrote:
> > I wonder what everybody uses for Python editor/IDE on Linux?
> > I use PyScripter on Wind
On Fri, Apr 13, 2007 at 11:20:23AM -0700, Jack wrote:
> I wonder what everybody uses for Python editor/IDE on Linux?
> I use PyScripter on Windows, which is very good. Not sure if
> there's something handy like that on Linux. I need to do some
> development work on Linux and the distro I am using i
On Apr 13, 7:27 pm, "7stud" <[EMAIL PROTECTED]> wrote:
> Jack wrote:
> > I wonder what everybody uses for Python editor/IDE on Linux?
> > I use PyScripter on Windows, which is very good. Not sure if
> > there's something handy like that on Linux. I need to do some
> > development work on Linux and
Jack wrote:
> I wonder what everybody uses for Python editor/IDE on Linux?
> I use PyScripter on Windows, which is very good. Not sure if
> there's something handy like that on Linux. I need to do some
> development work on Linux and the distro I am using is Xubuntu.
Everybody uses vim.
--
http:
On 2/8/07, Stef Mientki <[EMAIL PROTECTED]> wrote:
> limodou wrote:
> > Maybe you can try ulipad.
> >
> thanks,
> although it doesn't look bad,
> and it certainly must have been a huge job doing this with Tcl/Tk,
You are wrong, UliPad is based on wxPython, but not Tcl/Tk.
> I don't think it can c
I read about a free manual with adds,
but I can find it no-where.
you can find a tutorial here : http://www.serpia.org/spe
You can't have everything. Where would you put it? -- Steven Wright
---
please visit www.serpia.org
--
http://mail.python.org/mailman/listinfo/python-list
limodou wrote:
> Maybe you can try ulipad.
>
thanks,
although it doesn't look bad,
and it certainly must have been a huge job doing this with Tcl/Tk,
I don't think it can compete with PyScripter,
except on Linux ;-)
succes,
cheers,
Stef Mientki
--
http://mail.python.org/mailman/listinfo/python-l
Maybe you can try ulipad.
--
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou
--
http://mail.python.org/mailman/listinfo/python-list
[EMAIL PROTECTED] wrote:
> On Feb 6, 11:01 pm, Stef Mientki <[EMAIL PROTECTED]>
> wrote:
>> BBands wrote:
>>> No, no, no, this is not an invitation to the editor wars.
>
>>> I have been using José Cláudio Faria's superb
>>> Tinn-R,http://www.sciviews.org/Tinn-R/,
>>> with the R language,http://ww
On Feb 6, 11:01 pm, Stef Mientki <[EMAIL PROTECTED]>
wrote:
> BBands wrote:
> > No, no, no, this is not an invitation to the editor wars.
> > I have been using José Cláudio Faria's superb
> > Tinn-R,http://www.sciviews.org/Tinn-R/,
> > with the R language,http://www.r-project.org/. This editor al
BBands wrote:
> No, no, no, this is not an invitation to the editor wars.
>
> I have been using José Cláudio Faria's superb Tinn-R,
> http://www.sciviews.org/Tinn-R/,
> with the R language, http://www.r-project.org/. This editor allows you
> to send code to the R shell for execution. You can easi
BBands a écrit :
> No, no, no, this is not an invitation to the editor wars.
>
> I have been using José Cláudio Faria's superb Tinn-R,
> http://www.sciviews.org/Tinn-R/,
> with the R language, http://www.r-project.org/. This editor allows you
> to send code to the R shell for execution. You can e
On 6 Feb 2007 12:51:13 -0800, BBands <[EMAIL PROTECTED]> wrote:
>No, no, no, this is not an invitation to the editor wars.
>
>I have been using José Cláudio Faria's superb Tinn-R,
>http://www.sciviews.org/Tinn-R/,
>with the R language, http://www.r-project.org/. This editor allows you
>to send cod
On 2006-08-29, John Salerno <[EMAIL PROTECTED]> wrote:
>> Vim (vim-python) or emacs (python.el) is always the best
>> solution.
>
> Is it possible to get vim-python for Windows, or is that just a
> Linux build?
The windows binary for the latest version, 7.0, includes the
Python commands (the versi
[EMAIL PROTECTED] wrote:
> John Salerno wrote:
>> Is it possible to get vim-python for Windows, or is that just a Linux build?
>
>
> It builds for windows.
>
When installed, you may also want to consider the python add-on located at
http://www.vim.org/scripts/script.php?script_id=790
Enhanced
John Salerno wrote:
> Is it possible to get vim-python for Windows, or is that just a Linux build?
It builds for windows.
--
http://mail.python.org/mailman/listinfo/python-list
Jerry Fleming wrote:
> Larry Bates wrote:
>> Jason Jiang wrote:
>>> Hi,
>>>
>>> Could someone recommend a good Python editor? Thanks.
>>>
>>> Jason
>>>
>>>
>> For just getting started use Idle that comes with Python.
>> If you are already a user or if you are looking for a more
>> powerful solution
Larry Bates wrote:
> Jason Jiang wrote:
>> Hi,
>>
>> Could someone recommend a good Python editor? Thanks.
>>
>> Jason
>>
>>
>>
> For just getting started use Idle that comes with Python.
> If you are already a user or if you are looking for a more
> powerful solution you can use Eclipse (with Pyt
Thanks Simon. I finally picked SciTE. No time to do further investigation.
Jason
"Simon Forman" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jason Jiang wrote:
>> Hi,
>>
>> Could someone recommend a good Python editor? Thanks.
>>
>> Jason
>
> There have just been one or two long
Jason Jiang wrote:
> Hi,
>
> Could someone recommend a good Python editor? Thanks.
>
> Jason
>
>
>
For just getting started use Idle that comes with Python.
If you are already a user or if you are looking for a more
powerful solution you can use Eclipse (with Python plug-in).
These represent
Jason Jiang wrote:
> Hi,
>
> Could someone recommend a good Python editor? Thanks.
>
> Jason
There have just been one or two long-ish threads on exactly this
question. Search the google groups version of this group for them.
Peace,
~Simon
--
http://mail.python.org/mailman/listinfo/python-list
"Ravi Teja" <[EMAIL PROTECTED]> writes:
[...]
> Most good editors (Scintilla based editors, Emacs, Vi etc) have
> auto-completion for symbols that have occured in the current file; and
What I find really useful in emacs is completion based on *all* open
files (usually I have maybe twenty files ope
Laurentiu wrote:
> hello!
>
>
> i am searching for a free python editor with
> autocorrection capabillities.
>
> for example:" the wrong setfocus() call to become
> SetFocus(), etc."
>
>
> thanks
Python is a dynamic language, which means that methods that may not
exist in your source code may spr
Laurentiu <[EMAIL PROTECTED]> writes:
> i am searching for a free python editor with
> autocorrection capabillities.
>
> for example:" the wrong setfocus() call to become
> SetFocus(), etc."
Perhaps not quite what you were looking for, but emacs' dabbrev-expand
works well for avoiding mistyped P
Dale Strickland-Clark a écrit :
> Vim.
>
> Everything else is Notepad.
++, yes Notepad++ !!! (windows only)
See http://notepad-plus.sourceforge.net/uk/site.htm
:-)
>
> DeepBlue wrote:
>
>> Hi all,
>>
>> Can any one please recommend me an editor for coding Python. Thank u.
>> I have Komodo (
HI
I use VIM in FreeBSD or M$'s Windows
--
http://mail.python.org/mailman/listinfo/python-list
Looking at their flash demo made me want to try it, but after all
dependencies installed, I get "Fatal Python error: can't initialise module
gtksourceview Aborted (core dumped)"
Is it stable ?
Philippe
mystilleef wrote:
> The powerful no-nonsense, no-frills, no-hassle, no-fuzz editor,
> S
Thomas Guettler wrote:
> Am Tue, 09 May 2006 14:37:53 +0100 schrieb Dale Strickland-Clark:
>
>
>>Vim.
>>Everything else is Notepad.
>
>
> Vi or vim are good for editing config files over ssh. For programming
> I use XEmacs.
Smelling napalm here.
If you don't want to use vim you should give er
The powerful no-nonsense, no-frills, no-hassle, no-fuzz editor,
Scribes. Supports everything you'd want in an editor, it's nimble, fast
and agile, and it has virtually no learning curve.
http://scribes.sourceforge.net/
http://scribes.sourceforge.net/snippets.htm (Flash Demo)
http://www.minds.nui
PyScripter, a nativen Windows application, free.
>
> Can any one please recommend me an editor for coding Python. Thank u.
> I have Komodo (www.activestate.com) in my mind. Is the editor any good?
>
> regards.
--
http://mail.python.org/mailman/listinfo/python-list
DeepBlue wrote:
> Hi all,
>
> Can any one please recommend me an editor for coding Python. Thank u.
> I have Komodo (www.activestate.com) in my mind. Is the editor any good?
>
> regards.
As a newbie (referring to myself), I recommend typing everything by hand
first, so you will learn all the li
I have used Eclipse+PyDev in the past. I don't use the debugger though
and don't find the outline all that useful, so now I just use the
PythonWin interface that comes with the ActiveState Python
distribution.
Another one that I've heard lots of people seem to like is Stani's
Python Editor (SPE).
I use Eclipse with the Pydev plugin. It's great way to start
familiarizing yourself with Python. The editor has got great features
and the debugger will be a great help too. Vim is great too but may be
not a good idea if you are new to Python.
Good luck!
--
http://mail.python.org/mailman/listinf
Look at eric:
http://www.die-offenbachs.de/detlev/eric3.html
Editor is QScintalla
I tried everithing and prefer eric. (it's free)
malv
--
http://mail.python.org/mailman/listinfo/python-list
Am Tue, 09 May 2006 14:37:53 +0100 schrieb Dale Strickland-Clark:
> Vim.
>
> Everything else is Notepad.
Vi or vim are good for editing config files over ssh. For programming
I use XEmacs.
HTH,
Thomas
--
Thomas Güttler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler +
>> Vim
Yes, and enjoy the month off work while you are learning how to use it
;>
--
http://mail.python.org/mailman/listinfo/python-list
I've always just used Idle myself.
--
http://mail.python.org/mailman/listinfo/python-list
Vim.
Everything else is Notepad.
DeepBlue wrote:
> Hi all,
>
> Can any one please recommend me an editor for coding Python. Thank u.
> I have Komodo (www.activestate.com) in my mind. Is the editor any good?
>
> regards.
--
Dale Strickland-Clark
Riverhall Systems www.riverhall.co.uk
We're rec
I'm on Windows XP, and I like Komodo a lot. It does php, html, perl,
python, ruby etc. It's just a tad slow to load (takes about 10 seconds
on my AMD Athlon 2700), but I usually leave it on all day, so I don't
notice. If you're on Linux you might ask others.
rpd
--
http://mail.python.org/mailma
free and vim or wingide
On 5/9/06, DeepBlue <[EMAIL PROTECTED]> wrote:
Hi all,Can any one please recommend me an editor for coding Python. Thank u.I have Komodo (
www.activestate.com) in my mind. Is the editor any good?regards.--http://mail.python.org/mailman/listinfo/python-list
--
http://mail.p
Check http://wiki.python.org/moin/IntegratedDevelopmentEnvironments.
I'd reccommend pydev (http://pydev.sf.net) or the pydev extensions if
you're willing to spend some bucks (http://www.fabioz.com/pydev).
-- FabioOn 5/9/06, DeepBlue <[EMAIL PROTECTED]> wrote:
Hi all,Can any one please recommend m
82 matches
Mail list logo