mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
Merged modification from 19.12 branch.
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2239 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
[[Property:modification_date|Fri, 14 Feb 2020 16:15:31 GMT]]
|
||||
[[Property:publication_date|Fri, 14 Feb 2020 16:15:31 GMT]]
|
||||
[[Property:title|EiffelStudio: Project settings window]]
|
||||
[[Property:link_title|Project Settings]]
|
||||
[[Property:weight|-10]]
|
||||
@@ -13,7 +15,7 @@ This is where settings regarding your project are going to be made. In here you
|
||||
* what kind of tasks should be executed before or after a compilation
|
||||
* various other options such as multithreading
|
||||
|
||||
|
||||
A target represents the active part of the project being compiled. A project can be made of several targets (only one being active) and targets can extend other targets. For example, one target could be a set of common libraries and clusters, and then you have two targets extending it, one for the command line application and the other for the GUI application. Read more about targets at [[General Target Options|Target Options]].
|
||||
|
||||
The window is organized in eleven sections:
|
||||
* [[System Options|System Options]]
|
||||
|
||||
@@ -1,17 +1,23 @@
|
||||
[[Property:modification_date|Fri, 20 Dec 2019 15:01:15 GMT]]
|
||||
[[Property:modification_date|Sun, 29 Dec 2019 12:53:16 GMT]]
|
||||
[[Property:publication_date|Fri, 20 Dec 2019 15:01:15 GMT]]
|
||||
[[Property:uuid|F2F1B309-E9F6-4E63-9E74-E551CF1A6E1C]]
|
||||
[[Property:title|Release notes for EiffelStudio 19.12]]
|
||||
[[Property:link_title|19.12]]
|
||||
[[Property:weight|-3]]
|
||||
==Graphical environment==
|
||||
*
|
||||
* New dialog to insert Unicode character (`Ctrl+Alt+Space`), useful for alias operators.
|
||||
* The auto-completion provides Unicode operators for alias name.
|
||||
|
||||
==Compiler==
|
||||
*
|
||||
* It is now possible to use multiple aliases for the same feature.
|
||||
* Removed `infix` and `prefix` support from the compiler (they were removed already from the language)
|
||||
* Manifest strings, and string constants can now also use IMMUTABLE_STRING_(8|32) types.
|
||||
* It is now possible to use non-decimal character codes in manifest strings (for instance: decimal %/8704/, hexadecimal %/0x2200/, octal %/0c21000/ and binary %/0b0010001000000000/ can be used)
|
||||
|
||||
==Libraries==
|
||||
*
|
||||
* Removed `infix` and `prefix` from the libraries.
|
||||
* Added Unicode aliases in classes SET and SUBSET.
|
||||
* Improved implementation of cgi and proxy handlers in the EiffelWeb framework.
|
||||
|
||||
----
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[[Property:title|Profiler wizard guided tour]]
|
||||
[[Property:weight|1]]
|
||||
[[Property:uuid|e6166282-aa91-e4a9-9951-819f32d50b88]]
|
||||
Using the Profiler Wizard consists of activities in four "states", each of which is represented by a wizard dialog box:
|
||||
Using the Profiler Wizard ('''EiffelStudio -> Tools -> Profiler ...''') consists of activities in four "states", each of which is represented by a wizard dialog box:
|
||||
|
||||
# [[Select the Compilation mode|Select which version of your system you ran using the profiler: ''Workbench'' or ''Finalized'']] .
|
||||
# [[Reuse or Generate an Execution Profile|Select an existing ''Execution Profile'' or choose to generate a new ''Execution Profile'' from a ''Run-time information record'' (This step only applies when an ''Execution Profile'' has already been generated for this system)]]
|
||||
@@ -14,6 +14,3 @@ Results of your query are visible in the [[Profile query window|Profile query wi
|
||||
{{seealso|<br/>
|
||||
[[Profiling|How to profile a system]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user