m (News: Removed a reference to 17.05 release.)
(32 intermediate revisions by 4 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==
*''30 May 2012'': [[Eiffel_Design_Feast_2012 | The Eiffel Design Feast III in Prague]].
+
*''December 2018'': EiffelStudio [[EiffelStudio 18.11 Releases|18.11]] is available for download at https://www.eiffel.org/downloads
*''9 Dec 2012'': [[Eiffel_Design_Feast_2011 | The Eiffel Design Feast II in Zurich]].
+
*''July 2018'': EiffelStudio [[EiffelStudio 18.07 Releases|18.07]] is available for download at https://www.eiffel.org/downloads
*''28 November 2011'': EiffelStudio 7.0 is available for download at http://www.eiffel.com/downloads
+
*''January 2018'': EiffelStudio [[EiffelStudio 18.01 Releases|18.01]] is available for download at https://www.eiffel.org/downloads
*''June 2011'': [[Eiffel_Design_Feast_2011 | The Eiffel Design Feast I in Zurich]].
+
*''6 June 2011'': EiffelStudio 6.8 is available for download at http://www.eiffel.com/downloads
+
*''15 December 2010'': EiffelStudio 6.7 is available for download at http://www.eiffel.com/downloads
+
  
 
==Background==
 
==Background==
  
EiffelStudio is an advanced commercial-grade IDE for the [http://en.wikipedia.org/wiki/Eiffel_programming_language Eiffel programming language]. It is maintained and developed mostly by [http://www.eiffel.com Eiffel Software] and hosted at the [http://se.inf.ethz.ch/ Chair of Software Engineering] at [http://www.ethz.ch/ ETH Zurich].
+
EiffelStudio is an open-source IDE for the [http://en.wikipedia.org/wiki/Eiffel_programming_language Eiffel programming language]. [http://www.eiffel.com 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.
 
+
On April 5th, 2006, Eiffel Software relicensed the EiffelStudio product under the [[Gnu Public License]]. Eiffel Software still offers a commercial variant. Both versions share the same source code.
+
  
 
EiffelStudio is a full-featured IDE offering the following features, many of them unique:
 
EiffelStudio is a full-featured IDE offering the following features, many of them unique:
Line 43: Line 38:
  
 
* [[Downloads]]
 
* [[Downloads]]
* [[EiffelStudio Releases|Changelog of current release (release branch)]]
+
* [[EiffelStudio 18.07 Releases|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 61: Line 56:
 
* [[: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 7.1 Releases|Changelog of latest development version, currently 7.1 (development trunk)]]
+
* [[EiffelStudio ChangeLog|Changelog of latest development version]]
 
* [[Repository|Getting the source: Subversion repository]]
 
* [[Repository|Getting the source: Subversion repository]]
 
* [[Compiling EiffelStudio]]
 
* [[Compiling EiffelStudio]]
Line 72: Line 67:
 
== Community ==
 
== Community ==
  
* [http://www.eiffelroom.org EiffelRoom]
+
* [https://www.eiffel.org Eiffel.org]
 
* [[Spread_the_word|Spread the word]]
 
* [[Spread_the_word|Spread the word]]
 
* [[Eiffel Sites and Links]]
 
* [[Eiffel Sites and Links]]
 
* [[Mailing Lists]]
 
* [[Mailing Lists]]
 
* [[:Category:News|News]]
 
* [[:Category:News|News]]
* Join us on IRC at chat.freenode.net #eiffelstudio or through http://community.eiffel.com/irc
+
* Join us on gitter https://gitter.im/EiffelSoftware/EiffelStudio or through https://groups.eiffel.com/
  
  
 
|}
 
|}

Revision as of 06:49, 17 December 2018

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