(Contributing!)
(News)
 
(17 intermediate revisions by 2 users not shown)
Line 6: Line 6:
 
Welcome to the central resource for EiffelStudio developers and contributors.
 
Welcome to the central resource for EiffelStudio developers and contributors.
 
==News==
 
==News==
*''January 2017'': EiffelStudio [[EiffelStudio 17.01 Releases|17.01]] is available for download at https://www.eiffel.org/downloads
+
*''December 2022'': EiffelStudio [[EiffelStudio 22.12 Releases|22.12]] is available for download at https://account.eiffel.com/downloads
*''May 2016'': EiffelStudio [[EiffelStudio 16.05 Releases|16.05]] is available for download at https://www.eiffel.org/downloads
+
*''May 2022'': EiffelStudio [[EiffelStudio 22.05 Releases|22.05]] is available for download at https://account.eiffel.com/downloads
*''Dec 2015'': EiffelStudio [[EiffelStudio 15.12 Releases|15.12]] is available for download at https://www.eiffel.org/downloads
+
*''November 2021'': EiffelStudio [[EiffelStudio 21.11 Releases|21.11]] is available for download at https://account.eiffel.com/downloads
 +
*''December 2020'': EiffelStudio [[EiffelStudio 20.11 Releases|20.11]] is available for download at https://account.eiffel.com/downloads
 +
*''May 2019'': EiffelStudio [[EiffelStudio 19.05 Releases|19.05]] is available for download at https://account.eiffel.com/downloads
  
 
==Background==
 
==Background==
Line 38: Line 40:
  
 
* [[Downloads]]
 
* [[Downloads]]
* [[EiffelStudio Releases|Changelog of current release (release branch)]]
+
* [[EiffelStudio_ChangeLog|Changelog of current release (release branch)]]
 
* [http://docs.eiffel.com/book/eiffelstudio/software-installation-eiffelstudio Installing EiffelStudio]
 
* [http://docs.eiffel.com/book/eiffelstudio/software-installation-eiffelstudio Installing EiffelStudio]
 
* [[Compiling Hello World]]
 
* [[Compiling Hello World]]
Line 56: Line 58:
 
* [[:Category:Projects|How to contribute: the Projects page]]
 
* [[:Category:Projects|How to contribute: the Projects page]]
 
* [[:Category:Testing|EiffelStudio testing process: you can participate!]]
 
* [[:Category:Testing|EiffelStudio testing process: you can participate!]]
* [[EiffelStudio 17.01 Releases|Changelog of latest version, currently 17.01]]
+
* [[EiffelStudio ChangeLog|Changelog of latest development version]]
 
* [[Repository|Getting the source: Subversion repository]]
 
* [[Repository|Getting the source: Subversion repository]]
 
* [[Compiling EiffelStudio]]
 
* [[Compiling EiffelStudio]]

Latest revision as of 05:46, 22 December 2022

EiffelStudio Integrated Development Environment

EiffelStudio IDE (more screenshots)

Welcome to the central resource for EiffelStudio developers and contributors.

News

Background

EiffelStudio is an open-source IDE for the Eiffel programming language. Eiffel Software is the principal contributor and hosts the subversion repository. EiffelStudio is maintained and developed by Eiffel Software as well many contributors, including ETH Zurich.

EiffelStudio is a full-featured IDE offering the following features, many of them unique:

  • Complete compiler for the Eiffel programming language, with Design By Contract (DBC) support and both high compile-time speed and high-performance executables, based on the Melting Ice Technology.
  • Full portability (including graphics) across Windows, MacOS X, Linux, *BSD, Solaris and other operating systems
  • Smart code editor
  • Sophisticated multi-view browsing and viewing facilities
  • Interactive debugger
  • Graphical modeling tool for UML and BON with full roundtrip
  • Refactoring support
  • GUI development tool (EiffelBuild) and fully portable GUI library (EiffelVision)
  • Many other libraries of reusable component.

The Eiffel compiler creates C code that is then handed to a standard C compiler. As a result, Eiffel programs have a run-time performance comparable to those directly written in C or C++, but with the benefits of an advanced object-oriented model and strong typing. EiffelStudio uses a highly efficient compacting garbage collector to free the developer from the burden of memory management.

If you want to know more about the unique features of Eiffel and EiffelStudio, check out our Reasons for using Eiffel page.

Getting Started

Working with EiffelStudio

Contributing!

Community