Simon Forsberg

Results 188 comments of Simon Forsberg

- Try "Hello, World!" with only 2 cells. Order the chars are written in is extremely important - Is there any extreme case when "

Use red, orange, and blue background colors in code for errors, warnings, hints respectively.

@skiwi2 If I remember correctly, the full text of `'GroovyCommand: ' + this.code` is returned as empty.

Okay, now it seems to work. No idea what caused it. The `CommandCountAnalysis` is meant to count how many times each command is performed, totally unrelated to this issue. `BrainfuckCommand`...

This problem just re-appeared again when I did an analysis from command line. Apparently it is not fixed.

This doesn't seem to be that easy, as JavaFX 8 doesn't seem to provide the methods one could expect for this. - [ ] Get ScrollBar from ListView and get...

This might help with implementing this: https://github.com/TomasMikula/Flowless See also the Javadoc for [`Cell.updateItem`](http://docs.oracle.com/javase/8/javafx/api/javafx/scene/control/Cell.html#updateItem-T-boolean-)

This pattern is also interesting: 770 [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 22, 24,...

For this you'd need to know a couple of things: - `,` what was the value of the cell before the operation? - if there is a `[` or `]`...

Related to #23 but that issue does not take user inputs into consideration