Is it feasible to allow the IDE to accept multiline command strings without needing the 'space' '_' at the end of the line.
ie,
Instead of
Allow the following as each line starts with a '.'
ie,
Instead of
B4X:
something.RunMethodJO("aaa",array(bbb)).RunMethodJO("xxx",array(yyy)).RunMethod .....
Allow the following as each line starts with a '.'
B4X:
something.RunMethodJO("aaa",array(bbb))
.RunMethodJO("bbb",array(ccc))
.RunMethod("ddd",array(eee))