Eric IDE 24.6

Eric is an IDE for Python and Ruby. It provides unlimited editor windows and layout, syntax checking and highlighting, autocompletion, calltips, folding, brace matching, spell checking, search and replace. It includes a class browser, various VCS interfaces, collaboration features, documentation helpers, and a remote debugger for Python and Ruby, unit testing, profiling and code coverage stats, and an interactive Python shell. Command-line filters or hooks can be run from the IDE, such as cx_freeze or PyLink.

Tags python ide debugger programmers ruby
License GNU GPLv3
State stable

Recent Releases

24.628 Apr 2024 03:15 minor bugfix: - Web Browser. - Added the capability to enable the rendering of all web pages using a. Dark theme (PyQt/Qt = 6.7.0).
24.524 Apr 2024 11:54 minor bugfix: - bug fixes - General - Changed code from using `QFileSystemWatcher` to our own implementation (`EricFileSystemWatcher`) based on the `watchdog` Python package in order to get more fine grained control over the reported changes. - Editor - Added the capability to reload the current editor via its context menu or the main `File` menu (see issue 556). - Added basic support for Jenkins pipeline files (and Groovy source files) (see issue 558). - Editor Outline - Improved the navigation capability by respecting the column offset when placing the cursor of the editor (see issue 554). - File Browser - Improved the navigation capability by respecting the column offset when placing the cursor of the editor (see issue 554). - Project Browser - Improved the navigation capability by respecting the column offset when placing the cursor of the editor (see issue 554). - Symbols Viewer - Completed the list of selectable code blocks.