melston
09/16/2017, 7:00 PMedvin
09/16/2017, 7:32 PMCheckMenuItem.bind()
. I will push a snapshot build to oss.sonatype.org now if you want to use it right away 🙂melston
09/16/2017, 7:36 PMedvin
09/16/2017, 8:18 PMthomasnield
09/16/2017, 8:59 PMedvin
09/16/2017, 9:00 PMthomasnield
09/16/2017, 9:01 PMAh, you're right!▾
thomasnield
09/16/2017, 9:01 PMmelston
09/16/2017, 9:08 PMmavenCentral()
and jcenter()
.edvin
09/16/2017, 9:11 PMmaven { url '<https://oss.sonatype.org/content/repositories/snapshots>' }
edvin
09/16/2017, 9:12 PMmelston
09/16/2017, 9:12 PMmelston
09/16/2017, 9:16 PMbindBidirectional
...edvin
09/16/2017, 9:18 PMmelston
09/16/2017, 9:22 PMaction
and bind
functions return Unit
right now and that makes them just a bit inconvenient to use them in a menu building environment. If they returned the menu item they were acting on (with the right type) then we could use them in a fluent manner.melston
09/16/2017, 9:22 PMedvin
09/16/2017, 9:23 PMedvin
09/16/2017, 9:24 PMedvin
09/16/2017, 9:25 PMmelston
09/16/2017, 9:26 PMop
parameter in the source code, but I thought that it was another way of setting the action
. I didn't realize it worked this way. Thanks.edvin
09/16/2017, 9:26 PMedvin
09/16/2017, 9:26 PMmelston
09/16/2017, 9:27 PMedvin
09/16/2017, 9:28 PMedvin
09/16/2017, 9:28 PMmelston
09/16/2017, 9:28 PM