Skip to content

Commit

Permalink
How To Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstname Lastname committed Aug 6, 2021
1 parent 433fbf5 commit 9a1430b
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,22 @@ button-actions
openHelpPopUp

| helpText helpTitle |
helpTitle := 'How To'.
helpTitle := 'How to use the Changes Browser Reloaded'.
helpText :=
'The ChangesBrowser shows you a list of the latest unsaved changes,
if there are no unsaved changes, the list is empty.
You can choose which you want to load in your image.'.
'The Changes Browser shows you a list of the unsaved changes from your last session.
They are grouped into categories on the left side.
If you click on a change category, the version history of that code is displayed on the right side.
You can select any version with the "Pick" button.
After you picked a version, all elder changes are automatically also picked and
will be loaded into "versions" after loading the changes into the image.
In the window below you can see the difference between the selected version and the current image.
If you are satisfied with your selection,
you can load the changes into the image with the button "Pick changes to load them" in the upper right corner.
Also be warned, you can only see the changes from the last session,
so after loading changes into the image and you save and close the image,
you won''t be able to load in all changes you didn''t load in.
New lost changes after a crash or not saving when closing can still be recovered.'.
UserDialogBoxMorph inform: helpText translated title: helpTitle translated
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
"loadPickedChanges" : "JA 7/28/2021 19:25",
"loadPickedChangesAndAskToSave" : "JA 7/28/2021 19:25",
"numberOfPickedChangeListItems" : "mg 8/6/2020 11:16",
"openHelpPopUp" : "anonym-HPI 5/28/2021 20:43",
"openHelpPopUp" : "anonym-HPI 8/6/2021 09:11",
"pickAll" : "TS 7/31/2021 21:08",
"pickButtonFrame" : "mg 8/6/2020 12:29",
"pickButtonLabel" : "FK 7/12/2021 17:42",
Expand Down

0 comments on commit 9a1430b

Please sign in to comment.