You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but when you load this code from REPL's history, the behavior is different, when I delete some charactors cause the 4 lines to 3 lines, the code will be display error and when I continue type very long code it will not grown into next line.
scala>valthis_is_a_very_long_var_def="""aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccccccccccdddddddddddddddddddddddddddddddddddeeeeeeeeeffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff""""this_is_a_very_long_var_def: java.lang.String = aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabbbbbbbbbbbbbbbbbbbbbbcccccccccccccccccccccccccccccdddddddddddddddddddddddddddddddddddeeeeeeeeeffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff these code I create by type them in REPL and delete some 'f' charactors, these will be invisible fffffff
The text was updated successfully, but these errors were encountered:
when you type a new multi-line code, the REPL will auto wrap line when the code is longer than the Console's line width.
but when you load this code from REPL's history, the behavior is different, when I delete some charactors cause the 4 lines to 3 lines, the code will be display error and when I continue type very long code it will not grown into next line.
The text was updated successfully, but these errors were encountered: