flow-storm / flow-storm-debugger

A debugger for Clojure and ClojureScript with some unique features.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add jump to first and last occurrences in the identity search

mrkam2 opened this issue · comments

I often want to search for the first encounter of a given object (i. e. search by identity), so have to click through “find previous” a bunch of time. Would be great to introduce find first and find last encounters buttons.

Slack discussion: https://clojurians.slack.com/archives/C03KZ3XT0CF/p1712015432767449.

Any suggestions on what icons to use for this buttons? I'm worried that two many arrows could make it confusing. We are using this icons https://kordamp.org/ikonli/cheat-sheet-materialdesign.html

Any suggestions on what icons to use for this buttons? I'm worried that two many arrows could make it confusing. We are using this icons https://kordamp.org/ikonli/cheat-sheet-materialdesign.html

Maybe combine MDI_MAGNIFY and MDI_SKIP_NEXT?

Just as a suggestion, I don’t know how difficult it is to do in javafx. Instead of add new buttons maybe option to add narrow section, like 1/8 of width of the button with a downward arrow on the right side. When click on section tooplit appear and button related actions may be choosen. Anyway often we use shortcut to make actions, not click buttons from mouse.

Power stepping now looks like this :

latest-screenshot

They aren't super clear but they also have tooltips. What do people think?

I like having them but I agree that the images may be a bit confusing.