Author:halw

Date:2010-01-11T18:43:29.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@392 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2010-01-12 02:19:49 +00:00
parent 11192d29de
commit b2d7274ec5
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ Before we proceed with the facilities of the environment, let's take a look at t
With EiffelStudio, you build projects. Most projects yield an executable system, although you can also build a project just to define a library for use by such systems. With EiffelStudio, you build projects. Most projects yield an executable system, although you can also build a project just to define a library for use by such systems.
Every session is relative to a project; you can start a new project from within EiffelStudio by going to the <code>File --> New Project</code> menu, but please '''don't select that menu entry now''' as we have many more things to do with our current project first. Every session is relative to a project; you can start a new project from within EiffelStudio by going to the <code lang="text">File --> New Project</code> menu, but please '''don't select that menu entry now''' as we have many more things to do with our current project first.
Every project has a '''project directory''' which will contain the files generated and managed by EiffelStudio. The project directory may also host some of the source files containing your Eiffel classes, the ECF (eiffel configurationl file), and external software written in other languages, but that is not required; the source files and ecf may reside anywhere. Some users, in fact, like to put nothing else than the EiffelStudio-generated files in the project directory; this separates user-managed and system-managed files, and can facilitate configuration management, backups and porting. Every project has a '''project directory''' which will contain the files generated and managed by EiffelStudio. The project directory may also host some of the source files containing your Eiffel classes, the ECF (eiffel configurationl file), and external software written in other languages, but that is not required; the source files and ecf may reside anywhere. Some users, in fact, like to put nothing else than the EiffelStudio-generated files in the project directory; this separates user-managed and system-managed files, and can facilitate configuration management, backups and porting.

View File

@@ -1,7 +1,7 @@
[[Property:title|Pick-and-drop shortcut]] [[Property:title|Pick-and-drop shortcut]]
[[Property:weight|1]] [[Property:weight|1]]
[[Property:uuid|2cb70fcf-913c-0b74-d2a9-5928caa5904a]] [[Property:uuid|2cb70fcf-913c-0b74-d2a9-5928caa5904a]]
In the [[EiffelStudio Editor]] and the [[EiffelStudio window overview|context tool]] , pressing the '''control''' key while right-clicking on a development object opens a new development window which is centered on the clicked object. Pressing the '''control''' key while right-clicking on a development object opens a new editor tab which is centered on the clicked object.
{{tip|The effect of control-picking is now configurable in the [[Preferences Reference|preferences]] . }} {{tip|The effect of control-picking is now configurable in the [[Preferences Reference|preferences]] . }}