Thanks for making this. It will be useful for people like me learning imba.
imba-shell version: x.x.x
Imba Shell v0.5.1
Details
I was testing the for n in numbers style as shown in the gif, but after entering that line of code and pressing enter, the cursor was not positioned on the next line at the expected indented position, nor could I tab to the expected position (the cursor was at the start of the next line). Using the .editor mode did not improve the situation.
Expected Behavior
Either tab to the indented position, or allow tab key to move the cursor for the above case (i.e. for loop)
Actual Behavior
Cursor was at the start of the next line
Possible Fix
Additional Info
Your Environment
- Windows 10, node v18.17.1, imba 2.0.0-alpha.231
Thanks for making this. It will be useful for people like me learning imba.
imba-shell version: x.x.x
Imba Shell v0.5.1
Details
I was testing the
for n in numbersstyle as shown in the gif, but after entering that line of code and pressing enter, the cursor was not positioned on the next line at the expected indented position, nor could I tab to the expected position (the cursor was at the start of the next line). Using the .editor mode did not improve the situation.Expected Behavior
Either tab to the indented position, or allow tab key to move the cursor for the above case (i.e. for loop)
Actual Behavior
Cursor was at the start of the next line
Possible Fix
Additional Info
Your Environment