mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-06 14:52:03 +01:00
Updated wikipage Release notes for EiffelStudio 19.05. (Signed-off-by:roc_admin).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2157 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[[Property:modification_date|Tue, 21 May 2019 06:55:49 GMT]]
|
||||
[[Property:modification_date|Tue, 21 May 2019 13:48:34 GMT]]
|
||||
[[Property:publication_date|Mon, 20 May 2019 09:36:03 GMT]]
|
||||
[[Property:uuid|D93ADD85-1053-419B-87DA-6079B891BE47]]
|
||||
[[Property:weight|-2]]
|
||||
@@ -6,8 +6,8 @@
|
||||
[[Property:link_title|19.05]]
|
||||
==Graphical environment==
|
||||
* You can now easily add unicode symbol (mostly for mathematical operators) using the feature completion dialog. Either type the first 2 letters of the wanted operator, or use `Ctrl+space` to switch to the corresponding panel. (See $ISE_EIFFEL/eifinit/unicode_symbols.cfg ).
|
||||
* The IDE has now a basic support for HiDPI resolution (only on Windows).
|
||||
* EiffelStudio will now report when launched, if a new version is available.
|
||||
* The IDE has now a basic support for HiDPI resolution (for now, only on Windows).
|
||||
* Now, when EiffelStudio is starting, it checks for new version, and report if a new version is available.
|
||||
|
||||
==Compiler==
|
||||
* Dead code removal detects when instances of classes are not created and removes code associated with them. If a class should be part of the system because it is created indirectly (using reflection or storable mechanism), it should be marked as visible in the project configuration. With this option, executable size becomes 10% smaller on average (on Windows). Note: the file EIFGENs/.../F_code/REMOVED in finalized mode includes classes that are empty or removed during dead code removal.
|
||||
@@ -18,11 +18,6 @@
|
||||
* The `URI`class supports now IDNA (Internationalized Domain Names in Applications).
|
||||
* The `REAL_*` interfaces are now compliant with the standard IEEE 754 (features starting with `ieee_...`).
|
||||
|
||||
==Tools==
|
||||
*
|
||||
|
||||
==Examples==
|
||||
|
||||
----
|
||||
|
||||
See [https://dev.eiffel.com/EiffelStudio_19.05_Releases change log] for more details.
|
||||
Reference in New Issue
Block a user