I am using NotePAD ++ to edit Python scripts. I recently downloaded the PyDEV IDE (for Eclipse). The problem is that when I wrote scripts in NotePad ++, I used “TAB” for indentation, and now when I open them with PyDEV, every time I try to write a new line instead of “TABS”, PyDEV inserts spaces . (even if I press the "TAB" key, Eclipse inserts 4 spaces instead of a single tab). This causes an indent error.
Is there any way to fix this thing?
Thank!
source
share