LiveCode Builder is a language for extending LiveCode's capabilities, creating new object types as Widgets, and libraries that access lower-level APIs in OSes, applications, and DLLs.
For me, nothing happens. It should change the selected segment to the 2nd one. In my own version of the segmented control, I've tried adding a beep (execute script "beep") but I don't hear it so it leads me to believe that the "set" handler isn't being called. I've seen similar behavior with some other setters I've been trying to define.
There is an error being thrown when setting properties that you're not getting. The message box is chewing the error. We're updating this for the next build.
Also, the IDE has now been moved from SVN to the submodule in Git. If you checkout develop you'll get the IDE we're working on so should get this update for sooner.
Ben - I checked out the latest and was able to build and launch the IDE. The Widget Builder isn't showing up in the plugins list, however. I don't see it in the ide/Plugins in the repo.
We have fixes to all those items but they've not been merged yet. Not everyone has moved forward from SVN yet.. that will happen in the over the next 2-3 working days. The widget building was replaced with the "extension builder" which should show up in the plugin list.
Ah, I do see the extensionBuilder and see that we need to change extension suffixes to "lcb". The extensionBuilder isn't working for me yet though. I can't load or test anything. I'll wait until the IDE commits are made and then try again next week.