When editing code in the Basic IDE, an actual \t character is added. In modern code editors, instead of \t a sequence of blank spaces is added (usually 4 spaces). I understand that some programmers may like having that \t character in their code, but I dislike it very much. My proposal is: there should be a way to configure this behavior in the Basic IDE. Maybe in the Tools - Options - Basic IDE dialog we could have an entry "Add blank spaces instead of \t when pressing Tab".
Agree