Definitions of editor and IDE?
Gabriel Genellina
gagsl-py at yahoo.com.ar
Mon Feb 5 18:47:07 EST 2007
More information about the Python-list mailing list
Mon Feb 5 18:47:07 EST 2007
- Previous message (by thread): Definitions of editor and IDE?
- Next message (by thread): wxPython: TextCtrl delayed update when using TE_RICH(2)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
En Sat, 03 Feb 2007 19:48:06 -0300, Dick Moores <rdm at rcblue.com> escribió: > Are there generally accepted definitions of "editor" and "IDE". Is there > a clear-cut > distinction between them? I've been looking at the lists of each at > python.org, > < http://wiki.python.org/moin/PythonEditors> and < > http://wiki.python.org/moin/IntegratedDevelopmentEnvironments>. > Many programs are on both lists: Komodo, Eclipse, jedit, SPE, Wing IDE, > UliPad, > etc. IDE means "Integrated Development Environment". Usually includes a source file editor, but many more things, like: a debugger, an object inspector, some software design tools, a GUI designer, etc. -- Gabriel Genellina
- Previous message (by thread): Definitions of editor and IDE?
- Next message (by thread): wxPython: TextCtrl delayed update when using TE_RICH(2)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list