Skip to content

Commit

Permalink
Reorganize project list menu
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusDoe committed Nov 3, 2023
1 parent dedae2a commit 0b84ac4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ projectListMenu: aMenu
target: SquotRemotesBrowser
selector: #openOnWorkingCopy:
argument: self activeWorkingCopy].
self addMappersProjectListMenu: aMenu.
aMenu items ifNotEmpty: [aMenu addLine].
aMenu
target: self;
add: 'New project' action: #actionNewProject;
add: 'Clone project' action: #actionCloneProject.
self addMappersProjectListMenu: aMenu.
^ aMenu
2 changes: 1 addition & 1 deletion src/Squot.package/SquotBrowser.class/methodProperties.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"openDialogToShowChangeSets:windowTitle:" : "mad 10/22/2023 00:36",
"openDialogToShowChangeSetsFromCommit:to:" : "mad 10/22/2023 00:56",
"otherMenu:" : "mad 10/24/2023 17:14",
"projectListMenu:" : "mad 10/24/2023 17:05",
"projectListMenu:" : "mad 11/3/2023 15:11",
"refChanged:" : "mad 9/15/2023 11:04",
"refList" : "mad 10/18/2023 14:42",
"refListMenu:" : "mad 10/24/2023 20:09",
Expand Down

0 comments on commit 0b84ac4

Please sign in to comment.