Skip to content

Commit

Permalink
Make clearer that class categories are required to track packges
Browse files Browse the repository at this point in the history
Ref #397
  • Loading branch information
j4yk committed Dec 3, 2022
1 parent 9c3d011 commit dfbe392
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,6 @@ ui
defaultCommitText
^ 'Looks like you have selected an empty project that does not have any commits in the repository yet. Usually you would find information about the selected commit here.
To get started, please add a package to track in this project. You can do it from the menu of the Projects list at the top left, or from the menu of the Objects list at the bottom right of the Git Browser. Afterwards, press Commit.'
To get started, please add a package to track in this project. You can do it from the menu of the Projects list at the top left, or from the menu of the Objects list at the bottom right of the Git Browser. Afterwards, press Commit.
Packages in Squeak are delineated by the class categories (leftmost pane in the system browser). So if you have not written any code yet, you first have to create a class category for your package before you can track it in the Git Browser.'
2 changes: 1 addition & 1 deletion src/Squit.package/SquitBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
"continueAsyncBuildingCommitList:historyWalk:" : "jr 7/2/2022 20:55",
"createNewBranchAt:ifCanceled:" : "jr 3/14/2019 22:32",
"createNewBranchAt:initialName:ifCanceled:" : "jr 11/18/2021 21:56",
"defaultCommitText" : "jr 9/5/2020 17:46",
"defaultCommitText" : "jr 12/3/2022 16:17",
"detectGitHubRemote:ifNone:" : "jr 3/7/2020 00:08",
"detectGitHubUsernameIfNone:" : "jr 3/7/2020 00:08",
"dragFromBranchList:" : "jr 2/9/2020 00:08",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
accessing
untrackedPackagesWithTitle

^ #('-- Untracked Packages --'), self untrackedPackages
^ #('-- Untracked class categories --'), self untrackedPackages
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@
"untrackSelected" : "ct 9/13/2022 19:09",
"untrackedPackages" : "TB 4/22/2018 13:29",
"untrackedPackagesMenu:" : "ct 9/13/2022 19:22",
"untrackedPackagesWithTitle" : "TB 4/22/2018 13:29",
"untrackedPackagesWithTitle" : "jr 12/3/2022 16:16",
"updateUntrackedPackages" : "jr 2/16/2019 16:18" } }

0 comments on commit dfbe392

Please sign in to comment.