mroeder
mroeder
It's nice that the visualizer currently remembers the lasted grammar I worked on and the example I used with it (in local storage). I would love to see a generated...
If a morph has a trait applied for a standard method, say `setFill()`, and the same method is overridden using the Object Editor (where it cannot be seen that this...
_Reported by Dan:_ While doing selection, I’m getting pop-up creations of HtmlMorphs. Instead of triggering an HTML5 Drop event (with HTML text), it should rather just move the selected text...
_Reported by Dan:_ Clicking in a wrapped line will not work for CMD-P and CMD-D. This should be fixed - there is not a CR there! Should work regardless of...
When saving a file through the SubserverViewer, it gets sent with a PUT request to the server's root where it is evaluate, the runtime is changed and it is saved...
From the PartsBin, a part cannot be used standalone through the "more" -> "share link" option. The viral world base world seems to be broken. http://www.lively-kernel.org/viral/?part=Rectangle&path=PartsBin/Basic/
I just stumbled on a "hide" your source bug ;-). ``` JavaScript Object.subclass('Foo', 'bla', { bar: 12 // , }); ``` (with or without comma) works fine but if you...
While searching through the system for options to set Config settings, I only found the following places: defaultconfig.js, localconfig.js, user config (if user name is set in LivelyStorage) and URL...