Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 94 improvements environment #170

Merged
merged 1 commit into from
Jun 9, 2023

Conversation

codeZeilen
Copy link
Member

No description provided.

first improvements to the environments chapter
Adds Silvan to the list of contributors

Co-authored-by: Silvan Verhoeven <SilvanVerhoeven@users.noreply.github.com>
@codeZeilen codeZeilen removed a link to an issue Jun 9, 2023
@codeZeilen codeZeilen mentioned this pull request Jun 9, 2023
@codeZeilen codeZeilen force-pushed the issue-94-improvements-environment branch from 7888ac4 to c3f008c Compare June 9, 2023 12:24
@codeZeilen codeZeilen merged commit d9824fa into master Jun 9, 2023
@codeZeilen codeZeilen deleted the issue-94-improvements-environment branch June 9, 2023 12:38
The hierarchy browser is designed to make it easy to navigate through the inheritance hierarchy, but does not show all of the classes in the system: only the superclasses and subclasses of the initial class are shown.
The \button{hierarchy} button opens a \ind{hierarchy browser} on the current class; this browser can also be opened by using the \menu{browse hierarchy} menu item in the yellow button menu of the class pane.
The hierarchy browser is similar to the system browser, but instead of displaying the system categories and the classes in each category, it shows a single list of classes indented to represent inheritance.
The category of the selected class is displayed in the title of the browser window.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@codeZeilen Wait, where is that? Afaik this only works for environments (see Browser>>#defaultBrowserTitle).

image

@@ -543,7 +543,7 @@ \section{Change sets and the change sorter}
If you do not select a method, the bottom pane also shows you whether the creation of the class itself is part of the change set.

The change set browser also lets you delete classes and methods from the change set using the yellow button menu on the corresponding items.
However, for more elaborate editing of change sets, you should use a second tool, the \textit{change sorter}, available under \menu{World docking bar~\go{} Tools} or by selecting \menu{World~\go{} open...~\go{} dual change sorter}, which is shown in \figref{dualChangeSorter}.
However, for more elaborate editing of change sets, you should use a second tool, the \textit{Dual Change Sorter}, available under \menu{World docking bar~\go{} Tools} or by selecting \menu{World~\go{} open...~\go{} dual change sorter}, which is shown in \figref{dualChangeSorter}.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we really not introduce the single change sorter at all?

@LinqLover LinqLover mentioned this pull request Jun 27, 2023
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Check and apply corrections for chapter 6
2 participants