diff --git a/src/Squit.package/SquitBrowser.class/instance/defaultCommitText.st b/src/Squit.package/SquitBrowser.class/instance/defaultCommitText.st index 1a3026509..7e2477c13 100644 --- a/src/Squit.package/SquitBrowser.class/instance/defaultCommitText.st +++ b/src/Squit.package/SquitBrowser.class/instance/defaultCommitText.st @@ -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.' \ No newline at end of file +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.' \ No newline at end of file diff --git a/src/Squit.package/SquitBrowser.class/methodProperties.json b/src/Squit.package/SquitBrowser.class/methodProperties.json index 11bb25939..60feb1f63 100644 --- a/src/Squit.package/SquitBrowser.class/methodProperties.json +++ b/src/Squit.package/SquitBrowser.class/methodProperties.json @@ -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", diff --git a/src/Squit.package/SquitPackageChooser.class/instance/untrackedPackagesWithTitle.st b/src/Squit.package/SquitPackageChooser.class/instance/untrackedPackagesWithTitle.st index 43982d712..b1655ec80 100644 --- a/src/Squit.package/SquitPackageChooser.class/instance/untrackedPackagesWithTitle.st +++ b/src/Squit.package/SquitPackageChooser.class/instance/untrackedPackagesWithTitle.st @@ -1,4 +1,4 @@ accessing untrackedPackagesWithTitle - ^ #('-- Untracked Packages --'), self untrackedPackages \ No newline at end of file + ^ #('-- Untracked class categories --'), self untrackedPackages \ No newline at end of file diff --git a/src/Squit.package/SquitPackageChooser.class/methodProperties.json b/src/Squit.package/SquitPackageChooser.class/methodProperties.json index 8cd1a727b..e38a8b4f7 100644 --- a/src/Squit.package/SquitPackageChooser.class/methodProperties.json +++ b/src/Squit.package/SquitPackageChooser.class/methodProperties.json @@ -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" } }