gauravmm / PyretIDE

CS0320 Term Project
2 stars 0 forks source link

AutoIndent does not add spaces between tokens. #58

Open gauravmm opened 10 years ago

gauravmm commented 10 years ago

Indentation and resizing spaces between tokens works as intended. We don't keep track of which tokens need to be separated, and so are not able to automatically add spaces where none already exist.

In this version of Cutlass, this behaviour is by design (following the principle of least astonishment). We should change this in the future.