-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add Pause button to memory bookmarks window #1116
add Pause button to memory bookmarks window #1116
Conversation
@Jamiras Is "Pause" kind of like setting a breakpoint with debugging tools? Maybe "Break" better conveys what it does. I'm not sure what the limitations of the UI are, but it may help to add an explanatory tooltip on the buttons (if one isn't already present). I wonder if changing the "Freeze" label might also help, perhaps to something like "Lock"? Just to better differentiate the nuance between the two features. |
Got it. A few other alternatives I can think of:
These are still a bit distinct from "Freeze", concise, and hopefully don't convey to non-programmers that we're breaking something. No strong feelings on any of the alternatives, just want to add more ideas to the pool. |
I discounted "Monitor" and "Watch" as that's the general behavior provided by the bookmarks window. I'd go with "Pause on Chg" over "Halt on Chg" for consistency, but I don't like arbitrarily removing letters to make text fit on a widget. I think "Pause on Change" is different enough from "Freeze" that they wouldn't get confused with each other. |
Is it possible to just make the cell wider? (I forget the column header... Is it Behavior?) Could have it do the default as Having a non-blank default would make it more obvious you can do something with the cell too, though this statement isn't intended as opposition to a button to set behavior. |
To make it more obvious that the functionality even exists. I'm not really happy with the label, as it implies behavior very similar to freezing, but the button isn't large enough to fit the entire "Pause on Change" text, and it's consistent with the label shown in the column when the address is flagged to pause on change. "Pause on Change" would also be consistent with the "Pause on Reset" and "Pause on Trigger" options in the achievement editor.