Skip to content

Commit

Permalink
Displays active examples first in probe logger selection
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeAtHPI committed May 9, 2023
1 parent 8f84d3a commit 57e9864
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
accessing
examplesToDisplayForSelection

^ {BPNilExample new}, BPExamples value examples asOrderedCollection
^ {BPNilExample new},
(BPExamples value examples asSortedCollection: [:a :b |
a isActive asNumber > b isActive asNumber ])
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"class" : {
"examplesToDisplayForSelection" : "jb 2/2/2022 17:34",
"examplesToDisplayForSelection" : "joabe 5/9/2023 16:04",
"newForExample:context:" : "jb 2/2/2022 18:07" },
"instance" : {
"addSwimlane" : "jb 1/31/2022 22:35",
Expand Down

0 comments on commit 57e9864

Please sign in to comment.