Skip to content

Commit

Permalink
Allow adding and removing of packages from the object list
Browse files Browse the repository at this point in the history
Closes #245
  • Loading branch information
j4yk committed Aug 29, 2020
1 parent 9682bf6 commit 776f53f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@ menuObjectListHook: aMenu
{'Explore'. #actionObjectExplore. 'Explore internal SquotArtifact object.'}.
'-'.
{'Untrack'. #actionObjectUntrack. 'Remove this object from the working copy.'. onlyWhenLoaded}.
{'Add or remove packages'. #actionAddOrRemoveTrackedPackages. 'Add or remove packages for this project.'}.
}.
^ aMenu
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 @@ -144,7 +144,7 @@
"loadedSelectedObject" : "jr 5/13/2017 19:40",
"menuBranchListHook:" : "jr 3/7/2020 00:37",
"menuCommitListHook:" : "jr 3/5/2020 00:27",
"menuObjectListHook:" : "jr 10/17/2018 11:25",
"menuObjectListHook:" : "jr 8/29/2020 16:27",
"menuProjectListHook:" : "jr 10/17/2018 13:31",
"menuProjectListWorkingCopyHook:" : "jr 8/29/2020 16:22",
"mergeBranch:into:" : "jr 8/7/2020 18:41",
Expand Down

0 comments on commit 776f53f

Please sign in to comment.