Skip to content

Commit

Permalink
Advance selection on press of pick button
Browse files Browse the repository at this point in the history
  • Loading branch information
SilvanVerhoeven committed Jul 13, 2020
1 parent 95a12b7 commit 9fb6535
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
actions
selectNextChangeListItem

self changeListSelectionIndex: self changeListSelectionIndex \\\ self changeListItems size + 1
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
building
togglePickStatus

self selectedChangeListItem isPicked: (self selectedChangeListItem isPicked not).
self
updatePickButton;
refreshChangeList;
repaintChangeListSelection
self hasSelectedChangeListItem ifTrue: [
self selectedChangeListItem isPicked: (self selectedChangeListItem isPicked not).
self
updatePickButton;
refreshChangeList;
repaintChangeListSelection;
selectNextChangeListItem]
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,12 @@
"refreshChangeList" : "gf 7/10/2020 12:22",
"repaintChangeListSelection" : "SV 6/27/2020 19:48",
"retrieveChangeRecordsFromChangesFile" : "SV 6/12/2020 22:03",
"selectNextChangeListItem" : "SV 7/13/2020 16:45",
"selectedChangeListItem" : "gf 7/10/2020 12:48",
"setButtonContentToPick" : "SV 7/13/2020 16:04",
"setButtonContentToUnpick" : "SV 7/13/2020 16:04",
"switchToDetailedView" : "mg 5/14/2020 21:26",
"togglePickStatus" : "SV 7/13/2020 16:05",
"togglePickStatus" : "SV 7/13/2020 16:38",
"unpickButtonProps" : "SV 7/13/2020 16:08",
"updateAfterChangeSelection" : "SV 7/13/2020 16:17",
"updateCodePane" : "gf 7/10/2020 12:46",
Expand Down

0 comments on commit 9fb6535

Please sign in to comment.