Frederik De Bleser

Results 186 comments of Frederik De Bleser

Woah the dotted line looks cool :-)

Thanks for reporting this. Could you perhaps send me an example file? You can do this privately if you prefer -- just mail me at `[email protected]`.

I made a mistake; on Mac the default key is Meta (Command). The internal Java APIs have changed so that getting the platform-specific key is more difficult. I'll fix it...

This only works if we can guarantee that taking out the node would still give the same data back. In other words, if it takes in and returns the same...

Every node has a [description string](https://github.com/nodebox/nodebox/blob/master/src/main/java/nodebox/node/Node.java#L107). All nodes from the built-in libraries have their descriptions set: that's the help text you see when you create a new node. This should...

Proposal: show the node name + incoming value: ![](http://i.imgur.com/puJ23.png)

Because the incoming values are lists, show the values as a horizontal list: ![](http://i.imgur.com/dXa2X.png)

Here's a schematic of how this might look when moved to the other side. On hover, the viewer also shows only one of the instances instead of the whole list....

Hi, I fixed the first issue you mentioned. The second one is a bit trickier since we use the double-click handler of the operating system, and we'd have to work...

Maybe it's a Java thing. I have no idea why it would this different from other applications on Windows, but Java is sometimes weird.