mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 14:52:03 +01:00
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2243 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
22 lines
1.4 KiB
Plaintext
22 lines
1.4 KiB
Plaintext
[[Property:modification_date|Tue, 02 Jun 2020 08:56:25 GMT]]
|
|
[[Property:publication_date|Fri, 22 May 2020 15:44:58 GMT]]
|
|
[[Property:uuid|99393109-3E37-4A3C-82FC-6509444BC948]]
|
|
[[Property:title|Release notes for EiffelStudio 20.05]]
|
|
[[Property:link_title|20.05]]
|
|
[[Property:weight|-4]]
|
|
==Graphical environment==
|
|
* The editor search functionality now supports Unicode text.
|
|
* Improve code completion to include sequence of Unicode symbol for new Eiffel syntax.
|
|
* The new command line option `-reset_ide_layout` reset any IDE layout settings (docking, tools, ...).
|
|
|
|
==Compiler==
|
|
*
|
|
|
|
==Libraries==
|
|
* There is now a simpler way to output Unicode text into the Console, using the new`PLAIN_TEXT_FILE.put_string_32 (text)` (note: for now only `put_string_32` is using the related encoding).
|
|
* Many web related libraries were updated to better follow recommendations and specifications (wikitext, feed with atom and rss, xml, and CMS xhtml page generation).
|
|
* Most (if not all) of the ISE specific codes are now in the ISE_RUNTIME class.
|
|
* Thanks to the new `wrap_c` tool, there are a bunch of new C wrapper library available via `iron`, such as yaml, sdl, libusb, quirc, libqrencode, libgit2, gsl, tiday, ... check [https://iron.eiffel.com/repository/20.05/package/?query=tag%3Awrapc] for the complete list.
|
|
----
|
|
|
|
See [https://dev.eiffel.com/EiffelStudio_20.05_Releases change log] for more details. |