Differences between revisions 2 and 3
Revision 2 as of 2003-08-14 18:25:55
Size: 2112
Editor: charm
Comment: 2 Q and answers of author.
Revision 3 as of 2003-08-14 22:12:04
Size: 2149
Editor: ip503dabc3
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
eric's homepage is http://www.die-offenbachs.de/detlev/eric3.html eric's homepage is at http://www.die-offenbachs.de/detlev/eric3.html
Line 7: Line 7:
The following is a list of some of eric's features. The following is a partial list of eric's features:
Line 21: Line 21:
Working with eric3 is mostly intuitive but sometimes doubts come out.
Below list of questions asked to author and his answers:
Working with eric3 is mostly intuitive but sometimes doubts come out. Below is a list of questions asked to the author and his answers:
Line 24: Line 23:
* Is it possible to save open files (also not from project) list
during project save ?
'''Q.''' Is it possible to save open files (also not from project) list during project save ?
Line 27: Line 25:
"Project save " saves the project file. To save an open file use one of
the save actions/menu entries.
'''A.''' "Project save " saves the project file. To save an open file use one of the save actions/menu entries.
Line 30: Line 27:
* What for are Project::Load/Save  Session options ? ----
'''Q.'''
What for are Project::Load/Save  Session options ?
Line 32: Line 30:
A session file contains information about the last debug/run action,
about breakpoint, open editors ... This info is saved with the save
session action and loaded with the load session action. In the
configuration dialog you may enable automatic session loading, which
loads a saved session upon opening a project.
'''A.''' A session file contains information about the last debug/run action, about breakpoint, open editors ... This info is saved with the save session action and loaded with the load session action. In the configuration dialog you may enable automatic session loading, which loads a saved session upon opening a project.

eric is a full featured Python IDE that is written in PyQt using the QScintilla editor widget.

eric's homepage is at http://www.die-offenbachs.de/detlev/eric3.html

For information on PyQt and QScintilla see http://www.riverbankcomputing.co.uk/

The following is a partial list of eric's features:

  • Any number of editors with configurable syntax highlighting, code folding, auto indenting and brace highlighting.
  • Integrated Project Management facility to organize your projects. The project browser shows all source files, all forms and all translations each on its own tab. The source browser has built in class browsing capabilities.
  • An integrated, full featured python debugger.
  • An interactive Python shell.
  • An explorer window for walking through your directory structure with built in class browsing capabilities for Python files.
  • Variable windows that display local and global variables in the current scope while debugging a program.
  • An integrated interface to the Python Module "unittest".
  • An integrated help viewer to display HTML help files. Alternatively you can choose to use Qt-Assistant to view help files.
  • Display of the UI in different languages.
  • The capability to start Qt-Designer and Qt-Linguist from within eric.
  • The ability to compile Qt-Designer forms, to produce Qt-Linguist files and release them from within the IDE.

Working with eric3 is mostly intuitive but sometimes doubts come out. Below is a list of questions asked to the author and his answers:

Q. Is it possible to save open files (also not from project) list during project save ?

A. "Project save " saves the project file. To save an open file use one of the save actions/menu entries.


Q. What for are Project::Load/Save Session options ?

A. A session file contains information about the last debug/run action, about breakpoint, open editors ... This info is saved with the save session action and loaded with the load session action. In the configuration dialog you may enable automatic session loading, which loads a saved session upon opening a project.

eric (last edited 2018-05-27 14:13:44 by MatsWichmann)

Unable to edit the page? See the FrontPage for instructions.