Differences between revisions 1 and 2
Revision 1 as of 2002-11-25 15:38:06
Size: 1399
Editor: river-bank
Comment:
Revision 2 as of 2003-08-14 18:25:55
Size: 2112
Editor: charm
Comment: 2 Q and answers of author.
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
 * The ability to compile Qt-Designer forms, to produce Qt-Linguist files and release them from within the IDE.  * 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 list of questions asked to author and his answers:

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

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

* What for are Project::Load/Save  Session options ?

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 http://www.die-offenbachs.de/detlev/eric3.html

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

The following is a list of some 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 list of questions asked to author and his answers:

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

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

* What for are Project::Load/Save  Session options ?

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.