(News)
 
(135 intermediate revisions by 22 users not shown)
Line 1: Line 1:
Welcome to [http://www.eiffel.com/ Eiffel Software]'s Wiki, the home page for Eiffel Software's Open Source initiative in collaboration with the [http://se.inf.ethz.ch/ Chair of Software Engineering] at [http://www.ethz.ch| ETH Zurich].
+
[[Category:General]]__NOTOC__
 +
<h1 class="firstHeading">EiffelStudio Integrated Development Environment</h1>
  
{{block|'''Questionnaire'''<br>
+
[[Image:EiffelStudioScreenshot.png|thumb|250px|right|EiffelStudio IDE ([http://eiffel.com/products/studio/screenshots.html more screenshots]) ]]
  
Bernd and Till are writing about the progress of the EiffelStudio project and have compiled a questionnaire. It would be great if everyone completed it, so they can gain a comprehensive overview. The questionnaire can be found [http://eiffelsoftware.origo.ethz.ch/questionnaire.html here] - thanks for participating! }}
+
Welcome to the central resource for EiffelStudio developers and contributors.
 +
==News==
 +
*''December 2022'': EiffelStudio [[EiffelStudio 22.12 Releases|22.12]] is available for download at https://account.eiffel.com/downloads
 +
*''May 2022'': EiffelStudio [[EiffelStudio 22.05 Releases|22.05]] is available for download at https://account.eiffel.com/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
  
{{block|'''Project ideas'''<br>
+
==Background==
  
If you'd like to contribute to the progress of Eiffel technology but don't know where to start, be sure to
+
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.
take a look at the [[:Category:Projects| project suggestion pages]]. They contain lots of great ideas for projects large and small!}}
+
  
To download or look at the source code of EiffelStudio, please go to the [[Repository| SVN repository]] page.
+
EiffelStudio is a full-featured IDE offering the following features, many of them unique:
  
To compile the source code, you will need a snapshot of the current development release of EiffelStudio. To get it go to the [[Downloads| Downloads]] page.
+
* 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.
  
=== Wiki Contents ===
+
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.
  
* [[:Category:EiffelStudio|EiffelStudio]]
+
<center>If you want to know more about the unique features of Eiffel and EiffelStudio, check out our [[Reasons for using Eiffel]] page.</center>
* [[:Category:EiffelBuild|EiffelBuild]]
+
 
* [[:Category:Compiler| Eiffel Compiler]]
+
{|style="font-size:80%;" bgcolor=white|
* [[:Category:Runtime| Eiffel Runtime]]
+
{| cellspacing=8 width="100%"
* [[:Category:Library| Eiffel Libraries]]:
+
|- valign="top"
** [[:Category:EiffelBase| EiffelBase]]
+
|width="50%" bgcolor="#f6f9fb" style="border:1px solid #8f8f8f;padding:0 .5em .5em .5em;"|
** [[:Category:EiffelVision2| EiffelVision2]]
+
 
** [[:Category:WEL| WEL]]
+
== Getting Started ==
* [[:Category:Documentation| Documentation]]
+
 
* [[Repository| SVN repository]]  
+
* [[Downloads]]
* [[Contributing| How To Contribute?]]
+
* [[EiffelStudio_ChangeLog|Changelog of current release (release branch)]]
* [[:Category:Projects| Projects and project suggestions]]
+
* [http://docs.eiffel.com/book/eiffelstudio/software-installation-eiffelstudio Installing EiffelStudio]
* [[URLs| Useful URLs]]
+
* [[Compiling Hello World]]
* [[TODOs| Project TODOs]]
+
|width="50%" bgcolor="#f6f9fb" style="border:1px solid #8f8f8f;padding:0 .5em .5em .5em;"|
 +
 
 +
== Working with EiffelStudio ==
 +
 
 +
* [[Frequently Asked Questions]]
 +
* [[Eiffel Glossary]]
 +
* [[Eiffel Compilation Explained]]
 +
* [[EiffelStudio Wish List]]
 +
 
 +
|- valign="top"
 +
|width="50%" bgcolor="#f6f9fb" style="border:1px solid #8f8f8f;padding:0 .5em .5em .5em;"|
 +
== Contributing! ==
 +
 
 +
* [[:Category:Projects|How to contribute: the Projects page]]
 +
* [[:Category:Testing|EiffelStudio testing process: you can participate!]]
 +
* [[EiffelStudio ChangeLog|Changelog of latest development version]]
 +
* [[Repository|Getting the source: Subversion repository]]
 +
* [[Compiling EiffelStudio]]
 +
* [[:Category:Tools|Developer's tools]]
 +
* [[Language_Roadmap|Language roadmap]]
 +
* [[Environment_Roadmap|Environment roadmap]]
 +
* [[Design_and_coding_rules|Design and coding rules]]
 +
|width="50%" bgcolor="#f6f9fb" style="border:1px solid #8f8f8f;padding:0 .5em .5em .5em;"|
 +
 
 +
== Community ==
 +
 
 +
* [https://www.eiffel.org Eiffel.org]
 +
* [[Spread_the_word|Spread the word]]
 +
* [[Eiffel Sites and Links]]
 +
* [[Mailing Lists]]
 +
* [[:Category:News|News]]
 +
* Join us on gitter https://gitter.im/EiffelSoftware/EiffelStudio or through https://groups.eiffel.com/
 +
 
 +
 
 +
|}

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