jostMlib -- new quarks lib with very useful GUI Classes

4 Likes

There was still a dependency on wslib, which crashed PathActionMenu. I have fixed that, though the buttons still look much better with wslib enabled.

Please update to latest versions

A added an item delete function to the MultiLevelLibraryBrowser (delete key, with dialog. needs wslib quark), and cleaned up a regression bug.

I have added “modifier, buttonNum” arguments to the actions of PathActionMenu and ActionMenu.
This will allow you more flexibility in the actions. I, for example, use right-click to open the code file in which the menu is defined, and left click to perform the defined action.

I added to jostMlib:

Debouncer

a debouncer for functions

DebounceCounter

A debounce counter – good for double-click detection.