mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 07:12:25 +01:00
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2049 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
50 lines
1.4 KiB
Plaintext
50 lines
1.4 KiB
Plaintext
[[Property:title|Main toolbars]]
|
|
[[Property:weight|2]]
|
|
[[Property:uuid|56116a68-5881-0393-63d3-dc2044dd4613]]
|
|
At the top of a development window, the toolbars are displayed by default. The four toolbars are:
|
|
# '''Standard buttons''' toolbar
|
|
# '''Project''' toolbar
|
|
# '''Address''' toolbar
|
|
# '''Refactoring''' toolbar
|
|
|
|
You can choose which toolbars are displayed by right-clicking one of the toolbars, or by following the menu path:
|
|
|
|
<code lang="text">
|
|
View --> Toolbars
|
|
</code>
|
|
|
|
In the figure below, all four toolbars are visible.
|
|
|
|
|
|
[[Image:standard-toolbars]]
|
|
|
|
|
|
The standard buttons toolbar and the project toolbar are docked next to each other on the same toolbar line. So the standard buttons toolbar is indicated here:
|
|
|
|
[[Image:standard-buttons-toolbar]]
|
|
|
|
|
|
and the project toolbar is indicated here:
|
|
|
|
|
|
[[Image:project-toolbar]]
|
|
|
|
|
|
The address toolbar shows the currently targeted class and feature, and has button-holes for advanced views:
|
|
|
|
|
|
[[Image:address-toolbar]]
|
|
|
|
|
|
The refactoring toolbar has button-holes for Pull-Up and Rename Class/Feature [[Refactoring|refactoring actions]]:
|
|
|
|
|
|
[[Image:refactoring-toolbar]]
|
|
|
|
|
|
{{note|For each toolbar, it is possible to choose which buttons are displayed and which ones are not. See the [[Toolbar customization|Toolbars customization page]] for more information. Also, you can change the location of the toolbars by undocking and/or redocking them. See more at [[Customizing the tools layout and toolbars]].}}
|
|
|
|
|
|
|
|
|